GSEC · Question #128
What defensive measure could have been taken that would have protected the confidentiality of files that were divulged by systems that were compromised by malware?
The correct answer is D. Encrypting the files locally when not in use. Encrypting files at rest ensures that even if malware exfiltrates them, the contents remain unreadable to an unauthorized party.
Question
What defensive measure could have been taken that would have protected the confidentiality of files that were divulged by systems that were compromised by malware?
Options
- AIngress filtering at the host level
- BMonitoring for abnormal traffic flow
- CInstalling file integrity monitoring software
- DEncrypting the files locally when not in use
How the community answered
(46 responses)- A4% (2)
- B13% (6)
- C9% (4)
- D74% (34)
Why each option
Encrypting files at rest ensures that even if malware exfiltrates them, the contents remain unreadable to an unauthorized party.
Ingress filtering at the host level controls inbound network traffic and does not protect the confidentiality of files that are already stored on the compromised host.
Monitoring for abnormal traffic flow is a detective control that may identify an ongoing breach but does not prevent the contents of already-exfiltrated files from being read by an attacker.
File integrity monitoring detects unauthorized modifications to files, addressing integrity rather than confidentiality, and does not prevent an attacker from reading file contents.
Encrypting files locally when not in use (encryption at rest) directly protects confidentiality because the data is rendered unintelligible without the correct decryption key. If malware compromises a system and exfiltrates encrypted files, the attacker obtains only ciphertext, not the underlying sensitive data. This control directly addresses the confidentiality requirement regardless of whether the host or network perimeter is breached.
Concept tested: Encryption at rest protecting file confidentiality
Source: https://csrc.nist.gov/publications/detail/sp/800-111/final
Topics
Community Discussion
No community discussion yet for this question.