What problem does it solve?
Analyzing cyber intrusions across disconnected events makes it hard to attribute activity to adversaries or find shared infrastructure. This Skill structures intrusion data using the Diamond Model's four core features (Adversary, Capability, Infrastructure, Victim) so analysts can correlate events, build activity threads, and identify pivot points programmatically.
Core Features & Use Cases
- Diamond Event Modeling: Define structured intrusion events with all four core features plus meta-features like timestamp, phase, result, and MITRE ATT&CK technique mappings.
- Activity Thread Construction: Link chronologically sorted events into directed graphs using networkx to reconstruct adversary operations.
- Pivot Analysis: Automatically identify shared infrastructure, capabilities, and adversaries across events to cluster activity groups.
- Use Case: Given a set of MISP or OpenCTI intrusion events, model each as a DiamondEvent, build an activity thread, and run pivot analysis to discover that three seemingly separate incidents share the same C2 infrastructure and ATT&CK techniques, revealing a single coordinated campaign.
Quick Start
Ask the AI to model a set of intrusion events using the Diamond Model, build an activity thread, and find pivot points across shared infrastructure and capabilities.