Join our Newsletter — 33% off our NHI Course

How should fraud teams build stronger identity verification when passwords and OTPs are not enough?

Fraud teams should move toward continuous, risk based identity verification that combines behavioural signals, device intelligence, and biometric or cryptographic proof where appropriate. The goal is to recognise a trusted user over time, not just at login. That approach reduces reliance on easily stolen credentials and makes account takeover harder without adding unnecessary friction for legitimate customers.

Why stronger identity verification has to move past one-time login checks

Fraud teams run into trouble when they treat identity verification as a single event. Passwords and OTPs can confirm that someone knew a secret at a moment in time, but they do not reliably show that the same person is still in control later in the session. That gap is where account takeover, session abuse, and synthetic identity signals become operationally important.

The stronger pattern is to verify identity as a continuing risk decision. Behavioural patterns, device reputation, and step-up evidence should be combined so the system can distinguish a legitimate customer from a high-risk impostor without forcing every interaction through the same high-friction path.

That shift matters because fraud is usually about context, not just credentials. A valid login from an unfamiliar device, a sudden change in typing rhythm, or a transaction that deviates from prior behaviour can all change the confidence level of the session even when the password and OTP were correct.

For teams building the control model, the practical goal is not perfect certainty. It is to raise the cost of impersonation while keeping legitimate users moving, especially in flows where the business impact of false positives is high.

Signals that strengthen verification without making every user prove themselves again

The most effective programmes layer evidence rather than replacing one factor with another. Behavioural biometrics can help when they are treated as probabilistic signals, device intelligence can help when it is tied to trust history and device change, and cryptographic or biometric proof can help when the action being taken justifies stronger assurance.

That layering works best when the policy engine considers the whole context: prior successful logins, velocity, geography, device posture, transaction value, and the sensitivity of the requested action. A user may not need step-up verification for routine browsing, but the same session may merit it before a payout, credential reset, or profile change.

Teams should also distinguish verification from detection. A signal that is strong enough to increase risk scoring is not always strong enough to block access. In many environments, the better decision is to step up, slow down, or move to assisted review rather than hard-fail a legitimate customer.

  • Use signals that are stable enough to be useful, but variable enough to spot change.
  • Weight evidence by action sensitivity, not just by sign-in success.
  • Prefer adaptive challenges over blanket MFA prompts when friction matters.

Risk and Threat Considerations

Fraud teams face a real exposure problem when they rely too heavily on passwords and OTPs. Those controls are often enough to satisfy a login step, but they are not strong indicators of ongoing user control, which makes them vulnerable to phishing, real-time relay, SIM swap, and session hijack patterns.

Failure mechanism: An attacker obtains a valid secret or intercepts a one-time code, then reuses that access in a session that still looks legitimate because the control only checked the user once. The weak point is not just credential theft, but the absence of continuous confidence testing after the initial authentication event.

Impact: Fraud teams can miss takeover until money movement, profile changes, or fraud-triggering behaviour has already occurred. That increases loss, raises review costs, and can force more aggressive controls that also burden genuine customers.

Standards & Framework Alignment

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

NIST SP 800-63, CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST SP 800-63 AAL — Authenticator Assurance Levels Defines assurance strength for identity proofing and authentication decisions.
Phishing-resistant authenticators — Phishing-Resistant Authentication Supports stronger proof where passwords and OTPs are too easy to intercept or replay.
Recommendation — Map step-up checks to the required assurance level for the action being taken. Prefer phishing-resistant authenticators for high-risk account actions.
CIS Controls v8 5 — Account Management Covers controlling account lifecycle and access paths that fraud teams must harden.
6 — Access Control Management Applies to limiting access based on confidence, context, and least privilege.
Recommendation — Review account recovery and reset paths for excessive trust and weak verification. Apply least-privilege access decisions to sensitive customer actions and step-up flows.
NIST CSF 2.0 PR.AA — Identity Management, Authentication and Access Control Directly addresses stronger authentication and contextual access decisions.
DE.CM — Continuous Monitoring Supports ongoing signal collection for behavioural and device-based confidence.
Recommendation — Use PR.AA to align authentication strength with session and transaction risk. Continuously monitor session, device, and behaviour signals for risk changes.

Practitioner Guidance

What to prioritise: Start with the actions that create loss, not the ones that merely prove a login happened. Step-up should be reserved for high-value transfers, account recovery, beneficiary changes, and any event where an attacker benefits from acting fast after compromise.

What to verify: A useful identity programme should be able to show which signals actually changed the decision, what threshold caused the step-up, and whether challenged users were legitimate. If you cannot explain why the system trusted or challenged a session, the model is not ready for operational use.

Common mistake: Treating behavioural or device signals as a universal replacement for authentication. They are strongest when they augment a primary proof method and when the policy can tolerate some uncertainty without either blocking too much or trusting too much.

Practitioner takeaway: Strong fraud identity verification is about adaptive confidence across the session, not perfect certainty at the password prompt.