Exchange must not send delivery reports to remote domains.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-228406 | SRG-APP-000435 | EX16-MB-000630 | SV-228406r879806_rule | 2023-12-18 | 2 |
Description
Attackers can use automated messages to determine whether a user account is active, in the office, traveling, and so on. An attacker might use this information to conduct future attacks. Ensure that delivery reports to remote domains are disabled. Before enabling this setting, first configure a remote domain using the Exchange Management Console (EMC) or the New-RemoteDomain cmdlet.
ℹ️ Check
Open the Exchange Management Shell and enter the following command:
Get-RemoteDomain | Select Identity, DeliveryReportEnabled
If the value of "DeliveryReportEnabled" is not set to "False", this is a finding.
✔️ Fix
Open the Exchange Management Shell and enter the following command:
Set-RemoteDomain -Identity <'IdentityName'> -DeliveryReportEnabled $false
Note: The <IdentityName> value must be in single quotes.