What is Kill Chain?
The Cyber Kill Chain is a framework developed by Lockheed Martin, adapted from military targeting doctrine, that describes seven sequential stages a targeted cyberattack typically moves through: Reconnaissance, Weaponization, Delivery, Exploitation, Installation, Command and Control, and Actions on Objectives. Because every stage must succeed for the attack to reach its goal, the model doubles as a map of every point where a defender gets a chance to break the chain.
Definition
- Kill Chain
- The Cyber Kill Chain is a framework developed by Lockheed Martin, adapted from military targeting doctrine, that describes seven sequential stages a targeted cyberattack typically moves through: Reconnaissance, Weaponization, Delivery, Exploitation, Installation, Command and Control, and Actions on Objectives. Because every stage must succeed for the attack to reach its goal, the model doubles as a map of every point where a defender gets a chance to break the chain.
How Kill Chain Works
Each stage has a distinct defensive answer. Reconnaissance is the attacker gathering target information through OSINT, DNS enumeration, port scanning, or LinkedIn research on employees, defended against mainly through reduced public exposure and monitoring for scanning activity against your perimeter. Weaponization is where a delivery mechanism gets built, a malicious macro embedded in a document, an exploit paired with a payload, and happens entirely outside the target's visibility, which is why this stage is rarely something a SOC can detect directly. Delivery is the weapon reaching the target, most commonly a phishing email, a compromised website serving a drive-by download, or a USB drop, and it's the first stage where the defender's own telemetry (email gateway logs, web proxy logs) has real visibility. Exploitation is the vulnerability actually being triggered, a macro executing, a browser exploit firing, and Installation is the point where malware establishes persistence on the host, a scheduled task, a registry run key, a new service.
Command and Control (C2) is the attacker establishing an outbound communication channel back to infrastructure they control, usually a beacon over HTTPS or DNS designed to blend into normal traffic, and this is frequently the first stage a SOC actually detects, since NDR and SIEM correlation are tuned to catch beaconing patterns. Actions on Objectives is the attacker finally doing the thing they came to do: data theft, ransomware deployment, sabotage, or establishing a foothold for a future operation.
The model's core defensive insight is that detection cost scales with how late in the chain you catch it. Blocking at Delivery, the phishing email never reaches the inbox, costs you almost nothing: no incident, no cleanup, no data at risk. Detecting at Actions on Objectives, noticing files being encrypted or a large outbound transfer in progress, means the attacker has already completed six prior stages undetected and you're now doing damage control rather than prevention. This is the direct rationale behind investing in layered controls at every stage rather than concentrating detection budget entirely on the perimeter or entirely on the endpoint.
The Kill Chain is often used alongside, not instead of, MITRE ATT&CK: the Kill Chain gives you the coarse-grained sequence of an attack's life cycle, while ATT&CK gives you the fine-grained catalog of specific techniques an actor might use to accomplish each Kill Chain stage. A single Kill Chain stage like Installation might map to a dozen different ATT&CK persistence techniques depending on the OS and the actor's tradecraft.
Kill Chain in SOC Operations
Kill Chain thinking gives you an immediate answer to how bad is this, really the moment an alert fires, because it tells you what already happened before you saw anything. Detecting a C2 beacon means the attacker has already completed Reconnaissance through Installation, so your response can't stop at blocking the callback IP; you have to immediately scope for what's already been installed, whether credentials were harvested, and whether lateral movement has started, because the earlier stages already ran their course unseen. Detecting a phishing delivery attempt, by contrast, means you can potentially prevent the entire rest of the chain by blocking the message and warning the targeted user before anyone clicks. This framing also shapes how you write up and escalate an incident: instead of describing isolated events, you place each piece of evidence on the chain, this connection is C2, this file write is Installation, this outbound transfer is Actions on Objectives, which immediately tells whoever you're escalating to both how far the attack has progressed and what's likely to already be true even if you haven't found direct evidence of it yet. If you've confirmed Installation, credential theft during that same session is a reasonable working hypothesis worth actively checking for, not something to wait and discover later.
Practice Kill Chain in a Real SOC
SOCSimulator provides hands-on training with realistic SIEM, XDR, and Firewall interfaces. Build real analyst skills investigating kill chain scenarios with zero consequences, free.
Related Terms
MITRE ATT&CK® is a globally accessible knowledge base of adversary tactics and techniques observed i...
Tactics, Techniques, and Procedures (TTPs) describe the behavioral patterns, methods, and operationa...
Lateral movement is the attack phase where adversaries expand access from an initial foothold to add...
Command and Control (C2) refers to the infrastructure and communication channels adversaries use to ...
Defense in depth layers multiple independent defensive controls across the network, endpoint, applic...
More Concepts Terms
Related SOC Training Resources
SOC Analyst (Tier 1) Career Guide: Salary & Skills
Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…
Read more Career PathDetection Engineer Career Guide: Salary & Skills
Detection Engineers build the rules, analytics, and automated workflows that determine what the SOC can see. You transla…
Read more Career PathSecurity Engineer Career Guide: Salary & Skills
Security Engineers build and maintain the infrastructure that SOC analysts depend on. You deploy SIEMs, configure firewa…
Read more ComparisonSOCSimulator vs LetsDefend: Comparison
SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…
Read more ComparisonSOCSimulator vs CyberDefenders: Comparison
SOCSimulator trains the operational workflow: alert triage, correlation, and response under pressure. CyberDefenders tra…
Read more ToolSIEM Training Console: SOCSimulator
The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…
Read more ToolXDR Training Console: SOCSimulator
The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…
Read more ToolFirewall Training Console: SOCSimulator
The Firewall console in SOCSimulator replicates the log analysis experience of enterprise platforms like Palo Alto Netwo…
Read more TechniqueMITRE ATT&CK® Techniques: Detection Training Library
Browse all MITRE ATT&CK® techniques with detection strategies and example alerts.
Read more Career PathCybersecurity Career Paths: 2026 Guide
Explore SOC analyst career paths with salary data, required skills, and certification roadmaps.
Read more PlaybookSOC Investigation Playbooks: Step-by-Step Guides
Practitioner investigation playbooks with decision trees and real SIEM queries.
Read more FeatureShift Mode: Real-Time SOC Simulation
Practice alert triage under realistic time pressure with SLA timers and noise injection.
Read more