MITRE Technique
get_mitre_techniqueLook up MITRE ATT&CK technique details by ID to get tactics, mitigations, data sources, and threat usage, with optional paging and the ability to skip the threat list.
Instructions
Get details for a specific MITRE ATT&CK technique by ID (e.g. T1059 or T1059.001): authoritative name, tactics, matrix, revocation status, mitigations, detection data sources, and the corpus threats using it. The threat list is paged — a heavily-used technique attaches hundreds of threats, so pass include_threats=false for the definition alone (a few KB), or limit/offset to page. threat_count always reports the true total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max threats to return (default 50, max 500) | |
| offset | No | Threat-list row offset for paging (default 0) | |
| technique_id | Yes | Technique ID (e.g. T1059 or T1059.001) | |
| include_threats | No | Set false to return the technique definition WITHOUT the threat list (default true). Use this when you only need the name/tactic/mitigations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | No | ||
| source | No | 'attack_catalog' (authoritative) | 'threat_mitre_fallback' | 'unknown'. | |
| tactic | No | ||
| revoked | No | ||
| tactics | No | ||
| threats | No | ||
| technique | No | ||
| deprecated | No | ||
| revoked_by | No | Successor technique id when this one was retired — query that id instead. | |
| detail_hint | No | ||
| mitigations | No | ||
| data_sources | No | ||
| technique_id | Yes | ||
| threat_count | No | TOTAL threats using this technique — compare against threats_returned to see whether the list is a page. | |
| threats_offset | No | ||
| threats_omitted | No | Present and true when include_threats=false suppressed the list. | |
| parent_technique | No | ||
| threats_has_more | No | ||
| threats_returned | No |