1---2name: threat-intel-fusion3description: Threat intelligence fusion skill for collecting, normalizing, deduplicating, enriching, and operationalizing IOCs and TTPs from OTX, MISP, abuse.ch, VirusTotal, Shodan, GreyNoise, Censys, CISA KEV, NVD, vendor blogs, and internal telemetry. Use to build STIX/TAXII feeds, ATT&CK-mapped actor profiles, prioritized blocklists, and detection-ready intel packages.4---56# Threat Intel Fusion78## Operating Rules910- Separate observation, assessment, and recommendation. Tag every claim with source, date, and confidence.11- Prefer structured formats: STIX 2.1 objects, MISP events, ATT&CK technique IDs, CVE IDs, CPE strings.12- Decay IOC value over time; mark sightings, first/last seen, and TLP.1314## Fusion Workflow15161. Collect: pull feeds with idempotent connectors; record raw payloads with hash and timestamp.172. Normalize: map to STIX SDOs and SROs (`indicator`, `malware`, `intrusion-set`, `attack-pattern`, `relationship`).183. Deduplicate: canonical-form domain/url/hash; merge by `id` + `pattern`, keep all sightings.194. Enrich: passive DNS, WHOIS, ASN, geo, VT, GreyNoise tags, sandbox verdicts, KEV/EPSS scores.205. Prioritize: score by exploitability, exposure in our environment, actor relevance, and decay.216. Operationalize: emit firewall/EDR/SIEM-ready artifacts plus Sigma rules and hunt queries.2223## Actor Profiling2425- Aliases, motivations, sectors, geographies, observed TTPs (ATT&CK), tooling, infrastructure patterns, recent campaigns, and likely next moves with confidence.2627## Output Contract2829- `feeds/`: raw + normalized snapshots.30- `iocs.stix.json`: deduped STIX bundle with relationships.31- `priority.csv`: `indicator, score, reason, action, ttl`.32- `actors/<name>.md`: profile with sources.33- `detections/`: Sigma, YARA, Suricata, KQL, SPL exports.34- `report.md`: executive summary, what changed, what to action this week.