Get Actor Profile
get_actorRetrieve a concise threat-actor profile by name or alias, including metadata, attribution, MITRE techniques, IOC counts, and relationships. Use follow-up tools for full details.
Instructions
Get a lean threat-actor profile by name or alias: actor metadata, attribution counts, attributed-threat summary rows, MITRE tactic rollup + technique ids, IOC category counts (no raw values), CVE/CWE/tool summaries, and relationships. For heavy detail use the follow-up tools: get_threat(id) for a full threat, search_detections / get_detection_detail for detection bodies, search_iocs for IOC values, get_infrastructure_pivots for shared infrastructure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Actor name or alias (e.g. 'APT29', 'Lazarus Group') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cves | No | ||
| actor | Yes | ||
| mitre | No | ||
| tools | No | ||
| counts | No | ||
| targets | No | ||
| threats | No | ||
| relationships | No |