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…
Build structured communication templates for malware incidents (ransomware,
$ npx -y skills add mukul975/Anthropic-Cybersecurity-Skills --skill building-malware-incident-communication-template --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/building-malware-incident-communication-templateContext preview
The summary Claude sees to decide when to auto-load this skill.
Build structured communication templates for malware incidents (ransomware,
name: building-malware-incident-communication-template description: Build structured communication templates for malware incidents (ransomware, wiper, trojan, worm), covering internal stakeholder notifications, executive briefings, technical advisories for IT teams, customer notifications, and regulatory disclosures, with severity-based escalation procedures. Use when drafting or standardizing incident communications and notification workflows for a malware outbreak. domain: cybersecurity subdomain: incident-response tags: - incident-communication - malware-response - stakeholder-notification - crisis-communication - executive-briefing - regulatory-disclosure mitre_attack: - T1486 - T1490 - T1657 - T1041 - T1566 version: '1.0' author: mahipal license: Apache-2.0 nist_csf: - RS.MA-01 - RS.MA-02 - RS.AN-03 - RC.RP-01
Effective communication during malware incidents is critical for coordinated response, stakeholder management, and regulatory compliance. A structured communication framework ensures the right people receive appropriate information at the right time, preventing panic while maintaining transparency. Communication templates should cover internal escalation, executive briefings, technical advisories for IT teams, customer notifications, regulatory disclosures, and media statements. The framework must account for different malware types (ransomware, wiper, trojan, worm) and severity levels that drive escalation speed and audience.
| Severity | Description | Notification Timeline | Audience | |----------|-------------|----------------------|----------| | P1 - Critical | Ransomware, wiper, or widespread infection affecting business operations | Within 15 minutes | CISO, CEO, Legal, Board (if applicable) | | P2 - High | Targeted malware on critical systems, data exfiltration suspected | Within 1 hour | CISO, IT Director, Legal | | P3 - Medium | Contained malware infection, limited spread | Within 4 hours | Security Manager, IT Director | | P4 - Low | Single endpoint infection, quickly contained | Within 24 hours | Security Team Lead |
| Channel | Use Case | Security Level | |---------|----------|---------------| | Out-of-band phone calls | Initial critical notifications | Highest | | Encrypted messaging (Signal) | Real-time IR team coordination | High | | Secure email (encrypted) | Formal notifications, documentation | High | | War room (physical/virtual) | Ongoing incident coordination | Medium | | Incident ticketing system | Status tracking and documentation | Medium | | Company intranet | Broad employee communication | Standard |
SUBJECT: [SEVERITY] Malware Incident - Initial Notification - [DATE/TIME UTC] CLASSIFICATION: CONFIDENTIAL - IR TEAM ONLY INCIDENT ID: IR-[YEAR]-[NUMBER] DETECTION TIME: [YYYY-MM-DD HH:MM UTC] NOTIFICATION TIME: [YYYY-MM-DD HH:MM UTC] SEVERITY: [P1/P2/P3/P4] SUMMARY: A malware incident has been detected affecting [NUMBER] systems in [DEPARTMENT/LOCATION]. The malware has been identified as [TYPE] with [KNOWN/UNKNOWN] characteristics. CURRENT IMPACT: - Systems affected: [COUNT and DESCRIPTION] - Business functions impacted: [LIST] - Data at risk: [DESCRIPTION] - Current spread status: [CONTAINED/SPREADING/UNKNOWN] IMMEDIATE ACTIONS TAKEN: 1. [ACTION - e.g., Affected endpoints isolated from network] 2. [ACTION - e.g., EDR containment policies activated] 3. [ACTION - e.g., Security team mobilized] NEXT STEPS: 1. [PLANNED ACTION with TIMELINE] 2. [PLANNED ACTION with TIMELINE] INCIDENT COMMANDER: [NAME] CONTACT: [PHONE/ENCRYPTED CHANNEL] NEXT UPDATE: [TIME] or sooner if situation changes --- Do not forward this notification outside the IR team.
SUBJECT: Executive Briefing - Malware Incident IR-[YEAR]-[NUMBER] FOR: [CEO / CISO / CIO / Board] FROM: [Incident Commander] DATE: [DATE] UPDATE: [#] SITUATION SUMMARY: [2-3 sentences describing the incident in business terms] BUSINESS IMPACT: - Revenue impact: [ESTIMATED/NONE/UNDER ASSESSMENT] - Operational impact: [DESCRIPTION] - Customer impact: [DESCRIPTION] - Regulatory implications: [DESCRIPTION] CURRENT STATUS: [DETECTED / CONTAINED / ERADICATING / RECOVERING] KEY DECISIONS NEEDED: 1. [DECISION with context and recommendation] 2. [DECISION with context and recommendation] TIMELINE: - [TIME]: Incident detected - [TIME]: Containment initiated - [TIME]: [MILESTONE] - [TIME]: Estimated recovery (if known) EXTERNAL COMMUNICATION STATUS: - Regulatory notification: [REQUIRED/SUBMITTED/NOT REQUIRED] - Customer notification: [REQUIRED/PLANNED/NOT REQUIRED] - Law enforcement: [ENGAGED/PLANNED/NOT APPLICABLE] RESOURCE REQUIREMENTS: - [RESOURCE NEED - e.g., External IR firm engagement] - [RESOURCE NEED - e.g., Additional hardware for rebuild] NEXT UPDATE: [TIME]
SUBJECT: TECHNICAL ADVISORY - [MALWARE NAME] - Immediate Action Required SEVERITY: [CRITICAL/HIGH/MEDIUM] DATE: [DATE/TIME UTC] ADVISORY ID: TA-[YEAR]-[NUMBER] THREAT DESCRIPTION: [Technical description of the malware, behavior, and indicators] AFFECTED SYSTEMS: - Operating Systems: [LIST] - Applications: [LIST] - Network segments: [LIST] INDICATOR
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,…