Skip to content

ExtractUsnJrnl

What ExtractUsnJrnl does

Guided SUSA tool journey

ExtractUsnJrnl supports file-system analysis. In this guide, you will use it to extract the USN Journal from a training volume for separate parsing. The procedure and screenshots provide the practical reference; the surrounding context explains what to record and how to judge the result.

Tool guide at a glance

Investigation task

Extract the USN Journal from a training volume for separate parsing.

Starting material

Verified NTFS training artefacts or a working copy of a training volume image.

Successful outcome

A traceable file-system observation correlated by record, path, change reason, or time.

Evidence and safety

Work from copies and retain raw metadata. Do not infer user intent from one timestamp or allocation state. Record the input identifier, tool version, relevant commands or settings, time and time zone, output location, and any errors or limitations as you work.

Choose your journey

How the labs complement this guide

The Interactive Lab is a safe browser simulation for practising the workflow and validation logic. The Full Lab is an independent exercise for an isolated, authorised environment. Confirm the installed tool version and expected output before relying on either exercise in a real case.

Accessing ExtractUsnJrnl in SUSA

ExtractUsnJrnl (by Joakim Schicht) is a DFIR utility used to extract the NTFS USN Change Journal ($UsnJrnl) from a live system or disk image so it can be analysed with other tools.

Prefer extraction from a verified image. If live collection is necessary, record the command, source volume, collection time and changes made to the system; hash the output and keep an unchanged copy before parsing it.

Open a command prompt and navigate to C:\Tools\JoakimSchichtTools\.

Clone the GitHub repository by running:

git clone https://github.com/jschicht/ExtractUsnJrnl.git

Screenshot: Clone the GitHub repository by running:

In C:\Tools\JoakimSchichtTools\ExtractUsnJrnl, run ExtractUsnJrnl64.exe to verify the installation.

.\ExtractUsnJrnl64.exe

Screenshot: In C:\Tools\JoakimSchichtTools\ExtractUsnJrnl, run ExtractUsnJrnl64.exe to verify the installation