Malware Intelligence
get_malware_intelligenceLook up a malware family by name to get its type, prevalence, deploying threats, associated actors, and common ATT&CK techniques for faster threat analysis and response.
Instructions
Pivot on a malware FAMILY by name (e.g. "LockBit", "Vidar", "Emotet"). Returns the canonical family + type, prevalence (threat/actor counts, first/last seen), the threats deploying it, the actors using it, and its most-common ATT&CK techniques. For an offensive TOOL (Cobalt Strike, Mimikatz) use get_tool_intelligence instead. Call resolve_entity first if unsure of the canonical name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Malware family name (e.g. "LockBit", "Vidar") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| actors | No | ||
| matched | Yes | ||
| threats | No | ||
| canonical | No | ||
| prevalence | No | ||
| entity_type | No | ||
| top_techniques | No |