get_technique_by_id
Retrieve details of a MITRE ATT&CK technique by providing its ID and optionally specifying the attack domain (enterprise, mobile, or ICS).
Instructions
Get a technique by its MITRE ATT&CK ID.
Args: technique_id: The MITRE ATT&CK ID of the technique (e.g., 'T1055') domain: Domain to query (enterprise-attack, mobile-attack, or ics-attack)
Returns: Dictionary containing the technique
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| technique_id | Yes | ||
| domain | No | enterprise-attack |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||