220-1102 · Question #411
A technician downloads a validated security tool and notes the vendor hash of a58e87a2. When the download is complete, the technician again validates the hash, but the value returns as 2a876a7d3…
The correct answer is C. Modified file. The discrepancy between the vendor hash and the downloaded file's hash indicates that the file was altered or corrupted during or after download.
Question
A technician downloads a validated security tool and notes the vendor hash of a58e87a2. When the download is complete, the technician again validates the hash, but the value returns as 2a876a7d3. Which of the following is the MOST likely cause of the Issue?
Options
- APrivate-browsing mode
- BInvalid certificate
- CModified file
- DBrowser cache
How the community answered
(23 responses)- A4% (1)
- B13% (3)
- C78% (18)
- D4% (1)
Why each option
The discrepancy between the vendor hash and the downloaded file's hash indicates that the file was altered or corrupted during or after download.
Private-browsing mode affects browser history and cookies but does not alter the content of downloaded files or their cryptographic hashes.
An invalid certificate would typically prevent the download from starting securely or would issue a warning before the download, but it wouldn't change the file's hash after it has been downloaded.
A cryptographic hash is a unique digital fingerprint of a file; if the hash value changes, it means the file's contents have been modified in some way, even if subtle. This modification could indicate tampering, corruption, or an incomplete download, making 'Modified file' the most likely cause for the hash mismatch.
Browser cache stores copies of web pages and files to speed up browsing, but it does not change the cryptographic hash of a downloaded file's content.
Concept tested: File integrity verification using hashing
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/certutil
Topics
Community Discussion
No community discussion yet for this question.