II.
LibraryProcess JSON
Structured · livelib-process:security-research--security-research-lab-setup
security-research-lab-setup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--security-research-lab-setup",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "security-research-lab-setup",
"description": "Setup and configuration of isolated security research environments including virtual\nmachines, network isolation, analysis tools, and malware sandboxes. Ensures safe and reproducible\nresearch conditions.",
"libraryPath": "library/specializations/security-research/security-research-lab-setup.js",
"specialization": "security-research",
"references": [
"- REMnux: https://remnux.org/\n- FlareVM: https://github.com/mandiant/flare-vm"
],
"example": "const result = await orchestrate('specializations/security-research/security-research-lab-setup', {\n projectName: 'Malware Analysis Lab',\n labType: 'malware-analysis',\n requirements: { isolation: 'high', tools: ['remnux', 'cuckoo'] }\n});",
"usesAgents": [
"reverse-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--security-research-lab-setup",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--security-research-lab-setup",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--security-research-lab-setup",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--security-research-lab-setup",
"to": "lib-agent:security-research--reverse-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}