UCF STIG Viewer Logo

Messages with blank senders must be rejected.


Overview

Finding ID Version Rule ID IA Controls Severity
V-33644 Exch-2-311 SV-44064r2_rule Medium
Description
By performing filtering at the perimeter, up to 90% of SPAM, malware, and other undesirable messages are eliminated from the message stream rather than admitting them into the mail server environment. Anonymous Email (messages with blank sender fields) cannot be replied to. Messages formatted in this way may be attempting to hide their true origin to avoid responses, or to SPAM any receiver with impunity while hiding their source of origination. Rather than spend resource and risk infection while evaluating them, it is recommended that these messages be filtered immediately upon receipt and not forwarded to end users.
STIG Date
MS Exchange 2010 Edge Transport Server STIG 2019-03-21

Details

Check Text ( C-41754r2_chk )
This requirement is N/A for SIPR enclaves.

This requirement is N/A if the organization subscribes to EEMSG or other similar DoD enterprise protections for email services.

Open the Exchange Management Shell and enter the following command:

Get-SenderFilterConfig | Select Action

If the value of 'Action ' is not set to 'Reject', this is a finding.
Fix Text (F-37537r1_fix)
Open the Exchange Management Shell and enter the following command:

Set-SenderFilterConfig -Action Reject