II.
Role JSON
Structured · liverole:threat-analyst
Threat Analyst json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:threat-analyst",
"_kind": "Role",
"_file": "role/roles/roles-expanded-2.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Threat Analyst",
"isAgentic": false,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Monitors and analyzes cyber threats — threat intelligence feeds,\nindicator-of-compromise tracking, adversary TTPs (MITRE ATT&CK),\nand threat landscape reporting for proactive defense.\n"
},
"outgoingEdges": [
{
"from": "role:threat-analyst",
"to": "responsibility:security-incident-triage",
"kind": "holds_responsibility"
},
{
"from": "role:threat-analyst",
"to": "responsibility:risk-assessment",
"kind": "holds_responsibility"
},
{
"from": "role:threat-analyst",
"to": "skill-area:threat-intelligence-hunting",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:threat-analyst",
"to": "skill-area:threat-detection",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:threat-analyst",
"to": "domain:cybersecurity",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "responsibility:security-incident-triage",
"to": "role:threat-analyst",
"kind": "held_by",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "role:threat-analyst",
"kind": "involves_role",
"attributes": {}
}
]
}