What is Velociraptor?
Velociraptor is an open source digital forensic and incident response tool that supports several deployment models depending on the investigation scenario. While the most common approach is the client-server model, where agents are deployed on endpoints and communicate with a central server, Velociraptor can also operate through offline collectors or virtual clients when agent installation is not possible or when only acquired evidence is available.
Dead Disk Analysis with Velociraptor
Velociraptor provides an interactive analysis mode for forensic investigations of raw disk images. By using remapping rules, a virtual client can be launched from an acquired disk image, allowing investigators to collect and analyse artifacts using the same workflows and Velociraptor Query Language (VQL) queries they would use against a live endpoint. Dead Disk Analysis extends Velociraptor’s capabilities beyond live response by enabling investigators to interact with forensic disk images as virtual endpoints directly from the Velociraptor Graphic User Interface (GUI).
From an analyst’s perspective, the mounted image behaves similarly to a live client, making it possible to run standard artifacts, hunts, and VQL queries against the offline system. This provides a consistent investigation workflow regardless of whether the evidence originates from a running endpoint or a forensic acquisition.
It is important to note that Dead Disk Analysis is limited to artifacts stored on disk. Volatile data sources such as memory contents, running processes, active network connections, and other runtime-only artifacts are not available. Nevertheless, filesystem analysis, log review, persistence investigations, timeline creation, and many other forensic tasks can be performed effectively.
In the following sections, we will walk through the complete process of mounting a Linux forensic image, configuring Velociraptor remapping, and launching a virtual client for offline analysis.
Mounting the Linux Image
In this walkthrough, we’ll work with a forensic disk image stored in EWF (E01) format. Before Velociraptor can interact with the image, the filesystem must be exposed on the analysis workstation. To achieve this, we first mount the EWF container using ewfmount, then use guestmount to access the filesystem contained within the image in read-only mode.




