UCF STIG Viewer Logo

SPAM evaluation filter must be enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-33636 Exch-2-327 SV-44056r1_rule ECSC-1 Medium
Description
By performing filtering at the perimeter, up to 90% of SPAM, malware, and other undesirable messages may be eliminated from the transport message stream, preventing their entry into the Exchange environment. This significantly reduces the attack vector for inbound email-borne SPAM and malware. SPAM evaluation (heuristic) filters scan inbound email messages for evidence of SPAM and other attacks that primarily use 'Social Engineering' techniques. Upon evaluation completion, a rating is assigned to each message estimating the likelihood of its being SPAM. Upon arrival at the destination mailbox, the junk mail filter threshold (also configurable) determines whether the message will be withheld from delivery, delivered to the junk mail folder, or delivered to the user’s inbox.
STIG Date
Exchange 2010 Edge Transport Server STIG 2017-01-03

Details

Check Text ( C-41745r1_chk )
Open the Exchange Management Shell and enter the following command:

Get-ContentFilterConfig | Select Name, Identity, Enabled

If the value of 'Enabled' is not set to 'True', this is a finding.

Fix Text (F-37528r1_fix)
Open the Exchange Management Shell and enter the following command:

Set-ContentFilterConfig -Enabled $true