get_software
Retrieve software entries from the MITRE ATT&CK framework. Filter by domain, exclude revoked or deprecated items, and specify software types.
Instructions
Get all software from the MITRE ATT&CK framework.
Args: domain: Domain to query (enterprise-attack, mobile-attack, or ics-attack) remove_revoked_deprecated: Remove revoked or deprecated objects software_types: Optional list of ATT&CK object types to include (e.g., ["malware"])
Returns: Dictionary containing a list of software
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | enterprise-attack | |
| remove_revoked_deprecated | No | ||
| software_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||