GSEC · Question #118
Your system has been infected by malware. Upon investigation, you discover that the malware propagated primarily via email. The malware attacked known vulnerabilities for which patches are…
The correct answer is B. Scan and block suspect email attachments at the email server. When malware propagates via email attachments and patch status is unknown, scanning and blocking malicious attachments at the mail server directly neutralizes the delivery mechanism regardless of endpoint patch state.
Question
Your system has been infected by malware. Upon investigation, you discover that the malware propagated primarily via email. The malware attacked known vulnerabilities for which patches are available, but due to problems with your configuration management system you have no way to know which systems have been patched and which haven't, slowing your progress in patching your network. Of the following, which solution would you use to protect against this propagation vector?
Options
- AEncrypt the emails on the server
- BScan and block suspect email attachments at the email server
- CInstall a firewall between the email server and the Internet
- DSeparate the email server from the trusted portions of the network
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C14% (3)
- D5% (1)
Why each option
When malware propagates via email attachments and patch status is unknown, scanning and blocking malicious attachments at the mail server directly neutralizes the delivery mechanism regardless of endpoint patch state.
Encrypting emails at the server protects data confidentiality in transit but does nothing to inspect or block malicious payloads inside the messages themselves.
Scanning and blocking suspect email attachments at the mail server addresses the exact propagation vector identified - email attachments carrying malware. Because this control acts on every inbound message before it reaches any endpoint, it is effective even when patch levels across hosts are unknown, stopping the threat at the point of entry rather than relying on individual host defenses.
A firewall between the email server and the Internet cannot differentiate malicious from legitimate SMTP traffic on port 25, so it will not block malware-laden emails that are delivered through normal mail flow.
Isolating the email server from trusted network segments limits lateral spread after infection but does not prevent employees from opening malicious attachments and getting infected in the first place.
Concept tested: Email attachment scanning as malware propagation control
Source: https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/anti-malware-protection?view=o365-worldwide
Topics
Community Discussion
No community discussion yet for this question.