Risk Signal
A risk signal is a single piece of observed information about a user, device, or transaction that helps estimate how likely an activity is to be legitimate or suspicious. It can be a simple yes-or-no indicator or a more nuanced value, and it is often triggered by unusual patterns or behaviors. Individual signals are typically combined to inform decisions about whether to allow, challenge, or block an action.
A risk signal is an observable attribute or detected pattern about a principal, device, or transaction that carries information about the relative risk of an activity, typically produced as the output of an identity-, device-, or fraud-related check. A signal may be binary (risky or not) or a scored/graded value, and in most deployments multiple signals are aggregated as inputs to a risk assessment that can drive adaptive or step-up authentication and fraud decisions. Risk signals are inputs to authorization and access decisions rather than authentication assertions themselves; how they are weighted, thresholded, and acted upon depends on the specific engine, policy, and deployment context.
Why it matters
Risk signals are the raw material of adaptive and risk-based access decisions. Rather than treating every authentication or transaction identically, systems that consume risk signals can adjust their response based on observed context, allowing a low-risk action to proceed, challenging a moderately suspicious one with step-up authentication, or blocking an action that appears clearly abusive. This lets security teams reduce friction for legitimate users while concentrating scrutiny where the evidence suggests it is warranted.
The value of a risk signal lies in aggregation rather than any single indicator. An individual signal, an unfamiliar device, an unusual location, or an atypical behavioral pattern, is rarely conclusive on its own and can produce false positives if acted upon in isolation. In most deployments, multiple signals are combined so that the overall picture, not one data point, drives the decision. Understanding this distinction matters because over-weighting any single signal can either block legitimate users or leave gaps that adversaries exploit.
It is important to keep risk signals in their proper place within an access flow. A risk signal is an input to an authorization or fraud decision, not an authentication assertion in itself; it informs whether to trust an action, but it does not by itself verify who the principal is. Conflating the two can lead to design errors, such as treating a favorable device signal as sufficient proof of identity. How signals are weighted, thresholded, and acted upon depends entirely on the specific engine, policy, and deployment context.
Who it's relevant to
Inside Risk Signal
Common questions
Answers to the questions practitioners most commonly ask about Risk Signal.
