A digital forensics investigator is preparing to capture a bit-stream copy of a seized hard drive recovered from an employee's computer during an insider threat investigation. To ensure that the physical drive's original data remains unmodified and that the acquired evidence is legally admissible, which of the following procedures must the investigator implement prior to starting the imaging process?
- Connect the target hard drive through a hardware write-blocker and calculate an initial cryptographic hash value.Answer
- BBoot the computer using its native operating system to verify system log timestamps before mounting the drive.
- CEncrypt the source drive using asymmetric encryption to guarantee non-repudiation during evidence transport.
- DTransfer the unsealed physical drive directly to an analyst's workstation and initiate file system recovery scripts.
Answer
Connect the target hard drive through a hardware write-blocker and calculate an initial cryptographic hash value.
Connecting the evidence drive through a hardware write-blocker guarantees that no write commands reach the physical disk during acquisition. Computing an initial cryptographic hash (such as SHA-256) before and immediately after imaging proves that the image is a bit-for-bit identical duplicate of the original drive without modification.
Step-by-Step Solution
Key Concept
Digital Forensics Evidence Acquisition Integrity and Write Protection