Skip to content

IndxCarver

What IndxCarver does

Guided SUSA tool journey

IndxCarver supports file-system analysis. In this guide, you will use it to carve directory-index records and distinguish recovered remnants from live entries. 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

Carve directory-index records and distinguish recovered remnants from live entries.

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 IndxCarver in SUSA

IndxCarver (by Joakim Schicht) is a carving tool that scans raw disk data to recover NTFS directory index records (INDX), especially from unallocated space.

Run carving against a verified working copy of an image and direct output to a separate location. Carved records may be incomplete or lack current directory context, so validate important names, references and timestamps against $MFT, allocated directory indexes and other evidence.

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

Clone the GitHub repository by running:

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

Screenshot: Clone the GitHub repository by running:

In Command Prompt, navigate to C:\Tools\JoakimSchichtTools\IndxCarver and run IndxCarver64.exe to verify the installation.

.\IndxCarver64.exe

Screenshot: In Command Prompt, navigate to C:\Tools\JoakimSchichtTools\IndxCarver and run IndxCarver64.exe to verify the installation