STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Microsoft Exchange 2019 Edge Server Security Technical Implementation Guide

V-259615

CAT II (Medium)

The Exchange Sender Reputation filter must identify the spam block level.

Rule ID

SV-259615r961161_rule

STIG

Microsoft Exchange 2019 Edge Server Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-001308

Discussion

By performing filtering at the perimeter, up to 90 percent of spam, malware, and other undesirable messages are eliminated from the message stream rather than admitting them into the mail server environment. Sender Reputation is anti-spam functionality that blocks messages according to many characteristics of the sender. Sender Reputation relies on persisted data about the sender to determine what action, if any, to take on an inbound message. This setting enables the threshold at which an email will be considered spam.

Check Content

Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement.

Review the Email Domain Security Plan (EDSP).

Determine the SrlBlockThreshold value.

Open the Exchange Management Shell and enter the following command:

Get-SenderReputationConfig | Select-Object -Property Name, SrlBlockThreshold

If the value of SrlBlockThreshold is not set to "6", this is a finding.

or

If the value of "SrlBlockThreshold" is set to a value other than "6" and has signoff and risk acceptance in the EDSP, this is not a finding.

Fix Text

Update the EDSP to reflect the SrlBlockThreshold size. 

Open the Exchange Management Shell and enter the following command:

Set-SenderReputationConfig -SrlBlockThreshold 6

or

The value as identified by the EDSP that has obtained a signoff with risk acceptance.