312-49V11 · Question #21
Gianna, a forensic investigator, is tasked with ensuring the integrity of the forensic image file she created from a suspect's hard drive. To verify that the image file matches the original drive…
The correct answer is A. dcfldd if=/dev/sda vf=image.dd. This question aligns with CHFI v11 objectives under Data Acquisition and Duplication, specifically image validation and forensic integrity verification. After acquiring a forensic image, it is a mandatory best practice to verify that the image is an exact bit-for-bit replica of…
Question
Gianna, a forensic investigator, is tasked with ensuring the integrity of the forensic image file she created from a suspect's hard drive. To verify that the image file matches the original drive, she needs to use a command that compares the image file to the original medium. Which of the following dcfldd commands should she use to perform the verification?
Options
- Adcfldd if=/dev/sda vf=image.dd
- Bdcfldd if=/dev/sda split=2M of=usbimg hash=md5 hashlog=usbhash.log
- Cdcfldd if=/dev/sda of=usbimg.dat
- Ddd if=/dev/sdb | split -b 650m -image_sdb
How the community answered
(30 responses)- A73% (22)
- B17% (5)
- C7% (2)
- D3% (1)
Explanation
This question aligns with CHFI v11 objectives under Data Acquisition and Duplication, specifically image validation and forensic integrity verification. After acquiring a forensic image, it is a mandatory best practice to verify that the image is an exact bit-for-bit replica of the original evidence source. CHFI v11 stresses that verification protects evidence integrity and supports legal admissibility by proving that no data was altered during acquisition. The dcfldd tool--an enhanced version of the Unix dd utility--supports forensic features such as hashing, logging, splitting, and image verification. The vf (verify file) parameter in the command dcfldd if=/dev/sda vf=image.dd directly compares the original input device (/dev/sda) with the previously created image file (image.dd). This ensures that both sources match exactly, sector by sector.
Topics
Community Discussion
No community discussion yet for this question.