analyzing-apt-group-with-mitre-navigator
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 N
By mukul975 · 519 installs
npx skills add mukul975/anthropic-cybersecurity-skills --skill analyzing-apt-group-with-mitre-navigator
Source repository · Upstream listing
Analyzing APT Group with MITRE ATT&CK Navigator
Overview
MITRE ATT&CK Navigator is a web based tool for annotating and exploring ATT&CK matrices, enabling analysts to visualize threat actor technique coverage, compare multiple APT groups, identify detection gaps, and build threat informed defense strategies. This skill covers querying ATT&CK data programmatically, mapping APT group TTPs to Navigator layers, creating multi layer overlays for gap analysis, and generating actionable intelligence reports for detection engineering teams.
When to Use
When investigating security incidents that require analyzing apt group with mitre navigator
When building detection rules or threat hunting queries for this domain
When SOC analysts need structured procedures for this analysis type
When validating security monitoring coverage for related attack techniques
Prerequisites
Python 3.9+ with attackcti , mitreattack python , stix2 , requests libraries
ATT&CK Navigator (https://mitre attack.github.io/attack navigator/) or local deployment
Understanding of ATT&CK Enterprise matrix: 14 Tactics, 200+ Techniques, Sub techniques
Access to threat intelligence reports or MISP/OpenCTI for threat actor data
Familiarity with STIX 2.1 Intrusion Set and Attack Pattern objects
Key Concepts
ATT&CK Navigator Layers
Navigator layers are JSON files that annotate ATT&CK techniques with scores, colors, comments, and metadata. Each layer can represent a single APT group's technique usage, a detection capability map, or a combined overlay. Layer version 4.5 supports enterprise attack, mobile attack, and ics attack domains with filtering by platform (Windows, Linux, macOS, Cloud, Azure AD, Office 365, SaaS).
APT Group Profiles in ATT&CK
ATT&CK catalogs over 140 threat groups with documented technique usage. Each group profile includes aliases, targeted sectors, associated campaigns, software used, and technique mappings with procedure level detail. Groups are identified by G codes (e.g., G0016 for APT29, G0007 for APT28, G0032 for Lazarus Group).
Multi Layer Analysis
The Navigator supports loading multiple layers simultaneously, allowing analysts to overlay threat actor TTPs against detection coverage to identify gaps, compare multiple APT groups to find common techniques worth prioritizing, and track technique coverage changes over time.
Workflow
Step 1: Query ATT&CK Data for APT Group
Step 2: Generate Navigator Layer JSON
Step 3: Compare Multiple APT Groups
Step 4: Detection Gap Analysis with Layer Overlay
Step 5: Tactic Breakdown Analysis
Validation Criteria
ATT&CK data queried successfully via TAXII server
APT group mapped to all documented techniques with procedure examples
Navigator layer JSON validates and renders correctly in ATT&CK Navigator
Multi layer overlay shows threat actor vs. detection coverage
Detection gap analysis identifies unmonitored techniques with data source recommendations
Cross group comparison reveals shared and unique TTPs
Output is actionable for detection engineering prioritization
References
[MITRE ATT&CK Navigator](https://mitre attack.github.io/attack navigator/)
[ATT&CK Groups](https://attack.mitre.org/groups/)
[attackcti Python Library](https://github.com/OTRF/ATTACK Python Client)
[Navigator Layer Format v4.5](https://github.com/mitre attack/attack navigator/blob/master/layers/LAYERFORMATv4 5.md)
[CISA Best Practices for MITRE ATT&CK Mapping](https://www.cisa.gov/sites/default/files/2023 01/Best%20Practices%20for%20MITRE%20ATTCK%20Mapping.pdf)
[Picus: Leverage MITRE ATT&CK for Threat Intelligence](https://www.picussecurity.com/how to leverage the mitre attack framework for threat intelligence)