Subscribe to the Non-Human & AI Identity Journal

Multi-step identity fraud

An attack pattern where the adversary succeeds through a sequence of smaller actions rather than one obvious bypass. The first step may be identity proofing abuse, while later steps use the trusted account or session for takeover, mule activity, or transaction fraud.

Expanded Definition

Multi-step identity fraud is an attack pattern in which the adversary does not need a single dramatic bypass. Instead, it advances through a chain of smaller successes, such as manipulating identity proofing, exploiting account recovery, hijacking a session, and then using the trusted identity for mule activity or payment abuse. In NHI and IAM contexts, this matters because the initial compromise can look legitimate at each step, even while the overall sequence is fraudulent. Definitions vary across vendors, but the practical distinction is that the fraud outcome depends on staged trust accumulation, not just credential theft. That makes it relevant to both human and non-human identities, especially where service accounts, delegated access, or automated approvals blur ownership and accountability. For governance, it should be treated as an identity lifecycle and detection problem, not only a KYC or fraud analytics issue. NIST Cybersecurity Framework 2.0 is useful here because its risk management language supports cross-functional controls across identity, anomaly detection, and response. The most common misapplication is treating each step as an isolated low-risk event, which occurs when teams fail to correlate proofing, login, session, and transaction signals across systems.

Examples and Use Cases

Implementing detection for multi-step identity fraud rigorously often introduces more correlation overhead, requiring organisations to weigh stronger prevention against increased investigation and tuning effort.

  • A fraudster passes weak identity proofing, then uses the newly trusted account to open payment routes and move funds before controls react.
  • An attacker takes over a helpdesk-recovered account, waits for trust to rebuild, and then initiates a high-value transfer or account-linking action.
  • A compromised automation identity is used to create a legitimate-looking session, which later supports inventory diversion, token minting, or repeated transaction abuse. The 52 NHI Breaches Analysis shows how trusted identities become abuse multipliers once attackers are inside.
  • A callback or notification step is exploited to validate control over a mailbox or device, then used as a trust signal in a later fraud decision. This is where guidance from NIST Cybersecurity Framework 2.0 becomes practical for coordinated identity and response controls.
  • In CI/CD or developer ecosystems, a stolen token may first create a benign-seeming session and later enable code changes, artifact access, or downstream account abuse. NHIMG has documented this pattern in JetBrains GitHub plugin token exposure.

Why It Matters in NHI Security

Multi-step identity fraud is dangerous because it defeats simple alerting models that expect a single malicious event. In NHI environments, the fraud chain may begin with one compromised secret, one over-permissive service account, or one weak approval path and then expand into lateral movement, impersonation, or transaction abuse. NHIMG research shows the scale of the problem: 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, and 97% of NHIs carry excessive privileges, increasing the chance that a small initial foothold becomes a broad operational incident. That is why the Ultimate Guide to NHIs emphasizes lifecycle governance, visibility, and rotation as core controls rather than optional hygiene. The same logic applies to fraud monitoring: teams need step-level correlation, privilege constraints, and rapid revocation paths. NHIMG also notes that only 5.7% of organisations have full visibility into their service accounts, which means many fraud chains remain partially invisible until losses materialise. Organisations typically encounter the consequence only after a trusted identity is abused in production, at which point multi-step identity fraud becomes operationally unavoidable to address.

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 CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 Covers secret misuse and abuse paths that often enable staged identity compromise.
NIST CSF 2.0 PR.AA-1 Addresses identity and credential management as a core cyber risk domain.
NIST CSF 2.0 DE.CM-8 Supports monitoring for anomalous activity that emerges only after initial trust is established.

Correlate identity proofing, access, and fraud signals so one step cannot silently validate the next.