IOC Blast Radius
get_ioc_blast_radiusReveal the full blast radius of a single IOC by mapping its threats, MITRE techniques, actors, and sibling IOCs, to scope impact effectively.
Instructions
Map the blast radius of one indicator: the threats that contain it, the MITRE techniques those threats use, and the actors + sibling IOCs in the same campaigns. Matching is case-insensitive, and for a CVE the threat ring is the UNION of indicator rows and threats.cve_list (the authoritative CVE-to-threat mapping) — coverage reports which of the two produced how many, so a count can be traced to its source. edge_scores is a sampled graph_edges projection for fidelity context, never the denominator. Use this to scope impact of a single IOC; for a richer multi-source dossier on one indicator use get_ioc_intelligence instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Traversal rings to expand (1–3, default 3): 1=threats, 2=+techniques, 3=+actors & sibling IOCs | |
| value | Yes | Indicator value (IP, domain, hash, URL, or CVE-XXXX-NNNN) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rings | No | ||
| stats | No | ||
| center | Yes | ||
| coverage | No | ||
| edge_scores | No |