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?
Community Votes
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)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
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 →