Microsoft Exchange 2013 Mailbox Server STIG Version Comparison
Microsoft Exchange 2013 Mailbox Server Security Technical Implementation Guide
Comparison
There are 1 differences between versions v1 r6 (Jan. 24, 2020) (the "left" version) and v2 r2 (Dec. 15, 2021) (the "right" version).
Check EX13-MB-000115 was changed between these two versions. Green, underlined text was added, red, struck-out text was removed.
The regular view of the left check and right check may be easier to read.
Text Differences
Title
Exchange internal Send Receive connectors must use Domain Security (mutual authentication Transport Layer Security).
Check Content
Open the Exchange Management Shell and enter the following command: Get-SendConnector command: Get-ReceiveConnector | Select Name, Identity, DomainSecureEnabled For each Send Receive connector, if the value of DomainSecureEnabled is not set to True, this is a finding.
Discussion
The Simple Mail Transfer Protocol (SMTP) connector is used by Exchange to send and receive messages from server to server. There are several controls that work together to provide security between internal servers. This setting controls the authentication method used for communications between servers. With this feature enabled, only servers capable of supporting domain authentication will be able to send and receive mail within the domain. The use of secure communication prevents eavesdroppers from reading or modifying communications between mail clients and servers. While sensitive message bodies should be encrypted by the sender at the client, requiring a secure connection from server to server adds protection by encrypting the sender and recipient information that cannot be encrypted by the sender. Individually, channel security and encryption can be compromised by attackers. Used together, email becomes a more difficult target, and security is heightened. Failure to enable this feature gives eavesdroppers an opportunity to read or modify messages between servers.
Fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector command: Set-ReceiveConnector -Identity <'IdentityName'> -DomainSecureEnabled $true Note: The <IdentityName> value must be in quotes. Repeat the procedures for each Send Receive connector.