Get Software
get_softwareRetrieve software entries from the MITRE ATT&CK framework by domain, filter by software types and revoked/deprecated status, and paginate results. Returns token-optimized responses for efficient analysis.
Instructions
Get software from the MITRE ATT&CK framework with token-optimized responses.
Args: ctx: FastMCP request context (injected by the server) 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"]) limit: Maximum number of software to return (default: 20) offset: Index to start from when returning software (for pagination)
Returns: Dictionary containing a list of software and pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| domain | No | enterprise-attack | |
| offset | No | ||
| software_types | No | ||
| remove_revoked_deprecated | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| software | Yes | ||
| pagination | Yes |