🚀 Introducing the CloudSEK MCP Server!
Read more
Key Takeaways
The cyber kill chain is a framework that breaks a targeted cyberattack into seven sequential stages, from early reconnaissance through to the attacker achieving their objective. It helps defenders identify and stop threats.Â
Lockheed Martin researchers Eric Hutchins, Michael Cloppert, and Rohan Amin introduced it in a 2011 paper, adapting a military targeting concept to network defense on the argument that advanced attackers follow repeatable patterns worth studying.
Evidence for that repeatability turns up whenever an operator leaves their working directory exposed. CloudSEK researchers recovered a timestamped, command-level record of a Russian-speaking initial access broker covering mid-2025 into late 2026, showing the same operator exploiting internet-facing appliances across more than a dozen countries, staging exploits for at least twelve CVEs, harvesting credentials, achieving full Active Directory compromise, and then selling that access on. Each of those actions maps to a stage, and the sequence held across victims in education, healthcare, finance, telecommunications, and government.
Cyber Kill Chain works by viewing an attack as something that unfolds through intention and preparation, not as a sudden technical failure. An attacker moves forward only when earlier actions succeed, which creates a dependency between steps.
Security teams observing one part of an intrusion can often infer what the attacker has already done and what is likely to happen next. That visibility comes from understanding how attacker decisions build on one another over time.
Cyber Kill Chain provides a structured way to read that progression, turning scattered signals into a clear sense of direction. Instead of reacting to individual alerts, defenders gain context about where an attack stands and how close it is to causing harm.
Each stage below describes a distinct attacker objective, with its own observable signals and its own opportunities for interruption.
Gathering information about a target before any direct contact occurs is where a targeted attack begins. Attackers profile employees through public sources, enumerate exposed services and subdomains, harvest technical details from WHOIS records and job listings, and scan internet-facing infrastructure to map what exists. Most successful intrusions involve cybersecurity reconnaissance activity days or weeks before access is attempted, and the quality of that groundwork determines how targeted everything after it can be.
Converting gathered intelligence into a deliverable payload happens entirely on attacker infrastructure, which makes this the stage defenders observe least. Malicious documents, exploit-laden files, and packaged malware are assembled to fit the target environment and evade the specific defenses reconnaissance identified. Weaponization increasingly means adapting a public proof-of-concept rather than writing an original exploit, which is precisely what the access broker in CloudSEK’s investigation did across twelve CVEs.
Transmission of the weaponized payload to the target marks the first point at which defenders can observe the attack directly. Email remains the dominant channel, though compromised websites, malicious advertising, removable media, and exploitation of internet-facing services all serve the same function. Targeted campaigns favor spear phishing over volume, and the wider set of phishing techniques covers how those messages are constructed to survive filtering.
Triggering a vulnerability to execute attacker code turns delivery into access. Software flaws, misconfigurations, and user interaction all serve as the trigger, and unpatched internet-facing systems remain the most reliable route because they require no human error at the victim end. Exploitation is brief, which makes detection here dependent on behavioral monitoring rather than on catching the payload in transit.
Establishing persistence ensures access survives reboots, credential changes, and routine cleanup. Web shells, scheduled tasks, registry modifications, service creation, and remote access tooling all serve this purpose, and attackers install several mechanisms as a matter of routine so that removing one leaves the others intact. Harvested leaked credentials also serve as persistence, since a valid login requires no malware to persist.
Establishing a communication channel back to attacker infrastructure gives an operator interactive control over the compromised environment. Frameworks such as Sliver and Cobalt Strike provide that channel, and traffic is routinely disguised as HTTPS, DNS queries, or legitimate cloud service calls to blend with normal activity. Beaconing patterns and unexpected outbound destinations are the signals defenders watch for at this stage.
Everything preceding it exists to enable the execution of the attacker’s actual goal. Data theft, encryption for extortion, espionage collection, lateral movement toward higher-value systems, and destruction all fall here. SolarWinds remains the widely cited example of an operation reaching its objective while producing minimal detectable activity earlier in the chain, which is a property of supply chain attacks as a class.
Practitioners have argued for years that the original seven stages stop short of where financially motivated attacks actually end. Converting access or stolen data into money is a distinct operation with its own infrastructure, its own participants, and its own timeline, which is the case for treating monetization as a stage rather than an afterthought.
The access broker investigation described earlier illustrates that argument concretely rather than theoretically. That operator did not encrypt anything or exfiltrate for personal use; the business model was reaching Active Directory compromise and then selling it, and ransomware groups claimed several of the same organizations within weeks of the access being obtained. Two separate actors completed one chain between them, which the original seven-stage model has no way to represent. Ransomware-as-a-service economics depend on exactly this division of labor.
Formal adoption of an eighth stage matters less than recognizing the phase exists. Security and legal teams preparing for extortion demands, data-leak threats, and negotiation are planning for activity that falls outside technical containment entirely, and a model that ends at actions on objectives gives them no place to put it.
Comparisons between the two frameworks tend to frame them as competitors, when they answer different questions and are most useful together.
Programs with any maturity run both frameworks rather than choosing between them. The kill chain supplies the narrative arc that makes an intrusion explicable to an executive audience, while the MITRE ATT&CK framework supplies the technique-level detail that detection rules are built from. Mapping observed tactics, techniques, and procedures onto kill chain stages gives analysts both the position and the specifics at once.
Dissatisfaction with the linear structure produced extensions to the model rather than replacements for it. Paul Pols published the Unified Kill Chain in 2017, merging the Lockheed Martin model with MITRE ATT&CK into eighteen phases grouped under three headings: Initial Foothold, Network Propagation, and Action on Objectives.
The substantive change is recognizing that attacks loop back on themselves rather than advancing cleanly. An attacker who gains a foothold, moves laterally, and then repeats reconnaissance inside the new environment is doing something the seven-stage model cannot express, and the Unified Kill Chain represents that iteration explicitly. Organizations wanting lifecycle clarity without losing visibility into attacks that skip, repeat, or parallelize stages tend to land on this model or something similar.
Understanding where the model breaks down matters as much as understanding what it describes, because applying it too literally produces blind spots.
External monitoring addresses that last constraint more directly than any internal control does. Reconnaissance against internet-facing assets is visible from outside even when it produces nothing internally, which is why external attack surface management contributes to the stages where internal telemetry is weakest.
Practical use of the model concentrates in four areas, each of which turns stage awareness into a decision rather than a description.
Control mapping is where the framework earns its keep in practice.
Laying controls out against stages this way makes coverage gaps obvious immediately. Teams that map their stack against these rows find the first two rows close to empty, because reconnaissance and weaponization happen where internal tooling cannot reach. Establishing which of those exposures are genuinely reachable is the work of a security threat assessment, and operationalizing the intelligence behind it is covered under SOC best practices.
Value in this model concentrates at the stages preceding compromise, and those are the stages internal tooling covers least. CloudSEK Nexus AI correlates signals from digital risk, the external attack surface, AI systems, and third-party ecosystems into a validated attack path, then identifies which single fix breaks the chain earliest.
Setting expectations correctly here matters as much as the capability itself. CloudSEK operates at the reconnaissance and initial-access stages rather than functioning as an incident response service, a managed security service, or an endpoint monitoring tool.Â
Original research is what gives that early-stage view its specificity. Reconstructing the access broker’s operation from an exposed directory produced the CVEs being staged, the appliances being targeted, and the ransomware groups buying the resulting access, which is intelligence that lands before those groups reach any of their next victims. Delivering it into existing workflows is what a threat intelligence platform handles, and defending against advanced persistent threats depends on that early warning more than on any single control.
Lockheed Martin researchers Eric Hutchins, Michael Cloppert, and Rohan Amin, in a 2011 paper adapting the military kill chain concept to network defense.
No. The original Lockheed Martin model defines seven stages. Monetization is a widely used addition describing how attackers convert access or stolen data into revenue.
Poorly. An insider with legitimate access performs no delivery or exploitation, so most stages have nothing to describe. Behavioral frameworks handle these cases better.
The unified kill chain extends seven stages to eighteen across three phases, and it represents attacks as iterative loops rather than as a single ordered sequence.
Weaponization. It occurs entirely on attacker infrastructure, producing no signal inside the defended environment until the payload is delivered.
As a conceptual guide, yes. Cloud-native attacks involving identity abuse or misconfiguration skip installation and command-and-control stages altogether.
Yes, as a strategic model rather than a detection mechanism. Preparation, access, control, and execution still occur, even where attackers compress or reorder them.
Criticism of the cyber kill chain is largely a criticism of how literally people apply it. Treating seven stages as a sequence every intrusion must follow produces detection logic that misses anything moving out of order, which describes most modern attacks and nearly all cloud and identity-driven ones.
Treated as a way of thinking about intent and progression, the framework holds up better than its age suggests. Attackers still prepare before they act, still need access before control, and still need control before achieving anything, and the access broker CloudSEK documented followed that arc across dozens of victims over eighteen months. What changed is the speed and the division of labor, not the logic, and defenders who map their coverage against progression rather than against isolated indicators find the gaps that matter earliest.
