II.
LibraryProcess JSON
Structured · livelib-process:security-research--red-team-operations
red-team-operations json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--red-team-operations",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "red-team-operations",
"description": "Full-scope adversarial simulation mimicking real threat actors to test organizational\ndefenses. Covers initial access, persistence, lateral movement, and objective completion using\nMITRE ATT&CK framework methodology.",
"libraryPath": "library/specializations/security-research/red-team-operations.js",
"specialization": "security-research",
"references": [
"- MITRE ATT&CK: https://attack.mitre.org/\n- Red Team Development: https://redteam.guide/"
],
"example": "const result = await orchestrate('specializations/security-research/red-team-operations', {\n projectName: 'Annual Red Team Assessment',\n targetOrg: { name: 'Acme Corp', scope: ['*.acme.com', '10.0.0.0/8'] },\n objectives: ['domain-admin', 'data-exfil'],\n rules: { noProduction: true, safeDays: ['Mon-Fri'] }\n});",
"usesAgents": [
"red-team-operator",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--red-team-operations",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--red-team-operations",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--red-team-operations",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--red-team-operations",
"to": "lib-agent:security-research--red-team-operator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--red-team-operations",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}