analyzing-campaign-attribution-evidence
Systematically evaluate cyber-campaign evidence to attribute an operation to a threat actor, using the Diamond Model and Analysis of Competing Hypotheses (ACH) to weigh infrastructure overlaps, TTP consistency, malware code similarity, and timing/language artifacts into confidence-weighted attributi
By mukul975 · 450 installs
npx skills add mukul975/anthropic-cybersecurity-skills --skill analyzing-campaign-attribution-evidence
Source repository · Upstream listing
Analyzing Campaign Attribution Evidence
Overview
Campaign attribution analysis involves systematically evaluating evidence to determine which threat actor or group is responsible for a cyber operation. This skill covers collecting and weighting attribution indicators using the Diamond Model and ACH (Analysis of Competing Hypotheses), analyzing infrastructure overlaps, TTP consistency, malware code similarities, operational timing patterns, and language artifacts to build confidence weighted attribution assessments.
When to Use
When investigating security incidents that require analyzing campaign attribution evidence
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 , stix2 , networkx libraries
Access to threat intelligence platforms (MISP, OpenCTI)
Understanding of Diamond Model of Intrusion Analysis
Familiarity with MITRE ATT&CK threat group profiles
Knowledge of malware analysis and infrastructure tracking techniques
Key Concepts
Attribution Evidence Categories
1. Infrastructure Overlap : Shared C2 servers, domains, IP ranges, hosting providers
2. TTP Consistency : Matching ATT&CK techniques and sub techniques across campaigns
3. Malware Code Similarity : Shared code bases, compilers, PDB paths, encryption routines
4. Operational Patterns : Timing (working hours, time zones), targeting patterns, operational tempo
5. Language Artifacts : Embedded strings, variable names, error messages in specific languages
6. Victimology : Target sector, geography, and organizational profile consistency
Confidence Levels
High Confidence : Multiple independent evidence categories converge on same actor
Moderate Confidence : Several evidence categories match, some ambiguity remains
Low Confidence : Limited evidence, possible false flags or shared tooling
Analysis of Competing Hypotheses (ACH)
Structured analytical method that evaluates evidence against multiple competing hypotheses. Each piece of evidence is scored as consistent, inconsistent, or neutral with respect to each hypothesis. The hypothesis with the least inconsistent evidence is favored.
Workflow
Step 1: Collect Attribution Evidence
Step 2: Infrastructure Overlap Analysis
Step 3: TTP Comparison Across Campaigns
Step 4: Generate Attribution Report
Validation Criteria
Evidence collection covers all six attribution categories
ACH matrix properly evaluates evidence against competing hypotheses
Infrastructure overlap analysis identifies shared indicators
TTP comparison uses ATT&CK technique IDs for precision
Attribution confidence levels are properly justified
Report includes alternative hypotheses and false flag considerations
References
[Diamond Model of Intrusion Analysis](https://www.activeresponse.org/wp content/uploads/2013/07/diamond.pdf)
[MITRE ATT&CK Groups](https://attack.mitre.org/groups/)
[Analysis of Competing Hypotheses](https://www.cia.gov/static/9a5f1162fd0932c29e985f0159f56c07/Tradecraft Primer apr09.pdf)
[Threat Attribution Framework](https://www.mandiant.com/resources/reports)