SY0-501 · Question #140
A computer on a company network was infected with a zero-day exploit after an employee accidently opened an email that contained malicious content. The employee recognized the email as malicious and…
The correct answer is B. Set the email program default to open messages in plain text. This question tests knowledge of email security controls to prevent zero-day exploits delivered via malicious email content. Setting emails to open in plain text neutralizes embedded malicious code before it can execute.
Question
A computer on a company network was infected with a zero-day exploit after an employee accidently opened an email that contained malicious content. The employee recognized the email as malicious and was attempting to delete it, but accidently opened it. Which of the following should be done to prevent this scenario from occurring again in the future?
Options
- AInstall host-based firewalls on all computers that have an email client installed
- BSet the email program default to open messages in plain text
- CInstall end-point protection on all computers that access web email
- DCreate new email spam filters to delete all messages from that sender
How the community answered
(28 responses)- A4% (1)
- B82% (23)
- C4% (1)
- D11% (3)
Why each option
This question tests knowledge of email security controls to prevent zero-day exploits delivered via malicious email content. Setting emails to open in plain text neutralizes embedded malicious code before it can execute.
Host-based firewalls control network traffic in and out of a system but do not inspect or sanitize email content, so they would not prevent a malicious email from executing its payload when opened.
Setting the email client to render messages in plain text by default prevents the execution of embedded HTML, scripts, and active content that zero-day exploits commonly use as delivery mechanisms. Since plain text strips out HTML rendering and active elements, malicious payloads embedded in rich content cannot execute even if the email is opened. This is a proactive configuration control that mitigates the risk of accidental opening of malicious emails.
Endpoint protection (antivirus/anti-malware) may not detect zero-day exploits by definition, as these are unknown threats without existing signatures, making this an insufficient standalone preventive control for this specific scenario.
Blocking a single sender address only prevents future emails from that specific address and does not address the broader threat of zero-day exploits delivered via email, as attackers can easily use different or spoofed sender addresses.
Concept tested: Email security configuration to prevent exploit execution
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.