
What is the identity attack lifecycle?
The identity attack lifecycle is the sequence of stages an attacker moves through when the target is identity rather than infrastructure: obtain a valid credential, escalate its privilege, move laterally using trusted access, and persist. Unlike the traditional malware-based kill chain, which assumes an exploit and a payload, the identity attack lifecycle often involves no malware at all. The attacker does not break in. They log in, and then behave like a legitimate user while doing the work of an intruder.
That difference is the whole point. A successful login with a stolen credential does not trip the alarms a port scan or a malware callback would. As one 2026 SANS analysis put it, when initial access, privilege escalation, and lateral movement all happen through trusted identities and approved access paths, nothing looks broken. And that is exactly the problem.
Why the old kill chain does not fit identity attacks
The classic Lockheed Martin Cyber Kill Chain, seven stages from reconnaissance to actions on objectives, was written for a world of on-premises networks with a clear inside and outside, and for attacks built around weaponized malware. It maps poorly to the way intrusions actually happen now.
When an attacker simply logs in with valid credentials, several stages of the traditional model barely apply. There is no weaponization and no delivery of a payload. The model also has no explicit stage for lateral movement, which is where modern identity-driven intrusions spend most of their effort, and it assumes a neat left-to-right progression that real attackers ignore, looping back, running stages in parallel, and skipping steps entirely. In cloud and identity-driven environments, where the boundary is an API and an access token rather than a firewall, the old flow simply does not describe what happens. This is why most mature teams now treat the traditional kill chain as a high-level story and lead with identity-focused models and MITRE ATT&CK for actual detection.
The four stages of an identity attack
Strip an identity-based intrusion down to its operational logic and the same four stages appear, whether the year is 1994 or 2026. The technology changes; the sequence does not.
Stage 1: Obtain a valid credential
The attacker acquires legitimate authentication material: a password, a password hash, a Kerberos ticket, a session token, or an API key. The methods are many, phishing and fake login pages, infostealer malware that harvests browser-stored passwords and session cookies, credential dumping from memory, password spraying against accounts without multi-factor authentication, and adversary-in-the-middle proxies that relay a victim's credentials and one-time code in real time. What unites them is the outcome: the attacker now holds something that authenticates cleanly.
The reason this stage is so productive for attackers is that it targets the person and the trust model, not a software flaw. No exploit is needed when the user opens the door.
Stage 2: Escalate privilege
A foothold is rarely the goal. Once inside, the attacker works to gain higher privilege, dumping additional credentials, cracking service-account tickets offline through techniques like Kerberoasting, or abusing misconfigured trust and federation relationships to reach an administrative role. In cloud environments this can mean escalating an over-permissioned IAM role or abusing a metadata service. The aim is to move from a low-value account to one that can reach what matters.
This stage is where identity posture weaknesses become decisive. An environment where many ordinary accounts have a path to domain administrator, a pattern that is disturbingly common, hands the attacker escalation routes that no configuration scan alone would surface.
Stage 3: Move laterally
With elevated access, the attacker moves through the environment using trusted, approved paths, reusing credentials, hopping between systems, and traversing federation between identity providers. An identity that looks low-risk in one system can be the pivot point that reaches production through federation with another. Because every step uses valid authentication, the movement blends into normal activity. This is the stage the traditional kill chain has no box for, and it is where identity-driven intrusions do most of their damage.
Stage 4: Persist
Finally, the attacker establishes durable access so that losing one credential does not end the intrusion, creating new accounts, registering additional authentication factors, forging long-lived tickets, or planting standing OAuth grants and API keys. Persistence turns a single compromise into an ongoing presence that survives password resets and looks, once again, like legitimate configuration.

The timeline has collapsed
What makes this lifecycle urgent in 2026 is speed. Attack timelines have compressed dramatically: cloud-based intrusions can progress through the full lifecycle in under ten minutes, and ransomware operators using stolen access often move from first login to encryption within hours. When the entire sequence can run faster than a human analyst can triage a single alert, detection and response measured in hours is already too slow.
How to break the lifecycle at each stage
The lifecycle is also a map of where to intervene. Each stage has a defensive answer.
Against credential theft, the strongest control is phishing-resistant multi-factor authentication, FIDO2 security keys and passkeys, which cannot be relayed by an adversary-in-the-middle proxy or defeated by push-notification fatigue. Against privilege escalation, least privilege and continuous identity posture management remove the standing over-privilege and dormant access that escalation depends on. Against lateral movement, mapping federation and trust chains reveals the cross-system paths an attacker would use before they use them. Against persistence, monitoring for anomalous identity behavior, a new authentication factor, a new account, a credential acting outside its normal pattern, catches the durable access an attacker tries to establish.
The connective thread is that these are behavioral and posture controls, not perimeter ones. You cannot firewall an attacker who authenticates legitimately. You can only reduce what a compromised identity is able to reach, and detect when a valid identity starts behaving like an intruder.
Where posture and detection fit
Two disciplines cover this lifecycle between them. Identity Security Posture Management (ISPM) works before an attack, shrinking the attack surface so there is less privilege to escalate and fewer paths to move along. Identity Threat Detection and Response (ITDR) works during an attack, catching the behavioral signals that a valid credential is being abused. For how these relate, see ISPM vs ITDR vs IGA.
How 8layers approaches the lifecycle
The 8Layers platform is built to break this lifecycle at more than one stage on shared data. Octagon reduces the attack surface the lifecycle depends on, discovering over-privileged and dormant identities, mapping federation trust chains so lateral paths are visible in advance, and scoring compound risk across systems. Thor watches for the behavioral signals of an attack in progress, correlating login and session anomalies across identity providers into a single timeline and causality graph, with containment actions in the same workspace.
Because the two share an identity data layer, a detection arrives already knowing how risky the identity was and what it can reach, which is exactly the context needed to tell an early-stage identity attack from normal activity before it reaches stage four.
If you want to see where your environment could be broken into along this lifecycle, book a demo.
Frequently asked questions
What are the stages of an identity-based attack?
An identity-based attack typically moves through four stages: obtaining a valid credential (through phishing, infostealers, password spraying, or session-token theft), escalating privilege, moving laterally using trusted access, and establishing persistence. Because each stage uses legitimate authentication, the activity blends into normal operations, which is what makes identity attacks hard to detect.
How is the identity attack lifecycle different from the cyber kill chain?
The traditional Lockheed Martin Cyber Kill Chain was built for malware-based intrusions and assumes a weaponized payload, an exploit, and a linear progression. The identity attack lifecycle often involves no malware at all, the attacker logs in with valid credentials, and it centers on lateral movement, which the classic kill chain has no explicit stage for. Most teams now pair the kill chain with identity-focused models and MITRE ATT&CK for detection.
Why are identity attacks so hard to detect?
Because they use valid credentials and approved access paths, so nothing looks technically broken. A successful login does not trigger the alarms that malware or a network scan would. Detection has to shift from looking for exploits and file signatures to looking for anomalous identity behavior: a credential authenticating from an unusual place, escalating privilege, or reaching systems it never normally touches.
How fast do identity attacks move?
Very fast. Cloud-based intrusions can progress through the full lifecycle in under ten minutes, and ransomware operators using stolen access frequently move from initial login to encryption within hours. This compression is why real-time detection and response, rather than periodic review, is essential for identity threats.
How do you stop an identity attack?
By breaking the lifecycle at each stage: phishing-resistant MFA against credential theft, least privilege and posture management against privilege escalation, federation and trust-chain visibility against lateral movement, and behavioral monitoring against persistence. These are posture and behavioral controls, because an attacker who authenticates legitimately cannot be stopped at the perimeter.
About the author
Product Marketing Manager, 8Layers
Over a decade in product marketing, go-to-market, and product launches across B2B SaaS environments. Always tracking where the Identity Security space is heading. Focused on translating what's next into what the business does today.