get_stats
Retrieve counts of active techniques, threat groups, software, tactics, and mitigations for a specific ATT&CK domain (enterprise, mobile, or ICS).
Instructions
Get basic statistics about the loaded ATT&CK data for a given domain.
This returns counts of key object types (techniques, groups, software,
tactics, mitigations), excluding revoked/deprecated entries.
Args:
domain: ATT&CK domain ("enterprise", "mobile", "ics").
Returns:
{
"domain": "<domain>",
"stats": {
"techniques": <int>,
"groups": <int>,
"software": <int>,
"tactics": <int>,
"mitigations": <int>
},
"message": "<status message>"
}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | enterprise |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |