nerdexam
GIAC

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.

Defense in Depth and Protocols

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)
  • A
    4% (2)
  • B
    13% (6)
  • C
    9% (4)
  • D
    74% (34)

Why each option

Encrypting files at rest ensures that even if malware exfiltrates them, the contents remain unreadable to an unauthorized party.

AIngress filtering at the host level

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.

BMonitoring for abnormal traffic flow

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.

CInstalling file integrity monitoring software

File integrity monitoring detects unauthorized modifications to files, addressing integrity rather than confidentiality, and does not prevent an attacker from reading file contents.

DEncrypting the files locally when not in useCorrect

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

#file encryption#encryption at rest#data confidentiality#malware defense

Community Discussion

No community discussion yet for this question.

Full GSEC Practice