get_object_by_stix_id
Retrieve MITRE ATT&CK objects by their STIX ID to access detailed threat intelligence data across enterprise, mobile, or ICS domains for security analysis.
Instructions
Get object by STIX ID (case-sensitive)
Args: stix_id: ATT&CK ID to find associated object 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 |
|---|---|---|---|
| stix_id | Yes | ||
| domain | No | enterprise | |
| include_description | No |