nerdexam
CompTIA

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.

Submitted by kavita_s· Mar 6, 2026Security Operations

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)
  • A
    15% (8)
  • B
    75% (40)
  • C
    2% (1)
  • D
    8% (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.

AInstall UEBA software on the network.

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.

BValidate and quarantine emails with invalid DKIM and SPF headers.Correct

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.

CImplement an EDR system on each endpoint.

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.

DDeploy a DLP platform to block unauthorized and suspicious content.

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

#email security#DKIM#SPF#malicious email detection

Community Discussion

No community discussion yet for this question.

Full CS0-003 Practice