get_tactics_by_matrix
Retrieve MITRE ATT&CK tactics associated with a specific matrix by providing the matrix STIX ID and domain, enabling targeted threat analysis and security planning.
Instructions
Get tactics by matrix
Args: matrix_stix_id: Matrix STIX ID to find associated tactics for domain: Domain name ('enterprise', 'mobile', or 'ics') include_description: Whether to include description in the output (default is False)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix_stix_id | Yes | ||
| domain | No | enterprise | |
| include_description | No |