About this site

About forensic4linux.com

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.

What you'll find here

Intended audience

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".

Methodology principles

Everything on this site follows a few core rules:

  1. Preserve evidence — analyze images, never the original.
  2. Verify integrity — hash at every step.
  3. Document everything — commands, outputs, decisions.
  4. Collect volatile data first — memory before disk.
  5. Correlate — logs + filesystem + memory tell the story together.
Disclaimer The material here is for education, legitimate incident response, and digital forensics training. Use it only on systems you own or are authorized to examine. Procedures like memory capture or write-blocking exist to protect evidence; misuse can destroy it.

Resources & references

ResourceUse
The Sleuth Kit & Autopsysleuthkit.org
Volatility Foundationvolatilityfoundation.org
LiME memory capturegithub.com/504ensicsLabs/lime
bulk_extractorgithub.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.


← Back to home