e62a14dafc
Generate interlinked wiki from master inventory: 397 tool pages, 15 workflow pages, 27 recipe pages, 33 category pages, plus index. All pages use [[wiki-links]] for cross-navigation between tools, workflows, recipes, and categories (1782 links total). Install zk for interactive browsing with fzf search, tag filtering, and backlink discovery. Add 'fhelp wiki' command and Makefile target. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
volatility3
Memory forensics framework — analyze RAM dumps to find malware, hidden processes, network connections, and injected code
Category: categories/perform-memory-forensics | Tier: Rich (FOR610) Docs: https://docs.remnux.org/discover-the-tools/perform+memory+forensics
Usage
vol3 -f <memory_dump> windows.info
vol3 -f <memory_dump> windows.pslist
vol3 -f <memory_dump> windows.pstree
vol3 -f <memory_dump> windows.netscan
vol3 -f <memory_dump> windows.malfind
vol3 -f <memory_dump> windows.dlllist --pid <PID>
vol3 -f <memory_dump> windows.dumpfiles --pid <PID>
Recipes
Workflows
- workflows/memory-forensics-workflow — Step 1: Image Identification
Related Tools
- tools/aeskeyfinder — Find 128-bit and 256-bit AES keys in a memory image.
- tools/rsakeyfinder — Find BER-encoded RSA private keys in a memory image.
#memory #forensics #volatility #incident-response