Flow-Similar Threats
get_flow_similar_threatsFind threats that share a causal sequence of ATT&CK techniques by scoring ordered-bigram cosine over Flow transitions, returning shared chains like T1003>T1021.
Instructions
Find threats that share a causal SEQUENCE of techniques with this one, scored by ordered-bigram cosine over ATT&CK Flow transitions. This sees what no other channel can: every existing similarity signal compares flat sets, so two threats can share an identical attack ORDER while sharing no indicator, CVE or actor. Returns the shared transitions (e.g. 'T1003>T1021') so the claim is inspectable. Scored independently and NOT folded into get_similar_threats' blended score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max neighbours (default 20, max 100) | |
| min_score | No | Drop neighbours below this sim_flow (0-1) | |
| threat_id | Yes | Threat ID (e.g. TL-2026-1916) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| count | No | ||
| reason | No | Present only when data is empty; distinguishes "no flow published" from "flow published, no neighbours". | |
| threat_id | Yes |