abusing-dpapi-for-cred…
Extract and decrypt Windows DPAPI-protected secrets (Credential Manager, browser logins/cookies, Wi-Fi credentials, KeePass keys) online or offline using…
Analyzes intrusion activity against the Lockheed Martin Cyber Kill Chain
$ npx -y skills add mukul975/Anthropic-Cybersecurity-Skills --skill analyzing-cyber-kill-chain --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/analyzing-cyber-kill-chainContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyzes intrusion activity against the Lockheed Martin Cyber Kill Chain
name: analyzing-cyber-kill-chain description: 'Analyzes intrusion activity against the Lockheed Martin Cyber Kill Chain framework to identify which phases an adversary has completed, where defenses succeeded or failed, and what controls would have interrupted the attack at earlier phases. Use when conducting post-incident analysis, building prevention-focused security controls, or mapping detection gaps to kill chain phases. Activates for requests involving kill chain analysis, intrusion kill chain, attack phase mapping, or Lockheed Martin kill chain framework. ' domain: cybersecurity subdomain: threat-intelligence tags: - kill-chain - Lockheed-Martin - MITRE-ATT&CK - intrusion-analysis - defense-in-depth - NIST-CSF version: 1.0.0 author: team-cybersecurity license: Apache-2.0 nist_csf: - ID.RA-01 - ID.RA-05 - DE.CM-01 - DE.AE-02 mitre_attack: - T1566.001 - T1190 - T1547.001 - T1071.001 - T1486
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: 1. Attack narrative (timeline of phases) 2. Phase-by-phase analysis with evidence 3. Detection point analysis (what worked, what failed) 4. Defensive recommendation per phase prioritized by cost/effectiveness 5. Control improvement roadmap
| 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 detec
817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 29 security domains · Apache 2.0
Repo: mukul975/Anthropic-Cybersecurity-Skills
Extract and decrypt Windows DPAPI-protected secrets (Credential Manager, browser logins/cookies, Wi-Fi credentials, KeePass keys) online or offline using…
Take over Active Directory accounts by writing attacker-controlled public keys to msDS-KeyCredentialLink (Shadow Credentials) with pyWhisker, Whisker, or…
Prepare a defense-contractor environment for CMMC Level 2 certification: scope CUI and FCI, implement the 110 NIST SP 800-171 Rev 2 security requirements…
Create forensically sound bit-for-bit disk images with dd or dcfldd on a Linux forensic workstation, preserving evidence integrity through hash verification…
Detect dangerous ACL misconfigurations in Active Directory using ldap3
Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection,…