Overview

What TVAK Collector is, the acquisition/analysis split, and how to get it running.

Responsible use: Perform evidence collection only on systems you are authorized to examine, and handle collected evidence according to your organization's forensic and evidence-handling procedures.

What it is

TVAK Collector is a native Windows DFIR (Digital Forensics & Incident Response) evidence acquisition tool. Point it at a machine and it collects live forensic evidence into a single hash-manifested package for offline analysis. It is the acquisition half of a two-part product:

Philosophy: collect dumb and fast, judge in analysis

Collector's only job is acquisition. It never makes a forensic judgment about what it collects — for example, Authenticode signature status is captured as enrichment on every record that has one, but it never decides whether to collect or hash something based on it. Filtering, scoring, and correlation happen later, offline, in TVAK Analyst.

Two front-ends, one engine

Both front-ends drive the exact same collection engine, so a GUI run and a headless run of the same selection produce identical results:

System requirements

Download and run: get TvakCollectorGui.exe (a folder — keep it intact) or TvakCollector.exe (a single portable exe) from the Releases resource below, copy it to the target machine or a USB drive, and run it. Right-click → Run as administrator for full coverage.