Entity Profile
get_entity_profilePull a complete dossier for any threat, technique, actor, IOC, or CVE, including pivot rank, graph neighbors, and type-specific rollups. Consolidates multiple lookups into one call.
Instructions
One-call dossier for any node in the intelligence graph — threat, technique, actor, IOC or CVE. Returns its centrality/pivot rank, top graph neighbours with edge fidelity, and type-specific rollups (linked threats, techniques with risk scores, IOCs with consensus and rarity, campaigns, related CVEs). Best token-per-call ratio in the graph family: replaces five or six separate lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The entity id/value (TL- id, T-number, actor name, IOC value, or CVE id). | |
| node_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cves | No | ||
| iocs | No | ||
| node | Yes | ||
| threats | No | ||
| campaigns | No | ||
| techniques | No | ||
| top_neighbors | No |