iiRecord
Agentic AI Atlas · malware-analysis
lib-process:security-research--malware-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:security-research--malware-analysis

Structured · live

malware-analysis json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:security-research--malware-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "malware-analysis",
    "description": "Systematic analysis of malicious software to understand capabilities, behavior, indicators\nof compromise, and attribution. Includes both static and dynamic analysis techniques using REMnux,\nCuckoo Sandbox, and YARA.",
    "libraryPath": "library/specializations/security-research/malware-analysis.js",
    "specialization": "security-research",
    "references": [
      "- REMnux: https://remnux.org/\n- Cuckoo Sandbox: https://cuckoosandbox.org/\n- YARA: https://virustotal.github.io/yara/"
    ],
    "example": "const result = await orchestrate('specializations/security-research/malware-analysis', {\n  projectName: 'Ransomware Sample Analysis',\n  samplePath: '/path/to/sample',\n  analysisType: 'comprehensive'\n});",
    "usesAgents": [
      "malware-analyst",
      "security-report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-research--malware-analysis",
      "to": "domain:cybersecurity",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--malware-analysis",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--malware-analysis",
      "to": "specialization:security-research",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-research--malware-analysis",
      "to": "lib-agent:security-research--malware-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-research--malware-analysis",
      "to": "lib-agent:security-research--security-report-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}