Legal Cyber Academy
DatasetFreeCurrent

ForensicArtifacts Digital Forensics Artifact Repository

ForensicArtifacts

Access and status

Cost

Free

Free to read or download at source. No account, no purchase.

Status

Current

Current as at the verification date below. Standards and tools both move — confirm at source before you rely on it.

What it is

A community-maintained, machine-readable knowledge base of digital forensic artefact definitions — where an artefact lives and how to collect it — expressed in YAML and licensed Apache-2.0. It is documented at artifacts.readthedocs.io and coordinated through the forensicartifacts Google Group and the Open Source DFIR Slack.

Who it is for, and when

It is the de facto shared vocabulary for collection tooling: several open-source collectors consume these definitions, so adding or correcting an artefact here fixes it in more than one tool. For a practitioner the repository doubles as a checklist — a defensible way to say what you collected and why, and a quick way to find the path or registry key for something you do not handle often. Consuming it needs nothing more than a YAML parser.

What it does not cover

These are definitions, not data: there is no evidence to practise on and nothing here parses an artefact once you have collected it. Coverage reflects contributor interest, so it is uneven, and it carries no interpretation — knowing where a key lives says nothing about what its value means in a given case.

Go to the source

Open at github.com (opens in a new tab)

https://github.com/ForensicArtifacts/artifacts

Details

Type
Dataset
Written for
Working examinerAdvancedWorking examiner, Advanced
Publisher
ForensicArtifacts
Topics
datasets, triage, windows, linux, macos, incident-response, community
Checked at source
  • Memory acquisition and analysis across Windows, Linux and macOS, written by the people who built Volatility: process and kernel structures, code injection, rootkit detection, registry and event logs recovered from RAM, the GUI subsystem, network state, and case studies.

  • 13Cubed

    Partly free

    A YouTube channel and companion training site covering Windows, Linux and macOS endpoint forensics, memory analysis and threat hunting. The YouTube videos are free; the on-demand courses on training.13cubed.com are paid.

  • A Kroll-owned Windows triage tool that collects forensically relevant files from a live or mounted system using configurable Targets, then runs parsers over what it collected using Modules. It bypasses file locks with raw disk reads and preserves original timestamps on the copies.

  • Live response and postmortem analysis on macOS using bash and Python tooling the reader writes: startup and persistence mechanisms, scheduling, browser history, memory analysis, credential extraction, exfiltration detection and timelining.

  • An open-source memory analysis framework that parses RAM images into processes, network state, loaded modules, injected code, registry hives resident in memory, and command history. Volatility 3 is the actively developed line; Volatility 2 is legacy and should not be the basis of new work, though its documentation is still used for plugin comparison.