Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 294

Cyber Kill Chain

Reviewed byCybersecurity entrepreneur & security researcher

What is Cyber Kill Chain?

Cyber Kill ChainLockheed Martin's seven-stage model that describes how a targeted intrusion progresses from reconnaissance to actions on objectives.


The Cyber Kill Chain, introduced by Lockheed Martin analysts Hutchins, Cloppert, and Amin in their 2011 paper Intelligence-Driven Computer Network Defense, breaks an intrusion into seven sequential phases: reconnaissance, weaponization, delivery, exploitation, installation, command and control (C2), and actions on objectives. Its core premise is that an attacker must complete every link, so a defender who detects, denies, disrupts, degrades, deceives, or destroys activity at any single stage breaks the whole campaign — the six "courses of action" applied against each phase form the model's action matrix.

The framework grew out of Lockheed defending against advanced persistent threats and remains useful for structuring telemetry, mapping controls (email filtering at delivery, EDR at installation, egress inspection at C2), and communicating incident timelines to non-technical stakeholders. Its weaknesses are well documented: it is perimeter- and malware-centric, assumes a linear flow, and models insider abuse, credential-only cloud attacks, and living-off-the-land intrusions poorly. Teams increasingly pair it with MITRE ATT&CK for technique-level granularity, the Diamond Model for adversary analysis, and Paul Pols' 18-phase Unified Kill Chain (2017), which merges kill-chain thinking with ATT&CK to cover the full attack lifecycle including lateral movement.

flowchart LR
  A[Reconnaissance] --> B[Weaponization]
  B --> C[Delivery]
  C --> D[Exploitation]
  D --> E[Installation]
  E --> F[Command & Control]
  F --> G[Actions on Objectives]
  G -. break any link .-> H{{Campaign fails}}

Examples

  1. 01

    Mapping a phishing-to-ransomware incident across the seven phases to identify which controls failed.

  2. 02

    Aligning EDR, email security, and network defences to specific kill-chain stages.

Frequently asked questions

What is Cyber Kill Chain?

Lockheed Martin's seven-stage model that describes how a targeted intrusion progresses from reconnaissance to actions on objectives. It belongs to the Defense & Operations category of cybersecurity.

What does Cyber Kill Chain mean?

Lockheed Martin's seven-stage model that describes how a targeted intrusion progresses from reconnaissance to actions on objectives.

How do you defend against Cyber Kill Chain?

Defences for Cyber Kill Chain typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Cyber Kill Chain?

Common alternative names include: Lockheed Martin Kill Chain, Intrusion Kill Chain.

Related terms

See also