Join our Newsletter — 33% off our NHI Course

Fraud Friction

Fraud friction refers to the deliberate hurdles added to a user journey to slow or stop suspicious activity. In practice, it includes verification prompts, risk scoring, and control steps that are applied selectively. The aim is to reduce abuse without creating unnecessary barriers for legitimate customers.

What Fraud Friction Does

Fraud friction is not a single control, but a design pattern: it inserts selective checks into a journey when behavior looks suspicious enough to warrant delay, step-up verification, or review. The point is to raise the cost of abuse while keeping routine customer flows as smooth as possible.

Because it is applied selectively, fraud friction depends on signals such as device reputation, velocity, geography, transaction history, or anomaly scores. That makes it a balancing act, since the same hurdle that stops abuse can also create abandonment if it is too broad or too frequent.

Where Fraud Friction Fits in Fraud Control

Fraud friction sits between invisible background detection and hard refusal. It is often the middle layer that turns a risk signal into a user-visible control step, such as an OTP challenge, document check, re-authentication, or manual review.

In mature programs, friction is usually outcome-driven rather than rule-driven. The control should be strong enough to interrupt suspicious behavior, but targeted enough that legitimate users only see it when the risk justifies the interruption.

Why Selective Friction Works

The value of fraud friction comes from selective pressure. Attackers rely on speed, automation, and scale, so even a small delay or extra step can disrupt repeated attempts, increase operational cost, and expose bots or account-takeover activity.

Legitimate users, by contrast, should only encounter the added step when the risk signal suggests elevated uncertainty. The design goal is not to punish every user equally, but to make suspicious paths expensive without turning the whole product into a hurdle.

Common Failure Modes

Fraud friction fails when it becomes blunt, inconsistent, or easy to predict. If every user sees the same challenge, the control becomes pure inconvenience; if only obvious abuse triggers it, attackers may simply adapt around it.

It also fails when the friction step is easy to bypass, poorly tuned, or disconnected from downstream decisioning. A weak challenge can create a false sense of security, while overly aggressive friction can damage conversion, support volume, and trust.

Risk and Threat Considerations

Fraud friction introduces a trade-off between abuse prevention and customer disruption. When it is miscalibrated, organisations can either overexpose themselves to fraud by making controls too easy to avoid, or create unnecessary abandonment by over-challenging legitimate users.

Failure mechanism: Attackers probe for low-friction paths, adapt to predictable step-up rules, or exploit weak verification steps that slow users without meaningfully stopping abuse. Poor tuning can also misclassify normal behavior as suspicious, pushing genuine users into avoidable drop-off.

Impact: Effective fraud losses can rise, false positives can damage revenue and user trust, and operational load can increase as more customers are pushed into support or manual review.

Standards & Framework Alignment

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

OWASP API Security Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0 sets the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AA-05 — Least Privilege Fraud friction limits actions to what the journey's risk warrants.
DE.AE-02 — Anomalies are analyzed to ensure they are not false positives Fraud friction relies on anomaly signals that must be distinguished from normal users.
RS.MI-01 — Incidents are contained Fraud friction is a containment response to suspected abuse in progress.
Recommendation — Apply least-privilege step-up controls only when risk signals justify extra verification. Tune anomaly detection to reduce false positives before adding customer friction. Use selective friction to contain suspicious sessions before abuse can scale.
OWASP API Security Top 10 API6 — Unrestricted Access to Sensitive Business Flows Fraud friction can protect sensitive transaction and account flows from abuse.
Recommendation — Add selective friction to sensitive flows when abuse risk rises.
MITRE ATT&CK T1110 — Brute Force Fraud friction slows automated repeated attempts and credential abuse.
Recommendation — Insert adaptive checks to disrupt repeated automated attempts.

Practitioner Guidance

Why practitioners should care: Treat fraud friction as a control design problem, not just a product annoyance. The right threshold depends on the transaction, the channel, and the abuse pattern you are trying to interrupt.

What to watch for: A good friction strategy is one that changes with risk, not one that is applied uniformly. If the same hurdle appears on every flow, or if attackers quickly learn how to avoid it, the control likely needs refinement.

Practitioner takeaway: The most effective fraud friction is targeted enough to stop abuse, but narrow enough that legitimate customers barely notice it when risk is low.