UCF STIG Viewer Logo

Exchange external/Internet-bound automated response messages must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-70035 EX13-MB-000240 SV-84657r1_rule Medium
Description
Spam originators, in an effort to refine mailing lists, sometimes monitor transmissions for automated bounce-back messages. Automated messages include such items as "Out of Office" responses, nondelivery messages, or automated message forwarding. Automated bounce-back messages can be used by a third party to determine if users exist on the server. This can result in the disclosure of active user accounts to third parties, paving the way for possible future attacks.
STIG Date
MS Exchange 2013 Mailbox Server Security Technical Implementation Guide 2019-12-23

Details

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

Get-RemoteDomain | Select Name, DomainName, Identity, AllowedOOFType

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

Set-RemoteDomain -Identity <'IdentityName'> -AllowedOOFType 'InternalLegacy'

Note: The and InternalLegacy values must be in quotes.