nerdexam
EC-Council

312-49V11 · Question #74

Ethan, a forensic investigator, is analyzing a suspect's computer and finds a suspicious file that may be related to a cybercrime. Upon examining the file's metadata, Ethan discovers that the file…

The correct answer is D. Examine the file's hash value. Within the CHFI v11 curriculum, verifying the integrity of digital evidence is a core responsibility of a forensic investigator. The most reliable method to determine whether a file has been tampered with is by examining its cryptographic hash value. A hash value (such as MD5…

Computer Forensics Investigation Process

Question

Ethan, a forensic investigator, is analyzing a suspect's computer and finds a suspicious file that may be related to a cybercrime. Upon examining the file's metadata, Ethan discovers that the file has been modified several times and was last accessed shortly before the crime took place. Which of the following forensic methods would be most useful for Ethan to determine whether the file was tampered with or manipulated?

Options

  • AReview the file's file system logs
  • BLook for hidden attributes or alternate data streams
  • CCheck the file's access control list (ACL)
  • DExamine the file's hash value

How the community answered

(13 responses)
  • A
    8% (1)
  • B
    15% (2)
  • D
    77% (10)

Explanation

Within the CHFI v11 curriculum, verifying the integrity of digital evidence is a core responsibility of a forensic investigator. The most reliable method to determine whether a file has been tampered with is by examining its cryptographic hash value. A hash value (such as MD5 or SHA-256) is a fixed-length digital fingerprint generated from the file's contents. Even the smallest change to the file--whether intentional or accidental--will produce a completely different hash value, making hash comparison a definitive method for detecting manipulation. File system logs (Option A) can help reconstruct timelines by showing access or modification events, but logs can be deleted, altered, or incomplete and do not directly validate file content integrity. Hidden attributes or alternate data streams (Option B) are indicators of possible anti- forensics techniques, yet their presence does not confirm that the primary file data was altered. Access Control Lists (Option C) only describe permission settings and ownership, not whether the file itself was modified. According to the CHFI v11 objectives under Digital Evidence, Data Acquisition, and Evidence Validation, investigators must calculate and verify hash values during acquisition and analysis to maintain chain of custody, ensure evidence integrity, and support legal admissibility. This makes hash examination the most appropriate and forensically sound choice in this scenario

Topics

#file integrity#hash values#file tampering#metadata analysis

Community Discussion

No community discussion yet for this question.

Full 312-49V11 Practice