Skip to main content
ExplainerNetwork DefenseExplainer· 4 min read· in Defense & Security

How the Cyber Kill Chain Framework Structures Network Defense

Adapted from military targeting doctrine, the intrusion model breaks cyberattacks into sequential phases to identify where defenders can break an adversary's momentum. Modern security architectures increasingly concede the perimeter to focus disruption on lateral movement and exfiltration.

By Miguel Carvalho

Zero Trust Architects 50%Perimeter Defense Advocates 25%Threat Intelligence Analysts 25%
Zero Trust Architects
Assume the perimeter will inevitably be breached and focus resources on identity verification and preventing lateral movement.
Perimeter Defense Advocates
Argue that stopping threats during the delivery and exploitation phases is the most cost-effective strategy, preventing malware from ever executing.
Threat Intelligence Analysts
Focus on the earliest and latest stages of the chain, tracking adversary infrastructure during reconnaissance and monitoring for exfiltration.

Perspectives this story doesn't cover

  • Offensive Security Researchers
  • Cyber Insurance Underwriters

In July 2020, Lockheed Martin re-issued its foundational 14-page white paper on "intelligence-driven computer network defense," cementing a framework that adapted a Cold War-era military targeting sequence for enterprise servers. The document formalized a concept that had been circulating in defense circles since 2011: a cyber intrusion is not a single event, but a rigid sequence of dependencies.[1]

The framework argues that an attacker must successfully execute every phase in sequence to achieve their objective. If a defender breaks any single link in that chain, the entire campaign collapses. Lockheed Martin's original paper defined this as a risk management strategy that "addresses the threat component of risk, incorporating mitigation against the adversary's capabilities, intent, and targeting."[1]

While the original Lockheed model outlined seven distinct steps, modern network security doctrine—driven by the migration to cloud infrastructure—frequently condenses the operational reality into five core phases: reconnaissance, initial access, lateral movement, command and control, and exfiltration. This structural approach dictates how the global cybersecurity industry allocates its capital and resources.[2][5]

Modern security architectures condense the original seven-step framework into five operational phases.

The first phase, reconnaissance, occurs entirely outside the target network. Threat actors harvest employee credentials from public breaches, scan internet-facing assets for unpatched vulnerabilities, and map the organization's digital footprint. Because this activity relies on public infrastructure, defensive options are limited to observation and external attack surface management.[3][6]

Organizations deploy threat intelligence platforms to monitor dark web forums for their domain names and use automated scanners to identify exposed servers before adversaries do. The goal is to reduce the available attack surface, forcing the adversary to expend more resources to find a viable entry point.[4][6]

The second phase bridges the gap between preparation and execution. Initial access involves pairing a remote access trojan or ransomware payload with an exploitation vector, such as a spear-phishing email or a compromised third-party software update. Here, the defensive posture shifts to active denial.[1][3]

Email gateways strip executable attachments, while domain name system (DNS) sinkholes block traffic originating from known malicious IP addresses. If delivery succeeds, the malicious code executes on the target machine, establishing a foothold. This is the moment the perimeter is breached, a reality that modern security frameworks assume will inevitably occur.[2][4]

Email gateways strip executable attachments, while domain name system (DNS) sinkholes block traffic originating from known malicious IP addresses.

Countermeasures at this stage rely heavily on endpoint detection and response (EDR) agents. These systems monitor for anomalous behavior, such as a standard word processor attempting to execute a PowerShell script, and automatically quarantine the affected device from the broader network.[6]

Security operations centers use the kill chain to categorize alerts and prioritize incident response.

Once installed, the malware initiates the command and control (C2) phase. The compromised asset reaches out to an external server operated by the attacker to receive further instructions and download additional tools. Disrupting this C2 channel is a primary focus for network defenders, as malware without a connection to its operator remains dormant.[5]

Security teams use network traffic analysis to detect beaconing behavior—regular, automated outbound pings that indicate a compromised host is seeking instructions. To evade detection, advanced persistent threats often route their C2 traffic through legitimate cloud services or encrypt the communications.[3][4]

Defenders counter this encryption by implementing SSL inspection, which decrypts and analyzes outbound traffic at the firewall before re-encrypting it for transit. If the C2 connection is severed, the kill chain is broken, and the adversary must establish a new foothold.[3][6]

Defenders deploy specific countermeasures designed to break the chain at different stages of an intrusion.

The final phases encompass lateral movement and the adversary's ultimate objective. In financial extortion campaigns, this means moving from the initial compromised workstation to locate sensitive databases, followed by the exfiltration of that data and the deployment of ransomware to encrypt the local copies.[2][5]

Defense at this terminal stage relies on internal segmentation and the principle of least privilege. If a compromised marketing workstation cannot route traffic to the human resources database, the attack is contained. Microsoft's security architecture emphasizes that the shift to remote work has dissolved the traditional network perimeter, making these later stages the critical battleground.[2]

This evolution requires defenders to operate under an "assume breach" mentality. Instead of concentrating resources entirely on the delivery phase, security operations centers now measure their effectiveness by their "dwell time"—the duration an adversary remains undetected inside the network during the lateral movement phase.[4][6]

Disrupting command and control traffic severs the adversary's connection to the compromised asset.

As automated attack tools lower the barrier to entry for threat actors, the volume of intrusions continues to scale. The defensive response relies on integrating artificial intelligence into the detection pipeline, reducing the time between a C2 beacon and an automated quarantine from hours to milliseconds.[5][7]

Why this matters

Understanding this sequence shifts network defense from a reactive posture to a structural one. By mapping an adversary's required steps, organizations can deploy specific countermeasures to sever the attack path before data extraction occurs.

Key terms

Zero Trust
A security model that requires strict identity verification for every person and device attempting to access resources on a private network, regardless of whether they are inside or outside the network perimeter.
Lateral Movement
The techniques attackers use to progressively move through a network after gaining initial access, searching for sensitive data or higher-level privileges.
Beaconing
Automated, regular network traffic sent from a compromised computer to an external server, signaling that the malware is active and awaiting instructions.
DNS Sinkhole
A defensive mechanism that intercepts requests to connect to known malicious domains and redirects them to a safe, controlled IP address.

Frequently asked

What is a command and control (C2) server?

A C2 server is an external computer controlled by an attacker that sends instructions to malware installed on a compromised network and receives stolen data.

Why is it called a 'kill chain'?

The term originates from military targeting doctrine, describing the sequence of events required to attack a target. Breaking any link in the sequence 'kills' the attack.

Does the framework work against insider threats?

It is less effective against malicious insiders, as they already possess authorized access and bypass the reconnaissance and initial delivery phases entirely.

Sources

Source coverage

7 outlets

3 viewpoints surfaced

Zero Trust Architects 50%Perimeter Defense Advocates 25%Threat Intelligence Analysts 25%
  1. [1]Lockheed MartinPerimeter Defense Advocates

    Intelligence-Driven Computer Network Defense Informed by Analysis of Adversary Campaigns and Intrusion Kill Chains

    Read on Lockheed Martin
  2. [2]Microsoft SecurityZero Trust Architects

    What Is the Cyber Kill Chain?

    Read on Microsoft Security
  3. [3]Proofpoint USPerimeter Defense Advocates

    What Is the Cyber Kill Chain? Definition & Steps

    Read on Proofpoint US
  4. [4]SplunkThreat Intelligence Analysts

    Cyber Kill Chains: Strategies & Tactics

    Read on Splunk
  5. [5]The University of TulsaThreat Intelligence Analysts

    Understanding the Stages of the Cyber Kill Chain

    Read on The University of Tulsa
  6. [6]TaniumZero Trust Architects

    How to Defend IT Environments Against the Kill Chain

    Read on Tanium
  7. [7]Factlen Editorial Team

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get Defense & Security stories with full source coverage and perspective breakdowns delivered to your inbox.