TL;DR: Identity-based attacks now span compromised credentials, phishing, cloud misconfiguration, privilege escalation, persistence, and exfiltration, with CrowdStrike saying valid account abuse drove 35% of cloud-related incidents and Hydden arguing that blind spots make traditional IAM a paper shield. The core problem is that identity controls are often built around assumed states rather than continuous discovery and context.
At a glance
What this is: This is an analysis of the identity attack lifecycle, showing how attackers move from initial access to exfiltration by abusing human, machine, and API identities.
Why it matters: It matters because IAM, PAM, NHI, and Zero Trust programmes all fail if they cannot see, classify, and govern identities before attackers turn them into footholds.
By the numbers:
- Valid account abuse was responsible for 35% of cloud-related incidents.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
- Only 5.7% of organisations have full visibility into their service accounts.
👉 Read Hydden's analysis of the identity attack lifecycle and IASM
Context
Identity attack lifecycle is no longer a side issue. As environments span on-premises, cloud, SaaS, and developer tooling, attackers increasingly start with identities because a valid account, token, or service principal can bypass many perimeter controls before defenders notice.
The article frames identity as the common path from initial access to impact, and that is the right lens for IAM and NHI teams. Traditional governance models assume identities are known, stable, and reviewable, but attackers exploit stale credentials, over-permissioned accounts, and blind spots in discovery.
For teams trying to operationalise Zero Trust, the lesson is straightforward: verification cannot be continuous if identity visibility is incomplete. The relevant comparison is not human versus machine alone, but managed identities versus the unmanaged attack surface around them.
Key questions
Q: How should security teams reduce identity-based initial access risk?
A: Security teams should focus on credential exposure, phishing resistance, and detection of abnormal authentication patterns. That means hardening MFA, monitoring for reused passwords and token theft, and treating login telemetry as an intrusion signal, not just an audit trail. The goal is to stop legitimate-looking access from becoming the attacker’s first foothold.
Q: Why do service accounts and API keys increase lateral movement risk?
A: Service accounts and API keys increase lateral movement risk when they are over-permissioned, long-lived, or poorly tracked. Once compromised, they can be reused across systems without the friction that human logins usually create. That is why NHI governance must include ownership, rotation, and scope review, not only storage in a vault.
Q: What breaks when identity inventories are incomplete?
A: When identity inventories are incomplete, defenders cannot tell which accounts are legitimate, which are dormant, and which are attacker-created. That gap weakens access review, incident response, and Zero Trust verification because unknown identities cannot be governed consistently. In practice, incomplete visibility turns policy into assumption.
Q: Who is accountable when identity abuse leads to ransomware or exfiltration?
A: Accountability sits with the organisation’s identity governance, security operations, and control owners together. If identity telemetry, lifecycle processes, and privilege review failed to prevent abuse, the programme has to answer for that weakness. Frameworks such as NIST SP 800-207 Zero Trust Architecture help clarify shared responsibility across access verification and enforcement.
Technical breakdown
Compromised credentials and phishing as identity entry points
Identity attacks often begin with valid credentials rather than malware. Stolen passwords, credential stuffing, phishing, and SSO impersonation let attackers authenticate as a legitimate user, then move through SaaS, cloud consoles, and internal systems with reduced friction. The important detail is that identity compromise converts external access controls into trusted access paths. Once the attacker is inside the authentication boundary, downstream controls often treat the session as legitimate until anomaly detection or privilege checks intervene.
Practical implication: strengthen detection around login origin, session drift, and MFA downgrade events, not just failed sign-ins.
Privilege escalation across service accounts, PAM, and cloud roles
After foothold, attackers look for relationships that expand access: service accounts with broad permissions, cloud IAM roles, privileged groups, and PAM systems that can be abused to widen control. Over-permissioned identities are especially valuable because they turn one compromised account into many reachable assets. Credential dumping, pass-the-hash, and token reuse all serve the same goal, which is to convert a single identity compromise into lateral movement across environments. In mixed estates, the attack often crosses on-prem and cloud boundaries without changing the underlying identity logic.
Practical implication: review privilege edges, not just raw account inventories, and remove unnecessary cross-environment trust paths.
Persistence through tokens, backdoor accounts, and OAuth abuse
Persistence in identity-driven attacks is often quieter than endpoint persistence. Attackers create disguised accounts, modify existing identities, steal refresh tokens, or abuse OAuth applications to keep access alive after the initial entry point is closed. Because these mechanisms sit inside normal identity workflows, they can survive standard incident cleanup unless lifecycle and consent controls are checked carefully. This is why identity persistence is not only a security issue but a governance one: the system may still think the identity is valid even after the attacker has repurposed it.
Practical implication: monitor account creation, token issuance, and OAuth consent changes as first-class compromise indicators.
Threat narrative
Attacker objective: The objective is to turn a single identity compromise into durable access, broader privilege, and ultimately data theft, extortion, or operational disruption.
- Entry begins when attackers use compromised credentials, phishing, or exposed cloud identities to authenticate as a legitimate user or machine identity.
- Escalation follows as they enumerate privileges, dump credentials, abuse over-permissioned accounts, and pivot through PAM or cloud roles to widen access.
- Impact occurs when attackers stage data, exfiltrate it, deploy ransomware, or sabotage systems after persistence has been established.
Breaches seen in the wild
- Salesloft OAuth token breach — hackers stole OAuth tokens to access Salesforce data via Salesloft.
- Internet Archive breach — unsecured GitLab authentication tokens exposed 31M Internet Archive accounts.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Identity attack surface management is now the missing control plane for modern IAM. Traditional IAM assumes it can govern what it can enumerate, but attackers exploit identities that are stale, shadowed, or too complex for periodic review. The operational failure is not policy design alone. It is the gap between declared access and the actual identity battlefield, which makes continuous discovery a prerequisite for meaningful governance.
Machine identities are no longer a niche risk category, they are a primary attacker route. Service accounts, API keys, tokens, and cloud roles often outnumber humans and are granted broader, longer-lived access. That changes the attack economics because a machine identity can be reused, hidden inside automation, and overlooked by human-centric controls. The practitioner conclusion is that NHI governance must be treated as core identity strategy, not an adjacent hygiene task.
Zero Trust fails when identity visibility is incomplete. The model presumes every access decision can be verified against known context, but that presumption breaks when attackers can move through unseen identities, unreviewed permissions, and unmanaged service accounts. Zero Trust is therefore not just an architecture question. It is an identity inventory and lifecycle question that depends on knowing what exists before deciding what to trust.
Shadow identity sprawl creates a governance gap that attackers can convert into persistence. The article’s strongest contribution is its lifecycle framing: compromise is only the opening move, and unmanaged creation, privilege drift, and delayed offboarding are what make the compromise durable. That means identity security has to be measured by the speed with which the programme can detect, classify, and retire identities after they are no longer legitimate.
Identity controls designed for stable, human-paced review cycles are being stretched beyond their useful boundary. The same governance logic that works for scheduled access reviews and periodic recertification struggles when identities are created, reused, or repurposed across cloud, SaaS, and automation layers faster than the review cycle can observe them. Practitioners should treat that mismatch as a structural limit in current operating models.
From our research:
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface, according to the Ultimate Guide to NHIs.
- Only 5.7% of organisations have full visibility into their service accounts, which explains why identity-driven attacks keep finding unmonitored footholds.
- For the lifecycle side of this problem, see NHI Lifecycle Management Guide for provisioning, rotation, and offboarding discipline.
What this signals
Identity attack surface management is becoming the operational layer that IAM has lacked. As cloud, SaaS, and machine identities multiply, teams need a living map of who and what can authenticate, act, and persist. The signal for programme owners is that visibility, not policy volume, is now the bottleneck. For a broader control baseline, anchor your model to NIST SP 800-207 Zero Trust Architecture and then validate it against the identity estate.
Machine identity sprawl is already warping privilege models. When non-human identities outnumber humans by 25x to 50x in modern enterprises, human-first review cycles no longer describe the actual attack surface. Ultimate Guide to NHIs is the practical reference point here because lifecycle, rotation, and offboarding are the controls that change exposure fastest.
Shadow identity detection should become a standing detection objective. Build programme metrics around unknown identities discovered, privileged accounts remediated, and tokens retired after use. If you cannot measure those three things, your IAM and PAM stack may be reporting compliance while attackers are operating inside unobserved trust paths.
For practitioners
- Build continuous identity discovery into the control stack Replace periodic audits with always-on discovery across cloud, SaaS, on-prem, and CI/CD so shadow identities and unmanaged credentials are visible before attackers find them.
- Tighten lifecycle controls for service accounts and API keys Track creation, rotation, ownership, and offboarding for every non-human identity, and treat orphaned credentials as active attack paths rather than housekeeping issues.
- Inspect privilege edges between IAM, PAM, and cloud roles Map where one compromised identity can reach another, especially across privileged groups, service principals, and PAM workflows that can widen blast radius.
- Detect persistence mechanisms in identity telemetry Alert on abnormal OAuth consent, token reuse, new backdoor accounts, and unexpected changes to identity ownership or group membership.
- Test identity attack paths in red-team exercises Simulate credential theft, MFA downgrade, lateral movement, and token abuse so defenders can measure how quickly the programme detects identity-driven intrusion.
Key takeaways
- Identity compromise is now the shortest path into many enterprise environments because attackers can convert valid access into privilege, persistence, and exfiltration.
- The scale problem is structural: machine identities, long-lived credentials, and incomplete visibility make identity controls lag behind the real attack surface.
- The practical response is continuous discovery, tighter lifecycle governance, and detection tuned to identity behaviour rather than only network or endpoint events.
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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Identity sprawl, exposed credentials, and over-permissioning are central to this attack lifecycle. |
| NIST CSF 2.0 | PR.AC-4 | Access management and least privilege are directly implicated by lateral movement and privilege escalation. |
| NIST Zero Trust (SP 800-207) | The article argues that Zero Trust fails when identity visibility is incomplete. |
Validate every access path against known identity context and treat unknown identities as untrusted until resolved.
Key terms
- Identity Attack Surface Management: A discipline for continuously discovering, classifying, and monitoring every identity that can access systems and data. It focuses on the real identity estate, including human, machine, and service identities, so defenders can see where attackers might authenticate, persist, or escalate.
- Shadow Identity: An identity that exists in the environment but is not properly owned, tracked, or governed. Shadow identities can be dormant accounts, forgotten service principals, or tokens created outside normal processes, and they often become the easiest foothold for attackers.
- Identity Persistence: A situation where an attacker maintains access by abusing identity mechanisms such as tokens, OAuth applications, backdoor accounts, or modified permissions. Unlike endpoint persistence, it often blends into normal administration and survives unless lifecycle and consent controls are actively reviewed.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by Hydden: From Account Creation to Data Exfiltration. Read the original.
Published by the NHIMG editorial team on 2026-02-18.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org