From cybersecurity-skills
Maps intrusion activity to Lockheed Martin Cyber Kill Chain phases, identifies defense gaps, and recommends controls to interrupt attacks earlier. Use for post-incident analysis or prevention-focused security design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:analyzing-cyber-kill-chainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when:
Use this skill when:
Do not use this skill as a standalone framework — combine with MITRE ATT&CK for technique-level granularity beyond what the 7-phase kill chain provides.
The Lockheed Martin Cyber Kill Chain consists of seven phases. Map all observed adversary actions:
Phase 1 - Reconnaissance: Adversary gathers target information before attack.
Phase 2 - Weaponization: Adversary creates attack tool (malware + exploit).
Phase 3 - Delivery: Adversary transmits weapon to target.
Phase 4 - Exploitation: Adversary exploits vulnerability to execute code.
Phase 5 - Installation: Adversary establishes persistence on target.
Phase 6 - Command & Control (C2): Adversary communicates with compromised system.
Phase 7 - Actions on Objectives: Adversary achieves goals.
Create a phase matrix for the incident:
Phase 1: Recon → Completed (undetected)
Phase 2: Weaponize → Completed (undetected — pre-attack)
Phase 3: Delivery → Completed; phishing email bypassed SEG
Phase 4: Exploit → Completed; CVE-2023-23397 exploited
Phase 5: Install → DETECTED: EDR flagged scheduled task creation (attack stalled here)
Phase 6: C2 → Not achieved (installation blocked)
Phase 7: Objectives → Not achieved
For each phase completed without detection, document the defensive control gap.
Each kill chain phase maps to multiple ATT&CK tactics:
Within each phase, enumerate specific ATT&CK techniques observed and map to existing detections.
For each phase, document applicable defensive courses of action (COAs):
Structure findings as:
| Term | Definition |
|---|---|
| Kill Chain | Sequential model of adversary intrusion phases; breaking any link theoretically stops the attack |
| Courses of Action (COA) | Defensive responses mapped to each kill chain phase: detect, deny, disrupt, degrade, deceive, destroy |
| Beaconing | Regular, periodic C2 check-in pattern from compromised host to adversary server; detectable by frequency analysis |
| Phase Completion | Adversary successfully finishes a kill chain phase and progresses to the next; defense-in-depth aims to prevent this |
| Intelligence Gain/Loss | Analysis of whether detecting at Phase 5 (vs. Phase 3) reduced intelligence about adversary capabilities or intent |
npx claudepluginhub costrict-plugins-repo/mukul975-anthropic-cybersecurity-skills-cybersecurity-skillsMaps observed adversary actions to the seven phases of the Lockheed Martin Cyber Kill Chain for post-incident analysis and defensive control design.
Maps observed adversary actions to the seven phases of the Lockheed Martin Cyber Kill Chain for post-incident analysis and defensive control design.
Maps intrusion activity to Lockheed Martin Cyber Kill Chain phases, identifies completed stages, defense gaps, and preventive controls. For post-incident analysis, security control design, and detection mapping.