mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-10 13:14:55 +03:00
3.2 KiB
3.2 KiB
Standards and Frameworks Reference
MITRE ATT&CK Framework
Matrix Structure
- Enterprise ATT&CK: Windows, macOS, Linux, Cloud (AWS, Azure, GCP, SaaS, Office 365), Network, Containers
- Mobile ATT&CK: Android, iOS
- ICS ATT&CK: Industrial Control Systems
14 Enterprise Tactics (Kill Chain Order)
- Reconnaissance (TA0043): Gathering information for planning
- Resource Development (TA0042): Establishing resources for operations
- Initial Access (TA0001): Gaining initial foothold
- Execution (TA0002): Running adversary-controlled code
- Persistence (TA0003): Maintaining access across restarts
- Privilege Escalation (TA0004): Gaining higher-level permissions
- Defense Evasion (TA0005): Avoiding detection
- Credential Access (TA0006): Stealing credentials
- Discovery (TA0007): Understanding the environment
- Lateral Movement (TA0008): Moving through the environment
- Collection (TA0009): Gathering data of interest
- Command and Control (TA0011): Communicating with compromised systems
- Exfiltration (TA0010): Stealing data
- Impact (TA0040): Manipulating, interrupting, or destroying systems
Technique Naming Convention
- Technique: T[NNNN] (e.g., T1059 - Command and Scripting Interpreter)
- Sub-technique: T[NNNN].[NNN] (e.g., T1059.001 - PowerShell)
- Group: G[NNNN] (e.g., G0016 - APT29)
- Software: S[NNNN] (e.g., S0154 - Cobalt Strike)
- Mitigation: M[NNNN] (e.g., M1049 - Antivirus/Antimalware)
Data Sources
ATT&CK v16+ uses structured data sources:
- Process: Process Creation, Process Access, OS API Execution
- File: File Creation, File Modification, File Access
- Network Traffic: Network Connection Creation, Network Traffic Flow
- Command: Command Execution
- Module: Module Load
- Windows Registry: Windows Registry Key Modification
STIX 2.1 Representation
Attack Pattern (SDO)
Maps to ATT&CK techniques:
{
"type": "attack-pattern",
"id": "attack-pattern--uuid",
"name": "Spearphishing Attachment",
"external_references": [
{"source_name": "mitre-attack", "external_id": "T1566.001"}
],
"kill_chain_phases": [
{"kill_chain_name": "mitre-attack", "phase_name": "initial-access"}
]
}
Intrusion Set (SDO)
Maps to ATT&CK groups:
{
"type": "intrusion-set",
"name": "APT29",
"aliases": ["Cozy Bear", "The Dukes", "NOBELIUM"],
"goals": ["espionage"],
"resource_level": "government"
}
ATT&CK Navigator Layer Specification
Layer Version 4.5 Schema
name: Layer display namedomain: enterprise-attack, mobile-attack, ics-attacktechniques[]: Array of technique annotationstechniqueID: ATT&CK IDscore: Numeric score (0-100)color: Hex color overridecomment: Analyst notesenabled: Show/hide techniquemetadata[]: Key-value pairs for additional context