Agentic AI Module Added To NHI Training Course

What is the difference between account takeover and new account fraud?

Account takeover abuses an existing account by compromising someone already trusted by the system, while new account fraud creates or hijacks the enrolment process to establish a fraudulent identity. Both are identity abuse problems, but they require different controls because one targets established trust and the other targets initial trust.

Why This Matters for Security Teams

account takeover and new account fraud are often grouped together because both end in identity abuse, but the defensive problem is different. Account takeover targets an established trust relationship, which means existing credentials, sessions, and recovery paths are under attack. New account fraud targets the enrolment funnel, where weak proofing, synthetic identities, or automated sign-up abuse can create a foothold before normal controls even apply. That distinction matters because monitoring, policy, and response all shift depending on whether the attacker is inheriting trust or manufacturing it.

For identity teams, the practical risk is that controls built for one pattern usually miss the other. Strong MFA, device binding, and session anomaly detection help after an account exists, while enrolment fraud controls focus on proofing, velocity limits, and identity verification. Guidance in NIST Cybersecurity Framework 2.0 supports this split by separating identity governance from ongoing access protection. The scale of the problem is also visible in NHIMG research: Ultimate Guide to NHIs — What are Non-Human Identities notes that 80% of identity breaches involved compromised non-human identities such as service account and API keys, which reinforces how quickly trusted identities become attack surfaces once they exist. In practice, many security teams discover the enrolment gap only after fraudulent accounts have already been used for abuse, rather than through intentional fraud testing.

How It Works in Practice

Account takeover usually begins with credential theft, session theft, phishing, credential stuffing, or recovery-path abuse. The attacker is not trying to become a new user; they are trying to inherit the privileges, reputation, and trust already attached to an existing identity. That means the best controls are those that detect abnormal use of a known account: risk-based authentication, step-up verification, session revalidation, impossible-travel analysis, and strong recovery protection. For NHIs, this maps to secrets hygiene, rotation, and short-lived credentials, because an abused token or API key behaves like a stolen account.

New account fraud works differently. The attacker is trying to create trust from scratch by exploiting weak identity proofing, automated sign-up, referral abuse, promo abuse, or synthetic identity schemes. Here, the control stack is front-loaded: stronger enrolment checks, bot resistance, fraud scoring, document and phone verification where appropriate, and manual review for high-risk cases. The key operational point is that onboarding rules are not the same as session controls. If an organisation only watches login behaviour, it will miss the fake identities that were admitted cleanly through the front door.

NHIMG research on the GitLocker GitHub extortion campaign illustrates how attackers value pre-existing access and exposed credentials because those assets can be reused immediately without passing fresh proofing. That same logic applies to human and non-human identities alike: once the identity is trusted, downstream abuse becomes much easier. A practical control model should therefore distinguish enrolment assurance from runtime trust, and tie each to different response playbooks. These controls tend to break down when legacy systems share weak recovery paths and the same enrolment rules are reused across consumer, employee, and partner populations because risk levels are not uniform.

Common Variations and Edge Cases

Tighter enrolment controls often increase friction, requiring organisations to balance fraud reduction against conversion, support cost, and false positives. That tradeoff is real, especially in consumer products or partner portals where legitimate users may have thin identity histories.

There is no universal standard for where to draw the line on proofing intensity, so current guidance suggests risk-based treatment rather than a single rule for every account type. High-value accounts, privileged access, and accounts that can move money or data should get stronger verification than low-risk self-service access. For NHIs, the same principle applies through Ultimate Guide to NHIs — What are Non-Human Identities: machine identities need clear lifecycle controls because they often lack the human checkpoints that slow fraud down.

Two edge cases matter in practice. First, an attacker may combine new account fraud with later takeover, creating a fraudulent identity and then strengthening it over time through normal behaviour. Second, service accounts, API keys, and application users can be misclassified as “new accounts” even though their real risk is closer to privileged access. That is why mature programs pair NIST Cybersecurity Framework 2.0 with identity lifecycle controls: the question is not only how an identity is created, but whether it can be trusted throughout its life. In practice, fraud teams and identity teams often work the same case from different angles only after account abuse has already crossed both enrolment and access boundaries.

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 SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Covers NHI lifecycle abuse and misuse of trusted machine identities.
NIST CSF 2.0 PR.AC-1 Identity management and access control separate initial proofing from runtime access.
NIST SP 800-63 IAL Identity proofing assurance levels directly map to new account fraud prevention.

Treat account creation and account use as distinct control points with different monitoring and approvals.