get_techniques
Retrieve MITRE ATT&CK techniques with token-optimized responses. Filter by domain, include subtechniques, descriptions, and paginate results.
Instructions
Get techniques from the MITRE ATT&CK framework with token-optimized responses.
Args: domain: Domain to query (enterprise-attack, mobile-attack, or ics-attack) include_subtechniques: Include subtechniques in the result remove_revoked_deprecated: Remove revoked or deprecated objects include_descriptions: Whether to include technique descriptions (uses more tokens) limit: Maximum number of techniques to return (default: 20) offset: Index to start from when returning techniques (for pagination)
Returns: Dictionary containing a list of techniques and pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | enterprise-attack | |
| include_subtechniques | No | ||
| remove_revoked_deprecated | No | ||
| include_descriptions | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||