Skip to content
Juwon1405 edited this page Sep 5, 2026 · 21 revisions

Agentic-DFIR

Welcome to the Agentic-DFIR Wiki

An autonomous DFIR agent that thinks like a senior analyst. Architecture-first, not prompt-first.

This wiki is the long-form companion to the project README. The README is for landing — get a feel for the project in 30 seconds. The wiki is for engineers who want to understand the why, the how, and the parts that don't fit on a single page.

To see the agent run, use the bundled demo (bash examples/demo-run.sh, no API key needed) or browse the sample run screenshots.


📖 Table of contents

Concepts

Core components

Operations

Case studies

The repository ships 11 cases / 94 ground-truth findings across two layers (8 Layer-1 synthetic cases, 3 Layer-2 external case-study slots). See the examples/case-studies/ directory for the full library; recommended walkthroughs:

Roadmap

Reference


⚡ Quick links

What you need Where to look
Try it in 30 seconds README → Quick start
Architecture diagram docs/dfir-architecture.png
Sample run screenshots docs/screenshots/
Full case-study walkthrough docs/case-pth-timestomp.md
Source code github.com/Juwon1405/agentic-dfir

🎯 Why this wiki exists

The README has to be readable in two minutes. That means it can't go deep on:

  • the threat model (what attacks are in scope, what aren't)
  • the decision log (why the MCP surface is the fixed shape it is, and how it expands additively without weakening the boundary)
  • the comparison with other DFIR tools
  • the per-component design notes that engineers actually need to extend the project

This wiki is where that long-form writing lives.


Wiki maintained alongside the main repo. Same MIT license.

Agentic-DFIR

Concepts

The packages

Reference

Running it

Case studies

Project


Project links

Clone this wiki locally