License & Deployment Mix: 13 tools – 8 OSS, 5 commercial (KAPE counted as proprietary even though it’s free for non-commercial use).

Color: Blue team.

What Is This Category?

Triage collection, host inspection, disk and memory forensics, and timeline reconstruction for active incidents and post-breach investigation.

DFIR is the practice of investigating what an attacker actually did once a compromise is suspected or confirmed. Where EDR is the always-on prevention / detection layer, DFIR tools are the investigator’s microscope: live response on hosts, disk and memory image analysis, timeline reconstruction across files, registry, event logs, browser history, and every other artefact the OS leaves behind.

Distinct from neighbouring categories

  • EDR / XDR – EDR is the always-on telemetry stream and prevention; DFIR is the deep-dive that runs after EDR (or a SIEM alert, or a tip) says something happened
  • SIEM & Log Analytics – SIEM correlates log events; DFIR rebuilds what happened on the host after the events
  • SOAR – SOAR automates the response workflow; DFIR is what the playbook calls into for the deep collection
  • Malware Analysis Sandbox – Sandbox detonates a sample to characterise the attacker’s tool; DFIR investigates what that tool did on a specific compromised host

The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.

Comparison

Overview

DFIR is a multi-tier discipline. A complete IR workflow needs collection (Velociraptor, GRR, KAPE), memory analysis (Volatility), disk analysis (Autopsy, EnCase, X-Ways), timeline (Plaso), case management (TheHive, DFIR-IRIS), and optionally sandbox (Hatching Triage). No single tool covers everything; a complete practice composes a stack from this list.


Capability Matrix

What each tool actually does.

ToolLiveDiskMemoryMobileCloudTimelineCase
Velociraptoryesyesyes*partial
KAPEyesyespartial
Autopsy + Sleuth Kityespartialyespartial
Volatility 3yespartialpartial
GRR Rapid Responseyesyesyes
Plaso (log2timeline)yesyes
TheHive + Cortexyes
DFIR-IRISyes
Magnet AXIOMyesyesyesyesyesyesyes
Cellebrite Inseyetsyespartialyes
EnCase Forensicyes**yesyespartialyesyes
X-Ways Forensicsyespartialyes
Hatching Triage

* Velociraptor captures memory via WinPmem / LiME but defers analysis to Volatility.

** EnCase Enterprise tier ships a Servlet agent for remote live response.


License Comparison

ToolLicenseOSIType
VelociraptorAGPL-3.0-onlyyesOSS platform
KAPEProprietaryFree non-commercial / Kroll
Autopsy + Sleuth KitApache-2.0yesOSS desktop
Volatility 3Volatility Software LicenseyesOSS CLI (BSD-derived)
GRR Rapid ResponseApache-2.0yesOSS platform
Plaso (log2timeline)Apache-2.0yesOSS CLI
TheHive + CortexProprietary (Cortex AGPL-3.0)partialFreemium web (TheHive 5); Cortex OSS
DFIR-IRISLGPL-3.0-onlyyesOSS web
Magnet AXIOMProprietaryCommercial desktop
Cellebrite InseyetsProprietaryCommercial desktop + appliance
EnCase ForensicProprietaryCommercial desktop
X-Ways ForensicsProprietaryCommercial desktop
Hatching TriageProprietaryCommercial SaaS (Recorded Future)

OS / Evidence-Type Coverage

ToolWinLinuxmacOSiOSAndroidCloud
Velociraptoryesyesyes
KAPEyespartial
Autopsy + Sleuth Kityesyesyespartialpartial
Volatility 3yesyesyesyes
GRR Rapid Responseyesyesyes
Plaso (log2timeline)yesyesyesyespartial
TheHive + Cortexn/an/an/an/an/ayes
DFIR-IRISn/an/an/an/an/ayes
Magnet AXIOMyesyesyesyesyesyes
Cellebrite Inseyetspartialpartialyesyespartial
EnCase Forensicyespartialpartialpartialpartial
X-Ways Forensicsyesyespartial
Hatching Triageyesyesyesyesn/a

SSO / OIDC

Desktop / CLI forensics tools have no native auth. Case-management and SaaS platforms do.

ToolOIDCSAMLSCIMAuthentik Notes
VelociraptornativepluginNative OIDC; Authentik direct
Desktop tools (KAPE, Autopsy, X-Ways, EnCase, Magnet, Cellebrite)n/an/an/aLocal-user / floating licence
Memory / timeline CLIs (Volatility, Plaso)n/an/an/aCLI
GRR Rapid ResponsepluginpluginReverse-proxy auth (Authentik / IAP)
TheHive + CortexnativenativeNative OIDC + SAML
DFIR-IRISpluginpluginReverse-proxy or plugin
Hatching TriagepaidpaidpaidEnterprise tier (Recorded Future)

Deployment Comparison

ToolDeploymentResourcesPrivileges
VelociraptorSingle Go binary; server + agentsModestServer: TLS port; Agents: per-host
KAPESingle .NET binaryTrivialLocal on target
Autopsy + Sleuth KitJava desktop installWorkstationRead on image
Volatility 3pip / DockerTrivialRead on memory dump
GRR Rapid ResponseDocker Compose; server + agentsHeavy serverPer-host agents
Plaso (log2timeline)pip / DockerModestRead on image
TheHive + CortexDocker Compose (TheHive + Cortex + ES)MediumWeb ports
DFIR-IRISDocker ComposeModestWeb port
Magnet AXIOMWindows desktopWorkstationRead on evidence
Cellebrite InseyetsWindows desktop + hardwareWorkstationPhysical access to device
EnCase ForensicWindows desktop + dongleWorkstationRead on evidence
X-Ways ForensicsSingle Windows executableUSB-stick portableRead on evidence
Hatching TriageSaaS

Composition Patterns

Three canonical DFIR pipelines.

1. OSS-only IR stack

Velociraptor -- fleet-wide live response + triage Volatility -- memory analysis on collected dumps Autopsy -- disk analysis on imaged hosts Plaso -- super-timeline from collected artefacts TheHive + Cortex -- case management + automated enrichment MISP -- threat-intel pivots (see tools/threat-intel/)

Output: full IR coverage at zero license cost. A standard internal IR stack.

2. Customer engagement with commercial reach

Velociraptor (self-hosted) -- live response on customer hosts Magnet AXIOM -- disk + mobile + cloud forensics Volatility / Plaso -- memory + timeline analysis TheHive + Cortex -- case management

Output: commercial-grade evidence collection + OSS analysis. Standard pattern for engagements that require court-defensible mobile / cloud evidence.

3. Sandbox-first malware-triage workflow

SIEM alert -> Hatching Triage submission -> IOCs -> MISP MISP IOCs -> Velociraptor hunt across fleet Velociraptor finds infected hosts -> Volatility memory dump Volatility IOCs -> case in TheHive

Output: fast malware-triage feedback loop combining SaaS sandbox + OSS DFIR.


Cost Tier

Approximate cost for a DFIR practice with ~10 analysts / customers.

TierToolingApprox Cost
FreeVelociraptor + Volatility + Autopsy + Plaso + DFIR-IRIS$0 + operator time
MidAdd X-Ways per-seat$1,300 per analyst-seat
HighAdd Magnet AXIOM$5,000-15,000 per analyst-seat
TopAdd Cellebrite + EnCaseEnterprise contracts

Tools

13 tools.

Autopsy + Sleuth Kit

Open-source disk forensics platform from Brian Carrier / Basis Technology; the canonical OSS disk-image analyser.

License: Apache-2.0 (OSS) · Kind: desktop · Deploy: native · SSO: none

Website · Source

Cellebrite Inseyets

Premium mobile-forensics platform; the law-enforcement reference for iOS / Android device extraction and analysis.

License: Proprietary (proprietary) · Kind: desktop · Deploy: native, appliance · SSO: OIDC, SAML

Website

DFIR-IRIS

Open-source collaborative IR platform from DFIR-IRIS; case-tracking, evidence vault, report templating; lighter alternative to TheHive.

License: LGPL-3.0-only (OSS) · Kind: web · Deploy: docker, native · SSO: OIDC

Website · Source

EnCase Forensic

OpenText’s premium DFIR suite (formerly Guidance Software); the long-standing courtroom-reference tool for disk forensics.

License: Proprietary (proprietary) · Kind: desktop · Deploy: native · SSO: OIDC, SAML

Website

GRR Rapid Response

Google’s open-source remote forensics framework; agent-based live response across Windows / Linux / macOS fleets.

License: Apache-2.0 (OSS) · Kind: web · Deploy: docker, native · SSO: none

Website · Source

Hatching Triage

SaaS malware-analysis sandbox with DFIR-friendly indicator extraction; acquired by Recorded Future in 2022 and integrated into the Intelligence Cloud.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

KAPE

Kroll Artifact Parser and Extractor; free-for-personal / commercial- for-business artefact triage collector from Eric Zimmerman / Kroll.

License: Proprietary (proprietary) · Kind: cli · Deploy: native · SSO: none

Website

Magnet AXIOM

Premium commercial DFIR platform from Magnet Forensics; broad evidence-type coverage including mobile, cloud, IoT.

License: Proprietary (proprietary) · Kind: desktop · Deploy: native · SSO: OIDC, SAML

Website

Plaso (log2timeline)

Open-source super-timeline tool (log2timeline successor); parses 100+ artefact types into one normalised timeline.

License: Apache-2.0 (OSS) · Kind: cli · Deploy: native, docker, package · SSO: none

Website · Source

TheHive + Cortex

Proprietary SOC case-management platform (TheHive 5, ex-AGPL). Pairs with Cortex (still AGPL-3.0) and MISP; the OSS IR community has moved to DFIR-IRIS.

License: Proprietary (proprietary) · Kind: web · Deploy: docker, native, saas · SSO: none

Website · Source

Velociraptor

Open-source endpoint visibility and DFIR platform; agent-based, query-driven (VQL), scales to tens of thousands of endpoints.

License: AGPL-3.0-only (OSS) · Kind: hybrid · Deploy: native, docker · SSO: OIDC

Website · Source

Volatility 3

Open-source memory-forensics framework from the Volatility Foundation; the canonical OSS memory-dump analysis tool.

License: Volatility Software License (OSS) · Kind: cli · Deploy: native, docker, package · SSO: none

Website · Source

X-Ways Forensics

Compact, fast Windows-native forensics platform from X-Ways Software (Germany); favoured for its speed and deep filesystem support.

License: Proprietary (proprietary) · Kind: desktop · Deploy: native · SSO: none

Website

ResorsIT Tools Catalog Search