SardineCon SF/2026

Learn More
Device & behavioral4 min de leitura

O que é Risk signals?

SUBSCRIBE

Risk signals are the individual data points, across device, behavior, network, and identity, that feed a risk model or rules engine. Each one is weak on its own, but combined they are the raw material behind every fraud and AML decision your team makes.

What are risk signals, in plain English?

A risk signal is a single observable fact about a user, a device, or a transaction that carries some information about how risky it is. An emulator flag, impossible travel between two logins, a throwaway email domain, a phone number registered yesterday, an abnormally fast form fill: each of these is a signal. On its own it means little. A real customer can use a VPN, and a fraudster can use a clean-looking email. The point of a signal is not to decide the case, it is to nudge a score.

Signals sit at the very bottom of the fraud stack. A rules engine or a risk model takes dozens or hundreds of them, weighs them, and produces a score or a decision. The quality of that decision can never be better than the signals feeding it. That is why teams invest so heavily in coverage, in signal freshness, and in understanding how signals correlate with real outcomes.

Signals fall into rough families: device signals like fingerprint and integrity checks, behavioral signals like typing cadence and navigation patterns, network signals like IP reputation and geolocation, and identity signals like email age and phone tenure. Strong programs blend families, because a fraudster can fake one family more easily than all of them at once.

Where signals come from

A single event generates signals from several sources at once, and they get assembled into one score:

  1. Collect — Capture raw data. The SDK, page, or API collects device attributes, behavior, network details, and submitted identity data.
  2. Derive — Turn data into signals. Raw fields become signals: email age, device reputation, velocity counts, impossible travel, emulator detection.
  3. Enrich — Add context. Third-party and consortium data enrich the picture, like whether a device was seen in past fraud.
  4. Score — Combine into a decision. The model or rules weight the signals together and output a score that drives approve, review, or decline.

Who uses them?

Who

Their role

Data and ML teams

Build features from raw signals and measure which ones actually predict fraud.

Rules writers

Combine signals into conditions, like emulator plus new device plus high amount.

Analysts

Read the signals on a flagged case to understand why it fired and whether it is real.

Vendors and consortia

Supply enrichment signals, such as shared device histories, that no single firm can see alone.

What it looks like in practice

In practice

A payment comes in for a mid-value electronics order. No single signal is alarming. The email is a week old, the device is new to you, the IP sits in a data center range, and the checkout was filled in a few seconds with no hesitation.

Individually a reviewer would wave any one of these through. Together, the model stacks them: new device, aged-but-thin email, data-center network, and machine-like form speed. The score crosses the review threshold, an analyst looks, and the order turns out to be part of a card-testing run. The lesson is that the case was invisible in any single field and obvious in the combination.

Why signals make or break a model

You cannot out-model bad inputs. A sophisticated risk model fed thin or stale signals will underperform a simple model fed rich, fresh ones. This is why signal coverage and freshness matter as much as the algorithm on top. A device signal that is missing on half your traffic, or an email-age signal that is cached from months ago, quietly drags down every decision.

The other trap is over-weighting a single signal. If your rules lean hard on one field, fraudsters learn to suppress it: they warm up email addresses, age their devices, and route around the check you depend on. Signals are strongest as an ensemble, where suppressing one still leaves several others firing.

What to watch

  • Coverage gaps. A signal missing on a big share of traffic gives fraudsters a lane to hide in.
  • Staleness. Email age or device reputation that is not refreshed can mislabel a fresh threat as safe.
  • Single points of failure. If one rule carries most of your catches, expect fraudsters to target exactly that signal.
  • Correlation, not addition. Two signals that always fire together add little; value comes from independent signals.
  • Suppression behavior. Fraudsters who behave unnaturally clean, with every risky field muted, can themselves be a signal.

Quick questions

Is a risk signal the same as a feature?

Very close. In ML terms, signals become features once they are engineered into model inputs. Operators tend to say signal for the observable fact and feature for the modeled version of it.

Can one signal ever be enough to decline?

Rarely, and only for hard blocks like a device on a known-fraud list or a sanctioned identity. For most behavior, a single signal is too noisy to act on alone.

How many signals do teams typically use?

It varies widely, from a few dozen in a simple rules setup to hundreds or thousands of features in a mature model. More is not automatically better; independent, well-covered signals matter most.

Why do good signals decay over time?

Fraudsters adapt. A signal that catches a tactic today loses power as they learn to route around it, so teams monitor signal performance and retire or retune the weak ones.

What is a consortium signal?

A signal derived from data shared across many firms, such as whether a device or email has appeared in fraud elsewhere. It sees patterns no single company could observe on its own.

How do you know a signal is actually useful?

You measure it against real outcomes: does it separate fraud from good traffic, and does it add lift beyond signals you already have. Ones that do neither get dropped.

Go deeper

O que saber junto com Risk signals