get_techniques_by_tactic
Retrieve MITRE ATT&CK techniques for a given tactic by specifying the tactic shortname and domain. Optionally filter out revoked or deprecated techniques.
Instructions
Get techniques by tactic.
Args: tactic_shortname: The shortname of the tactic (e.g., 'defense-evasion') domain: Domain to query (enterprise-attack, mobile-attack, or ics-attack) remove_revoked_deprecated: Remove revoked or deprecated objects
Returns: Dictionary containing a list of techniques
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tactic_shortname | Yes | ||
| domain | No | enterprise-attack | |
| remove_revoked_deprecated | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||