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…
Plan, run, and measure an adversary engagement operation using the MITRE Engage framework so that deployed deception is driven by strategy instead of deployed ad hoc. Covers the Engage Matrix (Prepare, Expose, Affect, Elicit, Understand), the 10-Step Operational Process, mapping
$ npx -y skills add mukul975/Anthropic-Cybersecurity-Skills --skill designing-adversary-engagement-with-mitre-engage --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/designing-adversary-engagement-with-mitre-engageContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan, run, and measure an adversary engagement operation using the MITRE Engage framework so that deployed deception is driven by strategy instead of deployed ad hoc. Covers the Engage Matrix (Prepare, Expose, Affect, Elicit, Understand), the 10-Step Operational Process, mapping
name: designing-adversary-engagement-with-mitre-engage description: >- Plan, run, and measure an adversary engagement operation using the MITRE Engage framework so that deployed deception is driven by strategy instead of deployed ad hoc. Covers the Engage Matrix (Prepare, Expose, Affect, Elicit, Understand), the 10-Step Operational Process, mapping engagement Activities to the ATT&CK techniques they expose, and defining measurable Goals and Operational Objectives. Use when a team has honeypots, honeytokens, or canary tokens but no coordinating strategy, when leadership asks "should we engage attackers and how", when building a deception/denial program, when writing an adversary engagement operation plan, or when deciding which deception Activities to deploy against a specific threat actor. Keywords: MITRE Engage, adversary engagement, cyber deception strategy, denial and deception, Engage Matrix, EAC, EGO, Expose Affect Elicit, deception program, honeypot strategy, engagement operation. domain: cybersecurity subdomain: deception-technology tags: - mitre-engage - adversary-engagement - deception - denial-and-deception - engage-matrix - cyber-deception - threat-intelligence - detection-engineering version: "1.0" author: andrewibrah license: Apache-2.0 nist_csf: - GV.RM-01 - ID.RA-01 - ID.IM-02 - DE.CM-01 - DE.AE-02 mitre_attack: - T1078 - T1083 - T1021 - T1552 - T1046
This skill is the **strategy and operations layer** that sits above tactical deployment skills (honeypot, honeytoken, canary-token, and decoy-file deployment). Use those skills to *implement* the Activities this skill selects and sequences.
Engage operations follow the **10-Step Operational Process**. The matrix is linear to read but cyclical to run — you continuously realign Activities toward your Goals as the adversary reacts.
Decide where denial, deception, and adversary engagement fit in the existing cyber strategy. The `Prepare` goal (a strategic bookend, alongside `Understand`) defines the inputs to the operation. Document the strategic goal in plain language, e.g. "reduce dwell time of insider threats around the source-code repository" or "generate first-party CTI on the actor targeting our VPN."
Select from the three Engagement Goals. Goals set direction; **Operational Objectives** take measurable steps in that direction.
| Engagement Goal (EGO) | What it does | Example Operational Objective | |---|---|---| | Expose | Reveal adversary presence with high-fidelity, low-false-positive alerts | "Alert within 5 minutes of any touch on a decoy credential" | | Affect | Negatively change the adversary's cost-value calculation (defender network only) | "Redirect the adversary away from 3 unpatchable legacy hosts" | | Elicit | Observe the adversary to learn TTPs and produce CTI | "Obtain a second-stage malware sample" or "identify ≥10 new indicators" |
Write objectives as falsifiable, time-bound statements. A goal without an objective is unmeasurable.
For each Goal, pick the Engagement Approaches (EAP) that fit the adversary you modeled:
For each technique your target adversary uses, find the Engage Activity that exposes the weakness that technique creates. Example mappings:
| Adversary technique (ATT&CK) | Weakness exposed | Engage Activity (EAC) | |---|---|---| | T1078 Valid Accounts | Must test credentials | Decoy Credentials, Lures | | T1083 File & Directory Discovery | Must enumerate files | Decoy Content, Pocket Litter | | T1046 Network Service Discovery | Must scan the network | Network Diversity, Decoy Systems | | T1021 Remote Services | Must move laterally | Decoy Systems, Network Manipulation | | T1552 Unsecured Credentials | Harvests secrets | Decoy Credentials, Artifact Diversity |
Pull the authoritative Activity list and I
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,…