ExamRange

CHFI (312-49) Digital Forensics Simulation

Master data carving and file signature analysis. This simulation trains you to identify file types from raw hexadecimal headers extracted from unallocated disk space.

Investigation Scenario

A corporate fraud investigation is underway in Denver, Colorado. The primary suspect, a financial controller, reportedly attempted to permanently erase critical financial ledgers and communications prior to an unexpected internal audit.

The incident response team secured the suspect's workstation and acquired a bit-stream image (E01 format) of the primary NTFS volume. During the Examination phase, the forensic analyst ran data carving tools against the unallocated space to recover deleted files that bypass the Master File Table (MFT).

Evidence Collected

# CARVED FRAGMENT 1 - Offset 0x0000
D0 CF 11 E0 A1 B1 1A E1 00 00 00 00 ...
# Hex View Strings Analysis of Fragment 1:
... W.o.r.d.D.o.c.u.m.e.n.t ...
# CARVED FRAGMENT 2 - Offset 0x0000
25 50 44 46 2D 31 2E 34 ...
# ASCII Translation:
%PDF-1.4

Question

Question 21: During a fraud investigation in Denver, Colorado, two carved fragments are found: one begins with D0 CF 11 E0 A1 B1 1A E1, and another begins with %PDF. Hex view of the first fragment later reveals a stream labeled WordDocument. Which file type is most likely associated with the D0 CF 11 E0 A1 B1 1A E1 signature?