What problem does it solve?
Provide a structured, repeatable methodology to triage and analyze CTF-style digital forensics artifacts so investigators can quickly find flags and evidence inside disk images, memory dumps, network captures, and steganographic media. It consolidates common tools and decision trees into an operational workflow that guides whether to mount, carve, dump, or decode each artifact type.
Core Features & Use Cases
- Multi-format Triage: Recognizes .dd/.img/.vmdk disk images, .vmem/.raw memory dumps, .pcap/.pcapng network captures, EVTX logs, and common stego image/audio formats and maps each to an analysis path.
- Memory & Disk Workflows: Volatility3 plugin guidance, mft/fls/icat usage, photorec/foremost carving, LUKS/master-key detection, VMDK sparse parsing, RAID5 XOR reconstruction, and APFS/BTRFS snapshot recovery.
- Network & Stego Extraction: tshark/Wireshark object export, TCP/HTTP stream reconstruction, DNS/ICMP covert-channel decoding, binwalk/zsteg/steghide guidance, and audio spectrogram / SSTV techniques.
- Validation & Hard Cases: Techniques for encrypted ransomware key recovery (seeded PRNG, OFB checks), minidump and VMware snapshot handling, and hints for when to pivot from automated tooling to raw byte-level analysis.
Quick Start
Analyze memory.dmp and image.dd to locate and extract flags using memory forensics, file carving, and PCAP object extraction.