How to Prevent Malicious Email Attachments?

A security architect wants to prevent employees from receiving malicious attachments by email. Which of the following functions should the chosen solution do?

  1. Apply IP address reputation data.
  2. Tap and monitor the email feed.
  3. Scan email traffic inline. Source Reference Answer
  4. Check SPF records.

Community Votes

C
69%
D
31%

69% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

This question tests the distinction between content analysis and sender verification, with the common trap being selecting SPF records which do not scan for malware.

To effectively prevent malicious attachments, security solutions must scan email traffic inline. The community consensus confirms that inline scanning is required to analyze and block malicious content before it reaches the user.

Choosing 'Check SPF records' (Option D) is the most frequent error because SPF verifies the sender's identity but does not inspect email attachments for malicious code.

Community Discussion (4 comments)

Cocopqr 👍 7 Selected: C
C. Scan email traffic inline. Inline scanning is the most effective method to prevent malicious attachments from reaching employees' inboxes. By scanning emails in real-time, as they are being delivered, the security solution can identify and block malicious attachments before they reach the user's device. SPF records are used to verify the sender's identity, but they do not prevent malicious attachments
9149f41 👍 1 Selected: C
Only scanning the inbox can detect and protect the malicious attachment. Detect Malicious Attachments: SPF (Sender Policy Framework) does not scan or analyze the content of emails, including attachments. Block Phishing or Malware: SPF only verifies the sender's server, not the safety of the email's content.
jbmac 👍 1 Selected: C
The correct answer is: C. Scan email traffic inline. Explanation: To prevent employees from receiving malicious attachments via email, the solution should scan email traffic inline. This involves scanning email messages, including attachments, as they pass through the mail server. By scanning emails inline, the system can identify and block malicious attachments before they are delivered to the user's inbox. This type of solution often includes antivirus and anti-malware scanning for email content.
e2ba0ff 👍 4 Selected: D
spf : Sender Policy Framework Preventing email spoofing Improving email deliverability

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

Inline scanning (Option C) analyzes email content and attachments in real-time as they pass through the mail gateway. This method allows the security system to identify and quarantine malicious files before they are delivered to the end user. It is the only option listed that directly addresses the inspection of the attachment payload.

Why the Other Options Are Wrong

IP reputation (Option A) blocks connections from known malicious sources but does not analyze the specific content of emails. Tapping the feed (Option B) implies passive monitoring and copying of traffic, which does not actively prevent delivery. Checking SPF records (Option D) validates that the email comes from an authorized server to prevent spoofing, but it offers no visibility into the safety of the attachment itself.

Community Comment Notes

Community members strongly support Option C, emphasizing that SPF is strictly for sender verification and cannot detect malicious payloads. Several comments highlight that while SPF improves deliverability and stops spoofing, it is blind to the message content, making inline scanning the necessary choice for malware prevention.

Official Reference

Exam Strategy

When facing email security questions, determine if the issue relates to the source of the email or the content within it. If the threat involves malware or attachments, look for scanning or filtering solutions; if the threat involves spoofing, choose authentication protocols like SPF.

Related Analysis

Practice All SY0-701 Questions

Access 100 questions with complete answers and detailed explanations.

View Full SY0-701 Practice Test →

← Back to SY0-701 Study Guide