| Memory Forensics | /memory-forensics <dump> | Analyze RAM dumps with Volatility 3, strings | Detect injected code, hidden processes, network artifacts in memory |
| Log Analysis | /log-analysis <logfile> | Parse auth.log, syslog, EVTX, web logs, JSON | Detect brute force, lateral movement, priv esc, anomalous logins |
| Network Forensics | /network-forensics <pcap> | Analyze PCAPs with tshark | Detect C2 beacons, DNS tunneling, data exfil, suspicious traffic |
| Disk Forensics | /disk-forensics <image> | Analyze disk images with Sleuthkit, binwalk | Recover deleted files, examine artifacts, build filesystem timelines |
| Malware Triage | /malware-triage <file> | Static analysis of suspicious files | Extract IOCs, analyze PE/ELF structure, assess threat level |
| Reverse Engineering | /reverse-engineering <binary> | Deep binary analysis with radare2 | Disassemble, analyze control flow, identify capabilities |
| IOC Extraction | /ioc-extract <evidence> | Extract & classify IOCs from any source | Pull IPs, domains, hashes, URLs from evidence into structured formats |
| Timeline | /timeline <evidence-dir> | Build unified forensic timeline | Merge filesystem, log, network, and memory timestamps |
| Alert Triage | /alert | SOC alert investigation guidance | Paste alert + observables for hypotheses and investigation steps |
| Evidence Acquisition | /evidence-acquisition <device> | Forensic imaging and evidence collection | Disk imaging, memory capture, live triage, chain of custody |
| DFIR Report | /dfir-report [reports-dir] | Generate comprehensive incident report | Consolidate all findings into executive + technical report |
| Tools Reference | /tools | This listing — available tools and skills | Quick reference for what's available |