forensic4linux.com is a knowledge base for digital forensics on Linux systems. It collects practical articles on investigation methodology and hands-on guides for the open source tools examiners actually use — from acquisition and file carving to memory and timeline analysis.
Incident responders, security analysts, students, and CTF players who want a single, focused reference for Linux forensics. The tone is practical: commands first, theory where it explains the "why".
Everything on this site follows a few core rules:
| Resource | Use |
|---|---|
| The Sleuth Kit & Autopsy | sleuthkit.org |
| Volatility Foundation | volatilityfoundation.org |
| LiME memory capture | github.com/504ensicsLabs/lime |
| bulk_extractor | github.com/simsong/bulk_extractor |
| RFC 3227 (order of volatility) | rfc-editor.org/rfc/rfc3227 |
Practice box setup? Spin up a VM, install any Linux distro, add the tools above with
apt/dnf, make mistakes, and investigate them. That's the whole
curriculum.