What does a changed cmd.exe hash indicate?
A systems administrator receives the following alert from a file integrity monitoring tool: The hash of the cmd.exe file has changed. The systems administrator checks the OS logs and notices that no patches were applied in the last two months. Which of the following most likely occurred?
Community Votes
100% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This tests File Integrity Monitoring (FIM) interpretation, where the trap is confusing metadata changes like permissions with actual content modifications indicated by hash changes.
A change in the hash of a critical system file like cmd.exe without a corresponding update suggests unauthorized modification. The community agrees this is a strong indicator of a rootkit deployment designed to hide malicious activity.
Selecting A (permissions changed) is a common mistake because users often confuse metadata updates with actual file content changes, which are the only factors that affect a file's hash.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The hash ofcmd.exe changing without a patch implies the file content was altered illegitimately. Rootkits frequently modify or replace system binaries to maintain persistence and evade detection. Since no legitimate update occurred, this unauthorized modification points directly to malware activity like a rootkit.Why the Other Options Are Wrong
Changing file permissions (Option A) alters metadata, not the file content, so the hash would remain the same. A cryptographic collision (Option B) is statistically improbable and not the "most likely" scenario in a real-world security alert. Taking a snapshot (Option C) captures the state of the drive but does not modify the live file's content or hash.Community Comment Notes
Commenters emphasize that rootkits specifically target system files to conceal their presence and provide attackers with persistent access. The consensus highlights that the absence of recent patching is the key context that rules out legitimate changes. The community strongly supports Option D as the standard interpretation of FIM alerts for core executables.Exam Strategy
When analyzing File Integrity Monitoring (FIM) questions, always check for the context of recent updates or patches. If a critical system file hash changes without a corresponding update, immediately suspect malicious modification or rootkits rather than administrative errors.
Related Analysis
Practice All SY0-701 Questions
Access 100 questions with complete answers and detailed explanations.
View Full SY0-701 Practice Test →