Hermes Registry

cybersecurity-mitre

v1.0.0Skill

Use when performing security research, red-teaming, or threat modeling. 753+ structured cybersecurity skills mapped to MITRE ATT&CK tactics and techniques.

IDcybersecurity-mitre

Cybersecurity MITRE ATT&CK Skills

Overview

753+ structured cybersecurity skills mapped to the MITRE ATT&CK framework — the most comprehensive security skills collection in the Hermes ecosystem. 4k+ stars. Covers the full attack lifecycle from initial access through exfiltration, organized by tactic and technique ID for structured red-teaming, threat modeling, and security research.

Built on the agentskills.io standard — compatible across Hermes, Claude Code, and Codex.

When to Use

  • Red-teaming or penetration testing engagements
  • Threat modeling a system or architecture
  • Researching a specific MITRE ATT&CK technique (e.g. T1059, T1078)
  • Writing security reports or TTPs documentation
  • CTF challenges requiring offensive security techniques
  • Security awareness training and attack simulation
  • Don't use for: production exploitation of systems you don't own or have no authorization to test

Installation

git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills
cd Anthropic-Cybersecurity-Skills

Install into Hermes:

hermes skills install https://raw.githubusercontent.com/mukul975/Anthropic-Cybersecurity-Skills/main/SKILL.md

Or use the agentskills.io install path if configured:

hermes skills install mukul975/Anthropic-Cybersecurity-Skills

MITRE ATT&CK Coverage

Skills are organized by the 14 MITRE ATT&CK tactics:

TacticIDExamples
ReconnaissanceTA0043OSINT, scanning, phishing research
Resource DevelopmentTA0042Infrastructure setup, malware staging
Initial AccessTA0001Phishing, exploit public-facing apps, supply chain
ExecutionTA0002Command & scripting (T1059), user execution
PersistenceTA0003Scheduled tasks, registry keys, boot/logon autostart
Privilege EscalationTA0004Sudo abuse, token impersonation
Defense EvasionTA0005Obfuscation, LOLBAS, timestomping
Credential AccessTA0006Dumping, brute force, keylogging
DiscoveryTA0007Network/host discovery, account enumeration
Lateral MovementTA0008Pass-the-hash, remote services
CollectionTA0009Data staging, screen capture, clipboard
Command & ControlTA0011C2 protocols, tunneling, proxies
ExfiltrationTA0010Data compression, transfer limits
ImpactTA0040Ransomware, defacement, data destruction

Usage

Reference by tactic, technique ID, or natural language:

"Walk me through a T1059.001 PowerShell execution attack chain"
"What are the persistence techniques for a Windows target?"
"Simulate a phishing campaign initial access scenario"
"Help me write a threat model for a web app with JWT auth"
"What MITRE techniques does this malware sample map to?"

Load the full collection for a session:

/skill cybersecurity-mitre

Responsible Use

  • Only use against systems you own or have explicit written authorization to test
  • All techniques are for educational, research, and authorized security testing purposes
  • Pair with defensive blue-team skills for full-spectrum security work

Common Pitfalls

  1. Scope creep. Always confirm authorization scope before running active techniques. Passive research (OSINT, documentation) vs active exploitation require different authorization levels.
  2. Outdated technique IDs. MITRE ATT&CK updates sub-technique numbering. Verify against attack.mitre.org for the latest IDs.
  3. Tool availability. Some technique skills assume specific tools (Mimikatz, Metasploit, Impacket). Check prerequisites before executing.
  4. Legal jurisdiction. Laws vary by country. Unauthorized computer access is illegal everywhere — always confirm scope in writing.

Verification Checklist

  • Skill installed and loadable: hermes skills list | grep cybersecurity-mitre
  • Test query resolves a technique: "Explain T1078 Valid Accounts"
  • Authorization scope confirmed for any active testing
  • Target environment is isolated or explicitly authorized