Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:This item examines the interplay between encryption and malware detection. Anti-malware engines look for signatures or suspicious patterns in message content. When payloads are encrypted end-to-end, those engines cannot inspect content until it is decrypted by an authorized endpoint or an approved inspection point.
Given Data / Assumptions:
Concept / Approach:Encryption provides confidentiality, intentionally obscuring data from intermediaries. Security devices that perform deep packet inspection need plaintext. Therefore, until decryption occurs, virus scanners cannot validate the content, creating a detection gap that organizations mitigate with endpoint security, secure mail gateways (with sanctioned decryption), or quarantine workflows.
Step-by-Step Solution:
Recognize that malware scanning requires content visibility.Encrypted content is unreadable to scanners lacking keys.Therefore, scanning must wait for decryption at an endpoint or trusted proxy.Conclude the statement is accurate: encryption delays or blocks detection until decryption.Verification / Alternative check:Operational practices like TLS termination at secure gateways, or using EDR on endpoints, exist specifically to restore scanning capability after decryption.
Why Other Options Are Wrong:
Common Pitfalls:Assuming network scanners can “see through” encryption; forgetting privacy and legal implications of decryption at middleboxes.
Final Answer:Correct
Discussion & Comments