SY0-501 · Question #275
Joe a website administrator believes he owns the intellectual property for a company invention and has been replacing image files on the company's public facing website in the DMZ. Joe is using…
The correct answer is B. File integrity monitoring. File integrity monitoring (FIM) detects unauthorized changes to files by maintaining cryptographic hashes of known-good files and alerting when those hashes change - meaning even if Joe replaces an image with a steganographically-altered version, the change is flagged…
Question
Joe a website administrator believes he owns the intellectual property for a company invention and has been replacing image files on the company's public facing website in the DMZ. Joe is using steganography to hide stolen data. Which of the following controls can be implemented to mitigate this type of inside threat?
Options
- ADigital signatures
- BFile integrity monitoring
- CAccess controls
- DChange management
- EStateful inspection firewall
How the community answered
(38 responses)- A11% (4)
- B82% (31)
- C5% (2)
- E3% (1)
Explanation
File integrity monitoring (FIM) detects unauthorized changes to files by maintaining cryptographic hashes of known-good files and alerting when those hashes change - meaning even if Joe replaces an image with a steganographically-altered version, the change is flagged immediately.
Why the distractors are wrong:
- A. Digital signatures verify authenticity and authorship but don't prevent or detect file substitution by someone who already has write access.
- C. Access controls could limit who can modify files, but the scenario states Joe is the admin - he likely already has legitimate access, so access controls wouldn't stop him.
- D. Change management is a process/policy control that requires approvals for changes; it helps governance but doesn't technically detect unauthorized file replacements after the fact.
- E. Stateful inspection firewall monitors network traffic state but has no visibility into file-level changes on a web server.
Memory tip: Think of FIM as a "tamper-evident seal" on your files - it doesn't matter who made the change or how the data is hidden inside the file; if the file changes without authorization, the alarm trips. Steganography hides data inside files, so the only reliable technical control is detecting that the file itself was altered.
Topics
Community Discussion
No community discussion yet for this question.