The Cyber Kill Chain is a seven-stage framework developed by Lockheed Martin in 2011 that models the sequential phases an adversary must complete to successfully execute a cyberattack. Introduced by analysts Eric Hutchins, Michael Cloppert, and Rohan Amin, the framework adapts military kill chain doctrine to cybersecurity, providing defenders with a structured model for identifying and disrupting intrusions. The core principle is straightforward: if defenders break any single link in the chain, the entire attack fails.
The framework defines seven stages that an attacker progresses through from initial targeting to mission completion:
Email plays a central role in several kill chain stages. At the Delivery stage, phishing emails carrying weaponized attachments or malicious links represent the most common attack vector. Blocking these messages before they reach the inbox is the highest-impact defensive action within the kill chain model.
Email defenses also operate at other stages. At the Reconnaissance stage, limiting the exposure of employee email addresses and organizational details reduces the quality of threat intelligence an attacker can gather. At the Exploitation stage, scanning attachments for embedded exploits and analyzing URLs for malicious redirects can prevent payload execution even after delivery succeeds.
Defenders use indicators of compromise (IOCs) collected at each stage to build detection signatures, enrich threat intelligence feeds, and improve response playbooks across the entire chain.
The Cyber Kill Chain assumes a linear progression that matches the pattern of many targeted intrusions, particularly those involving email-delivered payloads. However, real-world attacks do not always follow a strict sequence. Insider threats, supply chain compromises, and cloud-native attacks may skip stages or operate in parallel.
The MITRE ATT&CK framework addresses these limitations by organizing adversary behavior into a matrix of 14 tactics and hundreds of techniques without enforcing a fixed order. ATT&CK provides more granular detail for threat detection and covers attack surfaces (mobile, cloud, ICS) that the original kill chain did not address.
Despite these critiques, the Cyber Kill Chain remains valuable as a strategic planning tool. Many security teams use the kill chain for high-level threat modeling and combine it with ATT&CK for tactical detection engineering. CISA training programs continue to teach both frameworks as complementary approaches to understanding adversary behavior.