VHDX Containerization
Forensic Email Collector (FEC) allows creating VHDX disk images to store acquired data such as emails and cloud files. Created VHDX containers are hashed and their hashes are recorded in FEC’s logs.
Benefits
Section titled “Benefits”This approach has a couple of benefits:
-
Container level hashing makes chain of custody tracking easier. For example, FEC’s entire MIME output can be kept in a hashed VHDX container. Checking the container hash allows quick verification that the entire MIME output has not changed since the acquisition.
-
In addition to item contents, file system timestamps of the items acquired by FEC are valuable as they reflect server metadata. Storing loose items in a VHDX container makes it easier to preserve file system timestamps and allows hash verification to also cover file system metadata.
Creation and Options
Section titled “Creation and Options”It is possible to schedule the creation of VHDX containers during project setup by setting the containerization options on the Output Settings Page. Alternatively, one can trigger containerization at any time from the End of Acquisition Page or Post-Acquisition Actions.
FEC offers two variants of VHDX containerization:
- Direct VHDX Containerization (default): In this mode, FEC creates the VHDX container from scratch, without using the VHDX capabilities built into Windows. The main benefit of this approach is that it does not require elevation to administrator privileges.
- Native VHDX Containerization: This option uses the VHDX capabilities built into Windows and requires admin elevation (UAC).
The Native VHDX Containerization approach has two main benefits:
- Performance is better for very large containers with millions of items.
- VHDX containers created this way can be mounted as is from a read-only medium by Windows.
Depending on your tool stack and workflow, resultant VHDX disk images can be mounted as a drive in a read-only manner or ingested directly into forensic tools, eDiscovery processing tools, and legal review software.