SK0-004 · Question #449
A security incident occurs that requires a systems administrator to take an image of a user's workstation hard drive. Which of the following should be taken at the time the system image is generated…
The correct answer is A. A checksum hash of the drive image or files. A cryptographic checksum hash provides a tamper-evident fingerprint of a forensic drive image, verifying that no files have been altered since acquisition throughout the chain of custody.
Question
A security incident occurs that requires a systems administrator to take an image of a user's workstation hard drive. Which of the following should be taken at the time the system image is generated and retained through the file of the investigation to assure files have not been modified since?
Options
- AA checksum hash of the drive image or files
- BCopies of the system logs at specific intervals
- CA snapshot of the file system
- DThe user's credentials and permissions
How the community answered
(29 responses)- A93% (27)
- B3% (1)
- C3% (1)
Why each option
A cryptographic checksum hash provides a tamper-evident fingerprint of a forensic drive image, verifying that no files have been altered since acquisition throughout the chain of custody.
Generating a checksum hash (such as MD5 or SHA-256) of the drive image at acquisition time creates a unique mathematical fingerprint of the data. If even a single bit changes, the hash value will differ, providing irrefutable proof of integrity and satisfying chain-of-custody requirements for legal or investigative proceedings.
System log copies capture events at specific times but do not prove the drive image itself was unaltered, as logs can be modified independently of the image files.
A file system snapshot records the state of the file system at a point in time but does not generate a cryptographic proof that the captured image has remained unchanged.
User credentials and permissions describe access controls on the live system and have no bearing on whether the acquired forensic image has been tampered with after collection.
Concept tested: Forensic image integrity verification using hashing
Source: https://csrc.nist.gov/publications/detail/sp/800-86/final
Topics
Community Discussion
No community discussion yet for this question.