Predict Attack Path
predict_attack_pathPredict the most likely next MITRE techniques given a technique ID, based on observed attack chains across 160+ threat reports. Returns top transitions with probabilities and example threats.
Instructions
Given a MITRE technique, predict the most likely next techniques based on observed chains across 160+ threats. Returns top-N transitions with probability + transition_count + example threats per branch. Powers attack-chain reasoning. Requires Purple tier ($11.99/mo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Max transitions to return (default 5, max 20) | |
| direction | No | Forward = what comes after; reverse = what typically precedes | |
| technique_id | Yes | MITRE technique ID (e.g. T1566, T1059.001) |