mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-13 14:44:58 +03:00
4.7 KiB
4.7 KiB
MITRE ATT&CK Analysis Workflows
Workflow 1: Threat Actor TTP Mapping
[Threat Report] --> [Extract Behaviors] --> [Map to ATT&CK] --> [Navigator Layer]
|
v
[Detection Priorities]
Steps:
- Report Ingestion: Obtain threat intelligence report (vendor, OSINT, internal)
- Behavior Extraction: Identify adversary actions described in the report
- Technique Mapping: Map each behavior to ATT&CK technique IDs using the ATT&CK knowledge base
- Sub-technique Precision: Drill down to sub-techniques where procedure details allow
- Layer Creation: Generate ATT&CK Navigator layer with mapped techniques
- Priority Assessment: Rank techniques by detection feasibility and impact
Workflow 2: Detection Gap Analysis
[Current Detections] --> [Detection Layer] --> [Overlay with Threat Layer] --> [Gap Layer]
|
v
[Engineering Backlog]
Steps:
- Detection Inventory: Catalog existing detection rules mapped to ATT&CK techniques
- Detection Layer: Create Navigator layer showing detected techniques (green)
- Threat Layer: Create layer showing adversary techniques (red)
- Overlay Analysis: Combine layers to identify uncovered threat techniques
- Gap Prioritization: Rank gaps by threat actor relevance and detection feasibility
- Engineering Plan: Create detection engineering backlog from prioritized gaps
Workflow 3: Cross-Actor Comparison
[Group A TTPs] --+
|--> [Intersection Analysis] --> [Common Techniques] --> [Priority Detections]
[Group B TTPs] --+ |
| v
[Group C TTPs] --+ [Unique Techniques per Group]
Steps:
- Group Selection: Choose threat groups relevant to your industry/region
- TTP Extraction: Pull technique lists for each group from ATT&CK
- Common Analysis: Find techniques shared across all selected groups
- Unique Analysis: Identify techniques unique to specific groups
- Detection ROI: Prioritize detections for commonly used techniques (highest coverage ROI)
- Actor Attribution: Use unique techniques as potential attribution indicators
Workflow 4: Campaign-to-TTP Analysis
[Campaign IOCs] --> [Sandbox/Analysis] --> [Behavior Extraction] --> [TTP Mapping]
|
v
[Compare to Known Groups]
|
v
[Attribution Hypothesis]
Steps:
- IOC Collection: Gather campaign IOCs (malware hashes, C2 domains, phishing emails)
- Dynamic Analysis: Execute samples in sandbox, capture behavioral artifacts
- Behavior Documentation: Document file operations, registry changes, network connections, process activity
- ATT&CK Mapping: Map observed behaviors to techniques and sub-techniques
- Group Comparison: Compare campaign TTPs against known group profiles
- Attribution Assessment: Assess likelihood of attribution based on TTP overlap
Workflow 5: Threat-Informed Defense
[ATT&CK Mappings] --> [Data Source Analysis] --> [Telemetry Assessment] --> [Control Mapping]
|
v
[Security Roadmap]
Steps:
- Threat Profile: Identify relevant threat actors and their techniques
- Data Source Mapping: Determine which data sources can detect each technique
- Telemetry Audit: Assess which data sources are currently collected
- Control Assessment: Map existing security controls to technique mitigations
- Gap Identification: Find techniques with neither detection nor mitigation coverage
- Roadmap Creation: Build security improvement roadmap addressing highest-risk gaps