What problem does it solve? Investigators holding a raw memory image (.raw/.mem/.core) need a repeatable way to reconstruct what was running on a compromised machine—processes, network connections, injected code, and credential traces—without executing the sample or trusting the live system. ## Core Features & Use Cases - Process and network reconstruction: Enumerate processes (pslist/psscan/pstree), command lines, services, and network connections (netscan) from Windows, Linux, and macOS dumps, including terminated or hidden processes. - Injection and anomaly detection: Detect code injection, process hollowing, ETW/AMSI patching, and sleep-obfuscated payloads using malfind, hollowprocesses, etwpatch, and VAD analysis, then dump suspicious regions for static analysis. - Credential and evidence extraction: Pull registry-hive-derived credentials (hashdump/lsadump/cachedump), scan with YARA rules, extract file objects, and build CSV event timelines for forensic reports. - Use Case: During incident response you receive a Windows memory dump from an infected host. Use this Skill to list processes, find an anomalous svchost with an outbound C2 connection, dump the injected memory region, and archive every artifact with sha256 hashes for the evidence report. ## Quick Start Analyze the memory dump 'infected-host.raw' with Volatility 3 to list processes, find network connections, detect injected code, and extract any credential artifacts.