Skip to content
Bang Juwon edited this page May 17, 2026 · 19 revisions

Agentic-DART

Welcome to the Agentic-DART 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.


📖 Table of contents

Concepts

Core components

Operations

Case studies

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

Roadmap

Reference


⚡ Quick links

What you need Where to look
Try it in 30 seconds README → Quick start
Architecture diagram dart-architecture.png
Sample run screenshots docs/screenshots/
Hackathon submission SANS FIND EVIL! 2026 — Devpost
Full case-study walkthrough docs/case-pth-timestomp.md
Source code github.com/Juwon1405/agentic-dart

🎯 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-DART

Concepts

The 5 packages

Reference

Running it

Case studies

Project


Project links

Clone this wiki locally