Subscribe to the Non-Human & AI Identity Journal

What do fraud teams get wrong about device data?

The biggest mistake is treating device data as a standalone truth source. Device signals can be spoofed, noisy, or misleading unless they are interpreted alongside identity and behavioural evidence. Teams also overblock when they do not separate suspicious patterns from legitimate reuse, shared devices, or unusual travel.

Why This Matters for Security Teams

Fraud teams often treat device data as if it were a stable identifier, but it is better understood as one signal among many. Device fingerprints can change, collide, or be intentionally manipulated, and mobile telemetry can be distorted by privacy settings, emulators, bots, VPNs, and shared household devices. That is why device evidence should be evaluated with identity, session, and behavioural context rather than used as a stand-alone block or allow decision.

This matters because overreliance on device data tends to create both blind spots and false positives. A suspicious login from a new device may be harmless travel, while a familiar device can still be compromised or reused by an attacker. NIST Cybersecurity Framework 2.0 emphasises that strong risk decisions depend on combining multiple sources of evidence, not a single control point, and the same logic applies here. NHI Mgmt Group research shows why this is so hard in practice: only 5.7% of organisations have full visibility into their service accounts, which means many teams already lack the broader identity context needed to interpret device signals correctly, as noted in the Ultimate Guide to NHIs — Key Research and Survey Results and the NIST Cybersecurity Framework 2.0.

In practice, many fraud teams discover their device strategy is too blunt only after legitimate customers are blocked or attackers have already learned how to mimic the expected signals.

How It Works in Practice

Effective fraud programs treat device data as a scored input, not a verdict. The operational question is not “Is this device good or bad?” but “Does this device, in this session, with this identity and behaviour, fit the expected risk pattern?” That requires joining device telemetry with account age, login velocity, geo-change history, payment behaviour, previous step-up events, and known abuse patterns.

A practical approach usually includes three layers. First, establish device persistence signals such as cookie continuity, hardware-backed attestation where available, and stable browser or app characteristics. Second, compare those signals against behavioural context, including typing rhythm, navigation flow, transaction timing, and IP reputation. Third, apply policy logic that distinguishes new but plausible activity from high-risk anomalies. Current guidance suggests that fraud decisioning should be adaptive and context-aware, because static rules age quickly once attackers learn the thresholds.

  • Use device data to raise or lower risk, not to make the final fraud determination alone.
  • Separate device reputation from device ownership, since a familiar device may still be shared or compromised.
  • Require stronger signals before blocking when the model sees travel, device refresh, or browser upgrades.
  • Correlate device reuse with identity linking to spot mule networks, account takeovers, and scripted abuse.

This is especially important where one person routinely uses multiple devices, or one device serves several legitimate users, because those environments collapse simple device-based assumptions. For broader identity context, the Ultimate Guide to NHIs remains useful for understanding how identity visibility and lifecycle gaps compound detection mistakes. These controls tend to break down when device signals are treated as deterministic in shared-device, mobile-heavy, or emulator-rich environments because the same fingerprint can map to both normal and malicious activity.

Common Variations and Edge Cases

Tighter device controls often increase false declines, requiring organisations to balance fraud reduction against customer friction and operational review load. That tradeoff is most visible in edge cases, where the “wrong” device pattern is actually normal.

One common case is legitimate reuse. Families, call centres, travel kiosks, and managed enterprise devices can produce signal overlap that looks suspicious in isolation. Another is device drift, where OS updates, browser changes, app reinstalls, or privacy protections reset or degrade device fingerprint quality. There is no universal standard for this yet, so current guidance suggests setting policy by risk tier rather than assuming one rule works everywhere.

Fraud teams also get tripped up by adversarial adaptation. Attackers can chain together compromised accounts, rotating IPs, temporary devices, and automated browsers to create a “mostly normal” profile. In that scenario, the useful control is not harsher device blocking but faster correlation across identity, session, and transaction layers. Where this matters most is high-volume consumer fraud, BNPL, and account takeover programs, because those environments produce enough legitimate variation to make rigid device rules fragile.

The safest pattern is to treat device data as evidence of continuity or deviation, then confirm it with behavioural and identity signals before actioning a hard block.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Device signals often anchor access to NHIs and tokens that fraud teams must interpret safely.
NIST CSF 2.0 PR.AC-1 Device data is an access signal that should be combined with identity and context.
NIST AI RMF GOVERN Fraud models using device data need accountable oversight and risk-based tuning.

Use layered authentication and contextual access decisions instead of device-only blocking.