Add new skill
This Claude Code skill provides a template structure for contributing new cybersecurity skills to the Anthropic Cybersecurity Skills repository. Use it when adding novel security capabilities by filling in standardized fields including skill name, domain classification, description, relevant MITRE ATT&CK technique mappings, applicable NIST Cybersecurity Framework functions, and the practical security problem the skill addresses for practitioners.
git clone --depth 1 https://github.com/mukul975/Anthropic-Cybersecurity-Skills /tmp/add-new-skill && cp -r /tmp/add-new-skill/.github/ISSUE_TEMPLATE/new- ~/.claude/skills/add-new-skillnew-skill.md
## Skill name (kebab-case) <!-- e.g., detecting-lateral-movement-in-azure --> ## Domain / Subdomain <!-- e.g., cybersecurity / threat-hunting --> ## Description <!-- One sentence describing what this skill does --> ## MITRE ATT&CK techniques <!-- e.g., T1021.001, T1078.004 --> ## NIST CSF function <!-- Identify, Protect, Detect, Respond, or Recover --> ## Why is this skill needed? <!-- What problem does it solve for security practitioners? -->
Create forensically sound bit-for-bit disk images with dd or dcfldd on a Linux forensic workstation, preserving evidence integrity through hash verification (MD5/SHA) during acquisition. Use when imaging a suspect drive, USB device, or memory card for investigation, preserving volatile disk evidence during incident response, or producing a verified copy for legal or law-enforcement proceedings before any destructive analysis.
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, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and reflection-based API calls. Use to statically triage a suspicious APK without executing it or to build mobile malware detection rules.
Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect
Query ATT&CK data with attackcti, mitreattack-python, and stix2, then build MITRE ATT&CK Navigator layers and multi-layer heatmap overlays mapping one or more APT groups' TTPs for detection-gap analysis. Use to compare threat-actor technique coverage, find gaps in detection engineering, or produce Navigator visualizations for threat-intel reporting.
Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query
Analyzes bootkit and advanced rootkit malware infecting the Master