200-201 · Question #54
Which artifact is used to uniquely identify a detected file?
The correct answer is D. file hash. A file hash is a unique alphanumeric string generated by applying a hash function (such as MD5, SHA-1, SHA-256, etc.) to the content of a file. The hash value is unique to the file's content. Even a slight change in the file content will produce a significantly different hash…
Question
Which artifact is used to uniquely identify a detected file?
Options
- Afile timestamp
- Bfile extension
- Cfile size
- Dfile hash
How the community answered
(52 responses)- A4% (2)
- B2% (1)
- D94% (49)
Explanation
A file hash is a unique alphanumeric string generated by applying a hash function (such as MD5, SHA-1, SHA-256, etc.) to the content of a file. The hash value is unique to the file's content. Even a slight change in the file content will produce a significantly different hash value. Therefore, file hashes are commonly used to verify file integrity, identify files, and detect changes or alterations in files, making them a crucial aspect of file identification in security and forensics.
Topics
Community Discussion
No community discussion yet for this question.