ATLAS (Adversarial ML)
get_atlas_intelligenceFind correlated MITRE ATLAS techniques used in attacks on AI/ML systems, ranked by co-occurrence and lift. Excludes unreliable single-observation pairs by default.
Instructions
MITRE ATLAS technique co-occurrence for threats that attack AI/ML systems — prompt injection, agent-tool abuse, context and memory poisoning, cost harvesting. data returns pairs whose BOTH endpoints are real ATLAS ids (^AML.), with cooccurrence_count, support, confidence and lift; free-text publish labels ("Prompt Injection", "Tool Poisoning") are returned SEPARATELY in tag_pairs and are not ATLAS techniques. SMALL-N WARNING: the corpus holds 106 pairs of which only 10 were observed more than once, so min_cooccurrence defaults to 2. Lower it and you get rows where confidence=1.0 and lift=1/support are arithmetic on a single observation — those carry single_observation:true; do not report them as associations. Ranked by cooccurrence_count, then lift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max pairs per list (default 50, max 100) | |
| min_cooccurrence | No | Minimum times the two techniques were seen together. Default 2 (the honest set). 1 includes single-observation pairs, which are flagged single_observation:true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| note | No | ||
| count | No | ||
| pairs | No | ||
| corpus | No | ||
| filters | No | ||
| tag_pairs | No | ||
| tag_pair_count | No |