CISA · Question #188
An IS auditor is supporting a forensic investigation. An image of affected storage media has been captured while collecting digital forensic evidence. Which of the following techniques would BEST enab
The correct answer is B. Hash value. Hash values (typically MD5 or SHA-256) are the standard forensic method for verifying image integrity: a cryptographic hash is computed on both the original media and the captured image, and if the two hashes match exactly, it proves the image is a bit-for-bit replica with no alt
Question
An IS auditor is supporting a forensic investigation. An image of affected storage media has been captured while collecting digital forensic evidence. Which of the following techniques would BEST enable an IS auditor to verify that the captured image is an exact, unchanged replica of the original media?
Options
- AFile allocation table
- BHash value
- CAccess control list
- DSize of the file
How the community answered
(17 responses)- A6% (1)
- B82% (14)
- D12% (2)
Explanation
Hash values (typically MD5 or SHA-256) are the standard forensic method for verifying image integrity: a cryptographic hash is computed on both the original media and the captured image, and if the two hashes match exactly, it proves the image is a bit-for-bit replica with no alterations - even a single changed bit produces a completely different hash.
Why the distractors fail:
- A (File Allocation Table): The FAT tracks where files are stored on a filesystem, but it can be identical between two drives that differ in raw content - it doesn't prove the entire image is unchanged.
- C (Access Control List): ACLs define permissions for files/directories; they say nothing about whether the data itself has been modified or copied accurately.
- D (Size of the file): File size can match between two images even when contents differ (e.g., a byte changed but overall size stays the same), so it's an unreliable integrity check.
Memory tip: Think of a hash as a "digital fingerprint" - just as no two people share the same fingerprint, no two different datasets produce the same cryptographic hash. If the fingerprints match, the copies are identical twins.
Topics
Community Discussion
No community discussion yet for this question.