II.
LibraryProcess overview
Reference · livelib-process:security-research--malware-analysis
malware-analysis overview
Systematic analysis of malicious software to understand capabilities, behavior, indicators of compromise, and attribution. Includes both static and dynamic analysis techniques using REMnux, Cuckoo Sandbox, and YARA.
Attributes
displayName
malware-analysis
description
Systematic analysis of malicious software to understand capabilities, behavior, indicators
of compromise, and attribution. Includes both static and dynamic analysis techniques using REMnux,
Cuckoo Sandbox, and YARA.
libraryPath
library/specializations/security-research/malware-analysis.js
specialization
security-research
references
- - REMnux: https://remnux.org/ - Cuckoo Sandbox: https://cuckoosandbox.org/ - YARA: https://virustotal.github.io/yara/
example
const result = await orchestrate('specializations/security-research/malware-analysis', {
projectName: 'Ransomware Sample Analysis',
samplePath: '/path/to/sample',
analysisType: 'comprehensive'
});
usesAgents
- malware-analyst
- security-report-writer
Outgoing edges
lib_applies_to_domain1
- domain:cybersecurity·DomainCybersecurity
lib_belongs_to_specialization1
- specialization:security-research·Specialization
lib_implements_workflow1
- workflow:vulnerability-management·Workflow
uses_agent2
- lib-agent:security-research--malware-analyst·LibraryAgentMalware Analyst Agent
- lib-agent:security-research--security-report-writer·LibraryAgentSecurity Report Writer Agent
Incoming edges
None.