CS0-003 · Question #494
A SOC analyst wants to improve the proactive detection of malicious emails before they are delivered to the destination inbox. Which of the following is the best approach the SOC analyst can…
The correct answer is B. Validate and quarantine emails with invalid DKIM and SPF headers. To proactively detect malicious emails before delivery, validating email authentication headers like DKIM and SPF is the most effective approach to identify spoofed or fraudulent messages.
Question
A SOC analyst wants to improve the proactive detection of malicious emails before they are delivered to the destination inbox. Which of the following is the best approach the SOC analyst can recommend?
Options
- AInstall UEBA software on the network.
- BValidate and quarantine emails with invalid DKIM and SPF headers.
- CImplement an EDR system on each endpoint.
- DDeploy a DLP platform to block unauthorized and suspicious content.
How the community answered
(53 responses)- A15% (8)
- B75% (40)
- C2% (1)
- D8% (4)
Why each option
To proactively detect malicious emails before delivery, validating email authentication headers like DKIM and SPF is the most effective approach to identify spoofed or fraudulent messages.
UEBA (User and Entity Behavior Analytics) software focuses on detecting anomalous user or entity behavior within a network, which is not primarily designed for proactive email content scanning before delivery.
DomainKeys Identified Mail (DKIM) and Sender Policy Framework (SPF) are email authentication methods that verify the sender's legitimacy and prevent email spoofing. By validating these headers, an organization can proactively identify and quarantine emails that originate from unauthorized sources or have been tampered with, significantly reducing the chance of phishing and spam reaching inboxes.
EDR (Endpoint Detection and Response) systems monitor and respond to threats on endpoints after an email might have been delivered and interacted with, rather than proactively preventing email delivery.
DLP (Data Loss Prevention) platforms primarily prevent sensitive data from leaving the organization, not specifically for detecting inbound malicious emails before delivery.
Concept tested: Email authentication protocols (DKIM, SPF) for anti-spoofing
Source: https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/email-authentication-overview?view=o365-worldwide
Topics
Community Discussion
No community discussion yet for this question.