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…
Executes containment strategies to stop active adversary operations
$ npx -y skills add mukul975/Anthropic-Cybersecurity-Skills --skill containing-active-breach --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/containing-active-breachContext preview
The summary Claude sees to decide when to auto-load this skill.
Executes containment strategies to stop active adversary operations
name: containing-active-breach description: 'Executes containment strategies to stop active adversary operations and prevent lateral movement during a confirmed security breach. Implements short-term and long-term containment using network segmentation, endpoint isolation, credential revocation, and access control modifications. Activates for requests involving breach containment, lateral movement prevention, network isolation, active threat containment, or live incident response. ' domain: cybersecurity subdomain: incident-response tags: - breach-containment - lateral-movement - network-isolation - credential-revocation - live-response mitre_attack: - T1486 - T1021.002 - T1078 - T1071.001 - T1570 version: 1.0.0 author: mahipal license: Apache-2.0 nist_csf: - RS.MA-01 - RS.MA-02 - RS.AN-03 - RC.RP-01
**Do not use** for post-incident cleanup when the adversary is no longer active; use eradication procedures instead.
Before taking containment actions, map the full scope of compromise to avoid partial containment that alerts the adversary:
Containment Scope Assessment: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Compromised Hosts: 5 (WKSTN-042, WKSTN-087, SRV-FILE01, SRV-DC02, WKSTN-103) Compromised Accounts: 3 (jsmith, svc-backup, admin-tier0) C2 Channels: HTTPS beacon to 185.220.x.x every 60s ± 15% jitter Lateral Movement: PsExec via svc-backup, RDP via admin-tier0 Adversary Privilege: Domain Admin (admin-tier0 compromised) Data at Risk: Finance share (\\SRV-FILE01\finance$) accessed
Implement immediate actions to stop adversary operations without destroying evidence:
**Network Containment:**
**Identity Containment:**
**Endpoint Containment:**
Implement sustainable containment while the investigation continues:
Confirm that containment measures have stopped adversary operations:
Containment Validation Checklist: [x] C2 beacon traffic ceased from all known compromised hosts [x] Disabled accounts producing expected 4625 failure events (no new successes) [x] Contained hosts unreachable via network scan from adjacent subnets [x] No new hosts exhibiting IOCs from the initial compromise [x] Honeypot account has not been accessed (adversary may be dormant) [ ] Full packet capture running on finance VLAN (pending switch config)
Containment must not destroy forensic evidence:
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,…