MS Exchange 2013 Edge Transport Server Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
- RMF Control
- AC-10
- Severity
- M
- CCI
- CCI-000054
- Version
- EX13-EG-000005
- Vuln IDs
-
- V-69783
- Rule IDs
-
- SV-84405r1_rule
Checks: C-70235r1_chk
Review the Email Domain Security Plan (EDSP). Determine the connection Timeout value. Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, ConnectionTimeout For each Receive connector, if the value of ConnectionTimeout is not set to 00:05:00, this is a finding. or If ConnectionTimeout is set to another value other than 00:05:00 and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-75995r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -ConnectionTimeout 00:05:00 Note: The <IdentityName> value must be in single quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedures for each Receive connector.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- EX13-EG-000010
- Vuln IDs
-
- V-69785
- Rule IDs
-
- SV-84407r1_rule
Checks: C-70237r1_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeCertificate | Select CertificateDomains, issuer If the value of CertificateDomains does not indicate it is issued by the DoD, this is a finding.
Fix: F-75997r1_fix
Remove the non-DoD certificate and import the correct DoD certificates.
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- EX13-EG-000015
- Vuln IDs
-
- V-69787
- Rule IDs
-
- SV-84409r1_rule
Checks: C-70239r1_chk
Review the Email Domain Security Plan (EDSP). Determine the Accepted Domain values. Open the Exchange Management Shell and enter the following command: Get-AcceptedDomain | Select Name, DomainName, Identity, Default If the Default value is not set to True, this is a finding. or If the Default value for AcceptedDomains is set to another value other than True and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-75999r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-AcceptedDomain -Identity <'IdentityName'> -MakeDefault $true Note: The <IdentityName> value must be in quotes.
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- EX13-EG-000020
- Vuln IDs
-
- V-69789
- Rule IDs
-
- SV-84411r1_rule
Checks: C-70241r1_chk
Non-Enterprise Mail Check Content: Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, DomainName, Identity, AutoForwardEnabled If the value of AutoForwardEnabled is not set to False, this is a finding. Enterprise Mail Check Content: Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, DomainName, Identity, AutoForwardEnabled If the value of DomainName is not set to a .mil and/or .gov domain(s) and the value of AutoForwardEnabled is not set to True, this is a finding.
Fix: F-76001r1_fix
For Non-Enterprise Mail Fix Text: Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -AutoForwardEnabled $false Note: The <IdentityName> value must be in quotes. For Enterprise Mail Fix Text, enter the following commands: New-RemoteDomain -Name <NewDomainName> -DomainName <SMTP address space> Note: NewDomainName must be either a .mil or .gov domain. Set-RemoteDomain -Identity <'IdentityName'> -AutoForwardEnabled $true
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- EX13-EG-000025
- Vuln IDs
-
- V-69791
- Rule IDs
-
- SV-84413r1_rule
Checks: C-70243r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, DomainSecureEnabled For each Receive connector, if the value of DomainSecureEnabled is not set to True, this is a finding.
Fix: F-76003r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -DomainSecureEnabled $true Note: The <IdentityName> value must be in single quotes. Repeat the procedures for each Receive connector.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- EX13-EG-000030
- Vuln IDs
-
- V-69793
- Rule IDs
-
- SV-84415r1_rule
Checks: C-70245r1_chk
Open the Exchange Management Shell and enter the following command: Get-EventLogLevel If any EventLevel values returned are not set to Lowest, this is a finding.
Fix: F-76005r1_fix
Open the Exchange Management Shell and enter the following command: Set-EventLogLevel -Identity <'IdentityName\EventlogName'> -Level Lowest Note: The <IdentityName\EventlogName> value must be in quotes.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- EX13-EG-000035
- Vuln IDs
-
- V-69795
- Rule IDs
-
- SV-84417r1_rule
Checks: C-70247r1_chk
Open the Exchange Management Shell and enter the following command: Get-TransportService | Select Name, Identity, ConnectivityLogEnabled If the value of ConnectivityLogEnabled is not set to True, this is a finding.
Fix: F-76007r1_fix
Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -ConnectivityLogEnabled $true Note: The <IdentityName> value must be in single quotes.
- RMF Control
- AU-6
- Severity
- M
- CCI
- CCI-000154
- Version
- EX13-EG-000040
- Vuln IDs
-
- V-69797
- Rule IDs
-
- SV-84419r1_rule
Checks: C-70249r1_chk
Note: If a third-party application is performing monitoring functions, the reviewer should verify the application is monitoring correctly and mark the vulnerability NA. Open the Exchange Management Shell and enter the following command: perfmon In the left pane, expand and navigate Performance >> Data Collector Sets >> User Defined. If no sets are defined or queues are not being monitored, this is a finding.
Fix: F-76009r1_fix
Open the Exchange Management Shell and enter the following command: perfmon In the left pane, navigate to and select Performance >> Data Collector Sets >> User Defined. Right-click on, navigate to, and configure User Defined >> New >> Data Collector Sets and configure the system to use the data collection set for monitoring the queues.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX13-EG-000045
- Vuln IDs
-
- V-69799
- Rule IDs
-
- SV-84421r1_rule
Checks: C-70251r2_chk
Open the Exchange Management Shell and enter the following command: Get-OrganizationConfig | Select Name, Identity, CustomerFeedbackEnabled If the value for CustomerFeedbackEnabled is not set to False, this is a finding.
Fix: F-76011r2_fix
Open the Exchange Management Shell and enter the following command: Set-OrganizationConfig -CustomerFeedbackEnabled $false
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- EX13-EG-000050
- Vuln IDs
-
- V-69801
- Rule IDs
-
- SV-84423r1_rule
Checks: C-70253r1_chk
Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have read access to the audit data. If any group or user has read access to the audit data that is not documented in the EDSP, this is a finding.
Fix: F-76013r1_fix
Update the EDSP. Restrict any unauthorized groups' or users' read access to the audit logs.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX13-EG-000055
- Vuln IDs
-
- V-69803
- Rule IDs
-
- SV-84425r1_rule
Checks: C-70255r1_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeServer –status | Select Name, Identity, ErrorReportingEnabled For each Exchange server, if the value of ErrorReportingEnabled is not set to False, this is a finding.
Fix: F-76015r1_fix
Open the Exchange Management Shell and enter the following command: Set-ExchangeServer -Identity <'IdentityName'> -ErrorReportingEnabled $false Note: The <IdentityName> value must be in quotes. Repeat the procedure for each Identity.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000163
- Version
- EX13-EG-000060
- Vuln IDs
-
- V-69805
- Rule IDs
-
- SV-84427r1_rule
Checks: C-70257r1_chk
Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have access to the audit data. If any group or user has modify privileges for the audit data that is not documented in the EDSP, this is a finding.
Fix: F-76017r1_fix
Update the EDSP. Restrict any unauthorized groups' or users' modify permissions for the audit logs.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000164
- Version
- EX13-EG-000065
- Vuln IDs
-
- V-69807
- Rule IDs
-
- SV-84429r1_rule
Checks: C-70259r1_chk
Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have delete permissions for the audit data. If any group or user has delete permissions for the audit data that is not documented in the EDSP, this is a finding.
Fix: F-76019r1_fix
Update the EDSP. Restrict any unauthorized groups' or users' delete permissions for the audit logs.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-001348
- Version
- EX13-EG-000070
- Vuln IDs
-
- V-69809
- Rule IDs
-
- SV-84431r1_rule
Checks: C-70261r1_chk
Review the Email Domain Security Plan (EDSP). Determine the audit logs' assigned partition. Note: By default, the logs are located on the application partition in \Program Files\Microsoft\Exchange Server\V15\Logging\. If the log files are not on a separate partition from the application, this is a finding.
Fix: F-76021r1_fix
Update the EDSP. Configure the audit log location to be on a partition drive separate from the application.
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001749
- Version
- EX13-EG-000075
- Vuln IDs
-
- V-69811
- Rule IDs
-
- SV-84433r1_rule
Checks: C-70263r1_chk
Open the Exchange Management Shell and enter the following command: Get-ExecutionPolicy If the value returned is not RemoteSigned, this is a finding.
Fix: F-76023r1_fix
Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned
- RMF Control
- SC-20
- Severity
- M
- CCI
- CCI-001178
- Version
- EX13-EG-000080
- Vuln IDs
-
- V-69813
- Rule IDs
-
- SV-84435r1_rule
Checks: C-70265r1_chk
Review the Email Domain Security Plan (EDSP). Determine the Internet-facing connectors. Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, SmartHosts, DNSRoutingEnabled For each Send connector, if the value of SmartHosts does not return the Smart Host IP Address and the value for DNSRoutingEnabled is not set to False, this is a finding.
Fix: F-76025r1_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector <'IdentityName'> -SmartHosts <'IP Address of Smart Host'> -DNSRoutingEnabled $false Note: The <IdentityName> value must be in quotes. Repeat the procedures for each Send connector.
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX13-EG-000085
- Vuln IDs
-
- V-69815
- Rule IDs
-
- SV-84437r1_rule
Checks: C-70267r1_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, DomainSecureEnabled For each Send connector, if the value of DomainSecureEnabled is not set to True, this is a finding.
Fix: F-76027r1_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector <'IdentityName'> -DomainSecureEnabled $true Note: The <IdentityName> value must be in quotes. Repeat the procedures for each Send connector.
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX13-EG-000090
- Vuln IDs
-
- V-69817
- Rule IDs
-
- SV-84439r1_rule
Checks: C-70287r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, AuthMechanism For each Receive connector, if the value of AuthMechanism is not set to Tls, BasicAuth, BasicAuthRequireTLS, this is a finding.
Fix: F-76047r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -AuthMechanism 'Tls, BasicAuth, BasicAuthRequireTLS' Note: The <IdentityName> value must be in quotes. Example only for the Identity: <ServerName>\Frontend <ServerName> Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX13-EG-000095
- Vuln IDs
-
- V-69819
- Rule IDs
-
- SV-84441r1_rule
Checks: C-70289r1_chk
Review the Email Domain Security Plan (EDSP). Determine the Connection Timeout value. Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, ConnectionInactivityTimeOut For each Send connector, if the value of ConnectionInactivityTimeOut is not set to 00:10:00, this is a finding. or If ConnectionInactivityTimeOut is set to other than 00:10:00 and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76049r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -ConnectionInactivityTimeOut 00:10:00 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Send connector.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX13-EG-000100
- Vuln IDs
-
- V-69821
- Rule IDs
-
- SV-84443r1_rule
Checks: C-70291r1_chk
Review the Email Domain Security Plan (EDSP). Determine the value for Maximum Domain Connections. Open the Exchange Management Shell and enter the following command: Get-TransportService | Select Name, Identity, MaxPerDomainOutboundConnections If the value of MaxPerDomainOutboundConnections is not set to 20, this is a finding. or If the value of MaxPerDomainOutboundConnections is set to a value other than 20 and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76051r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -MaxPerDomainOutboundConnections 20 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000105
- Vuln IDs
-
- V-69823
- Rule IDs
-
- SV-84445r1_rule
Checks: C-70293r1_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message send size. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Select Name, Identity, MaxSendSize If the value of MaxSendSize is not set to 10MB, this is a finding. or If the value of MaxSendSize is set to an alternate value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76053r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportConfig -MaxSendSize 10MB or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000110
- Vuln IDs
-
- V-69825
- Rule IDs
-
- SV-84447r1_rule
Checks: C-70295r1_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message receive size. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Select Name, Identity, MaxReceiveSize If the value of MaxReceiveSize is not set to 10MB, this is a finding. or If the value of MaxReceiveSize is set to an alternate value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76055r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportConfig -MaxReceiveSize 10MB or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000115
- Vuln IDs
-
- V-69827
- Rule IDs
-
- SV-84449r1_rule
Checks: C-70297r1_chk
Review the Email Domain Security Plan (EDSP). Determine the value for SMTP Server Maximum Outbound Connections. Open the Exchange Management Shell and enter the following command: Get-TransportService | Select Name, Identity, MaxOutboundConnections If the value of MaxOutboundConnections is not set to 1000, this is a finding. or If the value of MaxOutboundConnections is set to a value other than 1000 and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76057r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -MaxOutboundConnections 1000 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000120
- Vuln IDs
-
- V-69829
- Rule IDs
-
- SV-84451r1_rule
Checks: C-70299r1_chk
Review the Email Domain Security Plan (EDSP). Determine the maximum message send size. Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, MaxMessageSize For each Send connector, if the value of MaxMessageSize is not the same as the global value, this is a finding. or If MaxMessageSize is set to a numeric value different from the maximum message send size value documented in the EDSP, this is a finding.
Fix: F-76059r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -MaxMessageSize <MaxSendSize> Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Send connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000125
- Vuln IDs
-
- V-69831
- Rule IDs
-
- SV-84453r1_rule
Checks: C-70301r1_chk
Review the Email Domain Security Plan (EDSP). Determine the value for Transient Failure Retry Count. Open the Exchange Management Shell and enter the following command: Get-TransportService | Select Name, Identity, TransientFailureRetryCount If the value of TransientFailureRetryCount is not set to 10 or less, this is a finding. or If the value of TransientFailureRetryCount is set to more than 10 or has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76061r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -TransientFailureRetryCount 10 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000130
- Vuln IDs
-
- V-69833
- Rule IDs
-
- SV-84455r1_rule
Checks: C-70303r1_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity Review the naming for connectors. For each Send connector, if the connectors are not clearly named for purpose and direction, this is a finding.
Fix: F-76063r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-SendConnector -Name <'NewName'> -Identity <'IdentityName'> Note: Both the <NewName> and <IdentityName>values must be in quotes. Repeat the procedure for each Send connector.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX13-EG-000135
- Vuln IDs
-
- V-69835
- Rule IDs
-
- SV-84457r1_rule
Checks: C-70305r1_chk
Review the Email Domain Security Plan (EDSP). Determine the value for Receive connectors. Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, MaxHopCount For each Receive connector, if the value of MaxHopCount is not set to 60, this is a finding. or If the value of MaxHopCount is set to a value other than 60 and has signoff and risk acceptance, this is not a finding.
Fix: F-76065r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxHopCount 60 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000140
- Vuln IDs
-
- V-69837
- Rule IDs
-
- SV-84459r1_rule
Checks: C-70307r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity For each Receive connector, review the naming for connectors. If the connectors are not clearly named for purpose and direction, this is a finding.
Fix: F-76067r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Name <'NewName'> -Identity <'IdentityName'> Note: Both the <NewName> and <IdentityName> value must be in quotes. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000145
- Vuln IDs
-
- V-69839
- Rule IDs
-
- SV-84461r1_rule
Checks: C-70309r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, ChunkingEnabled For each Receive connector, if the value of ChunkingEnabled is not set to True, this is a finding.
Fix: F-76069r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -ChunkingEnabled $true Note: The <IdentityName> value must be in quotes. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX13-EG-000150
- Vuln IDs
-
- V-69855
- Rule IDs
-
- SV-84477r1_rule
Checks: C-70311r1_chk
Review the Email Domain Security Plan (EDSP). Determine the Maximum Recipients per Message value. Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, MaxRecipientsPerMessage For each Receive connector, if the value of MaxRecipientsPerMessage is not set to 5000, this is a finding. or If the value of Maximum Recipients per Message is set to a value other than 5000 and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76071r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxRecipientsPerMessage 5000 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000155
- Vuln IDs
-
- V-69857
- Rule IDs
-
- SV-84479r1_rule
Checks: C-70557r1_chk
Review the Email Domain Security Plan (EDSP). Determine the Maximum Inbound connections value. Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, MaxInboundConnection Identify Internet-facing connectors. For each Receive connector, if the value of MaxInboundConnection is not set to 5000, this is a finding. or If MaxInboundConnection is set to a value other than 5000 or is set to unlimited and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76087r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxInboundConnection 5000 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-EG-000160
- Vuln IDs
-
- V-69859
- Rule IDs
-
- SV-84481r1_rule
Checks: C-70327r1_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message receive size. Open the Exchange Management Shell and enter the following command: Identify Internet-facing connectors. Get-ReceiveConnector | Select Name, Identity, MaxMessageSize If the value of MaxMessageSize is not the same as the global value, this is a finding. or If MaxMessageSize is set to a numeric value different from the global value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76089r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxMessageSize <'MaxReceiveSize'> Note: The <IdentityName> and <MaxReceiveSize> values must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000165
- Vuln IDs
-
- V-69861
- Rule IDs
-
- SV-84483r1_rule
Checks: C-70329r1_chk
Open the Exchange Management Shell and enter the following command: Get-SenderFilterConfig | Select Name, Action If the value of Action is not set to Reject, this is a finding.
Fix: F-76091r1_fix
Open the Exchange Management Shell and enter the following command: Set-SenderFilterConfig -Action Reject
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000170
- Vuln IDs
-
- V-69863
- Rule IDs
-
- SV-84485r1_rule
Checks: C-70331r1_chk
Open the Exchange Management Shell and enter the following command: Get-SenderFilterConfig | Select Name, BlankSenderBlockingEnabled If the value of BlankSenderBlockingEnabled is not set to True, this is a finding.
Fix: F-76093r1_fix
Open the Exchange Management Shell and enter the following command: Set-SenderFilterConfig -BlankSenderBlockingEnabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000175
- Vuln IDs
-
- V-69865
- Rule IDs
-
- SV-84487r1_rule
Checks: C-70333r1_chk
Open the Exchange Management Shell and enter the following command: Get-ContentFilterConfig | Select Name, QuarantineMailbox If no SMTP address is assigned to QuarantineMailbox, this is a finding.
Fix: F-76095r1_fix
Open the Exchange Management Shell and enter the following command: Set-ContentFilterConfig -QuarantineMailbox <'QuarantineMailbox SmtpAddress'> Note: The <QuarantineMailbox SmtpAddress> value must be in quotes.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000180
- Vuln IDs
-
- V-69867
- Rule IDs
-
- SV-84489r1_rule
Checks: C-70335r1_chk
Review the Email Domain Security Plan (EDSP). Determine the unaccepted domains that are to be blocked. Open the Exchange Management Shell and enter the following command: Get-SenderFilterConfig | Select Name, BlockedDomains, BlockedDomainsAndSubdomains If the value for BlockedDomains or BlockedDomainsAndSubdomains does not reflect the list of accepted domains, this is a finding.
Fix: F-76097r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: For BlockedDomains: Set-SenderFilterConfig -BlockedDomains <BlockedDomain> Repeat the procedure for each domain that is to be blocked. or For BlockedDomainsAndSubdomains: Set-SenderFilterConfig -BlockedDomainsAndSubdomains <BlockedDomainAndSubdomain> Repeat the procedure for each domain and all of its subdomains that are to be blocked.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000185
- Vuln IDs
-
- V-69869
- Rule IDs
-
- SV-84491r1_rule
Checks: C-70337r1_chk
Open the Exchange Management Shell and enter the following command: Get-RecipientFilterConfig | Select Name, RecipientValidationEnabled If the value of RecipientValidationEnabled is not set to False, this is a finding.
Fix: F-76099r1_fix
Open the Exchange Management Shell and enter the following command: Set-RecipientFilterConfig -RecipientValidationEnabled $false
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000190
- Vuln IDs
-
- V-69871
- Rule IDs
-
- SV-84493r1_rule
Checks: C-70339r1_chk
Open the Exchange Management Shell and enter the following command: Get-SenderReputationConfig | Select Name, Enabled If the value of Enabled is not set to True, this is a finding.
Fix: F-76101r1_fix
Open the Exchange Management Shell and enter the following command: Set-SenderReputationConfig -Enabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000195
- Vuln IDs
-
- V-69873
- Rule IDs
-
- SV-84495r1_rule
Checks: C-70341r1_chk
Open the Exchange Management Shell and enter the following command: Get-SenderReputationConfig | Select 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: F-76103r1_fix
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.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000200
- Vuln IDs
-
- V-69875
- Rule IDs
-
- SV-84497r2_rule
Checks: C-70343r1_chk
Review the Email Domain Security Plan (EDSP). Determine the list of undesirable attachment types that should be stripped. Open the Exchange Management Shell and enter the following command: Get-AttachmentFilterEntry For each attachment type, if the values returned are different from the EDSP documented attachment types, this is a finding.
Fix: F-76105r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Add-AttachmentFilterEntry -Name <'*.FileExtension'> -Type FileName Repeat the procedure for each undesirable attachment type.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000205
- Vuln IDs
-
- V-69877
- Rule IDs
-
- SV-84499r1_rule
Checks: C-70345r1_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: F-76107r1_fix
Open the Exchange Management Shell and enter the following command: Set-ContentFilterConfig -Enabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000210
- Vuln IDs
-
- V-69879
- Rule IDs
-
- SV-84501r1_rule
Checks: C-70347r1_chk
If not using a service provider, this requirement is not applicable. Review the Email Domain Security Plan (EDSP). Determine the name and information for the Block List provider. Open the Exchange Management Shell and enter the following command: Get-IPBlockListProvider | Select Name, Identity, LookupDomain If the values for Name, GUID, and LookupDomain are not configured, this is a finding.
Fix: F-76109r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-IPBlockListProvider -Name <Provider Name> [Additional optional parameters as required by the service provider]
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000215
- Vuln IDs
-
- V-69881
- Rule IDs
-
- SV-84503r1_rule
Checks: C-70349r2_chk
Open the Exchange Management Shell and enter the following command: Get-SenderIdConfig | Select Name, Identity, SpoofedDomainAction If the value of SpoofedDomainAction is not set to Reject, this is a finding.
Fix: F-76111r1_fix
Open the Exchange Management Shell and enter the following command: Set-SenderIdConfig -SpoofedDomainAction Reject
- RMF Control
- SI-8
- Severity
- L
- CCI
- CCI-001308
- Version
- EX13-EG-000220
- Vuln IDs
-
- V-69883
- Rule IDs
-
- SV-84505r1_rule
Checks: C-70351r1_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message recipient count. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Select Name, Identity, MaxRecipientEnvelopeLimit If the value of MaxRecipientEnvelopeLimit is not set to 5000, this is a finding. or If the value of MaxRecipientEnvelopeLimit value is set to an alternate value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76113r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportConfig -MaxRecipientEnvelopeLimit 5000 or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Restart the Microsoft Exchange Information Store service.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000225
- Vuln IDs
-
- V-69885
- Rule IDs
-
- SV-84507r1_rule
Checks: C-70353r1_chk
Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, Identity, AutoReplyEnabled If the value of AutoReplyEnabled is not set to False, this is a finding.
Fix: F-76115r1_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -AutoReplyEnabled $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000230
- Vuln IDs
-
- V-69887
- Rule IDs
-
- SV-84509r1_rule
Checks: C-70355r1_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: F-76117r1_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -AllowedOOFType 'InternalLegacy' Note: The <IdentityName>and InternalLegacy values must be in quotes.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000235
- Vuln IDs
-
- V-69889
- Rule IDs
-
- SV-84511r1_rule
Checks: C-70357r1_chk
Open the Exchange Management Shell and enter the following command: Get-RecipientFilterConfig | Select Name, Enabled If the value of Enabled is not set to True, this is a finding.
Fix: F-76119r1_fix
Open the Exchange Management Shell and enter the following command: Set-RecipientFilterConfig -Enabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000240
- Vuln IDs
-
- V-69891
- Rule IDs
-
- SV-84513r1_rule
Checks: C-70359r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, TarpitInterval For each Receive connector, if the value of TarpitInterval is not set to 00:00:05 or greater, this is a finding.
Fix: F-76121r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -TarpitInterval '00:00:05' Note: The <IdentityName> value and 00:00:05 must be in quotes. Repeat the procedures for each Receive connector.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000245
- Vuln IDs
-
- V-69893
- Rule IDs
-
- SV-84515r1_rule
Checks: C-70361r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, PermissionGroups For each Receive connector, if the value of PermissionGroups is AnonymousUsers for any non-Internet connector, this is a finding.
Fix: F-76123r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -PermissionGroups and enter a 'valid user groups'. Note: The <IdentityName> value and user group(s) must be in quotes. Example for user groups only: 'ExchangeServers, ExchangeUsers' Repeat the procedures for each Receive connector. This is an Example only: Set-ReceiveConnector -Identity <'IdentityName'> -PermissionGroups ExchangeUsers
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000250
- Vuln IDs
-
- V-69895
- Rule IDs
-
- SV-84517r1_rule
Checks: C-70363r1_chk
Review the Email Domain Security Plan (EDSP). Identify the SMTP allow list settings. Open the Exchange Management Shell and enter the following command: Get-IPAllowListEntry | fl If the result returns any values, this is a finding. or If the result returns any values but has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-76125r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Note: Remove any value(s) that are not identified by the EDSP or have not obtained a signoff with risk acceptance. Remove-IPAllowListEntry -Identity <IP Allow List entry ID>
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000255
- Vuln IDs
-
- V-69897
- Rule IDs
-
- SV-84519r1_rule
Checks: C-70365r1_chk
Open the Exchange Management Shell and enter the following command: Get-IPAllowListConfig | Select Name, Enabled If the value for Enabled is not set to True, this is a finding.
Fix: F-76127r1_fix
Open the Exchange Management Shell and enter the following command: Set-IPAllowListConfig -Enabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000260
- Vuln IDs
-
- V-69899
- Rule IDs
-
- SV-84521r1_rule
Checks: C-70367r1_chk
Open the Exchange Management Shell and enter the following command: Get-SenderFilterConfig | Select Name, Enabled If the value of Enabled is not set to True, this is a finding.
Fix: F-76129r1_fix
Open the Exchange Management Shell and enter the following command: Set-SenderfilterConfig -Enabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000265
- Vuln IDs
-
- V-69901
- Rule IDs
-
- SV-84523r1_rule
Checks: C-70369r1_chk
Review the Email Domain Security Plan (EDSP). Note: If using another DoD-approved antispam product for email or a DoD-approved Email Gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), this is not applicable. Open the Exchange Management Shell and enter the following command: Get-ContentFilterConfig | Format-Table Name, Enabled If no value is returned, this is a finding.
Fix: F-76131r1_fix
Update the EDSP. Install the AntiSpam module. Open the Exchange Management Shell and enter the following command: & $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000270
- Vuln IDs
-
- V-69903
- Rule IDs
-
- SV-84525r1_rule
Checks: C-70371r1_chk
Review the Email Domain Security Plan (EDSP). Note: If using another DoD-approved antispam product for email or a DoD-approved Email Gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), this is not applicable. Open the Exchange Management Shell and enter the following command: Get-ContentFilterConfig | Format-Table Name, Enabled; Get-SenderFilterConfig | Format-Table Name,Enabled; Get-SenderIDConfig | Format-Table Name,Enabled; Get-SenderReputationConfig | Format-Table Name,Enabled If any of the following values returned are not set to True, this is a finding: Set-ContentFilterConfig Set-SenderFilterConfig Set-SenderIDConfig Set-SenderReputationConfig
Fix: F-76133r1_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command for any values that were not set to True: Set-ContentFilterConfig -Enabled $true Set-SenderFilterConfig -Enabled $true Set-SenderIDConfig -Enabled $true Set-SenderReputationConfig -Enabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000275
- Vuln IDs
-
- V-69905
- Rule IDs
-
- SV-84527r1_rule
Checks: C-70373r1_chk
Review the Email Domain Security Plan (EDSP). Note: If using another DoD-approved antispam product for email or a DoD-approved Email Gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), this is not applicable. Determine the internal SMTP servers. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Format-List InternalSMTPServers If any internal SMTP server IP address returned does not reflect the list of accepted SMTP server IPs, this is a finding.
Fix: F-76135r1_fix
Note: Configure the IP addresses of every internal SMTP server. If the Mailbox server is the only SMTP server running the antispam agents, configure the IP address of the Mailbox server. Update the EDSP. Open the Exchange Management Shell and enter the following command: For a single SMTP server address: Set-TransportConfig -InternalSMTPServers @{Add='<ip address1>'} For multiple SMTP server addresses: Set-TransportConfig -InternalSMTPServers @{Add='<ip address1>','<ip address2>'}
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-EG-000280
- Vuln IDs
-
- V-69907
- Rule IDs
-
- SV-84529r1_rule
Checks: C-70375r1_chk
Open the Exchange Management Shell and enter the following command: Get-SenderIdConfig | Select Name, Identity, Enabled If the value of Enabled is not set to True, this is a finding.
Fix: F-76137r1_fix
Open the Exchange Management Shell and enter the following command: Set-SenderIdConfig -Enable $true
- RMF Control
- SI-8
- Severity
- H
- CCI
- CCI-001308
- Version
- EX13-EG-000285
- Vuln IDs
-
- V-69909
- Rule IDs
-
- SV-84531r1_rule
Checks: C-70377r1_chk
Note: If using another DoD-approved antispam product for email or a DoD-approved Email Gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), this is not applicable. Review the Email Domain Security Plan (EDSP). Determine the name of the Transport Agent. Open the Windows PowerShell console and enter the following command: Get-TransportAgent -Name 'customAgent' | FL If the value does not return customAgent, this is a finding. Note: customAgent is the name of the custom agent developed to strip hyperlink email sources from non .mil domains and must be in quotes.
Fix: F-76139r1_fix
Update the EDSP. Contact the DISA Enterprise Email Service Desk at disa.tinker.eis.mbx.dod-enterprise-services-service-desk@mail.mil and request the Agent and installation procedures. or Contact DEE Engineering PMO and request the Agent and installation procedures.
- RMF Control
- CM-11
- Severity
- M
- CCI
- CCI-001812
- Version
- EX13-EG-000290
- Vuln IDs
-
- V-69911
- Rule IDs
-
- SV-84533r1_rule
Checks: C-70379r1_chk
Review the Email Domain Security Plan (EDSP). Determine the authorized groups and users that have access to the Exchange application directories. Determine if the access permissions on the directory match the access permissions listed in the EDSP. If any group or user has different access permissions than listed in the EDSP, this is a finding. Note: The default installation directory is \Program Files\Microsoft\Exchange Server\V15.
Fix: F-76141r1_fix
Update the EDSP. Navigate to the Exchange application directory and remove or modify the group or user access permissions. Note: The default installation directory is \Program Files\Microsoft\Exchange Server\V15.
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001813
- Version
- EX13-EG-000295
- Vuln IDs
-
- V-69913
- Rule IDs
-
- SV-84535r1_rule
Checks: C-70381r1_chk
Review the Email Domain Security Plan (EDSP). Determine the baseline documentation. Review the application software baseline procedures and implementation artifacts. Note the list of files and directories included in the baseline procedure for completeness. If an email software copy exists to serve as a baseline and is available for comparison during scanning efforts, this is not a finding.
Fix: F-76143r1_fix
Implement an email software baseline process and update the EDSP.
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001814
- Version
- EX13-EG-000300
- Vuln IDs
-
- V-69915
- Rule IDs
-
- SV-84537r1_rule
Checks: C-70383r1_chk
Review the Email Domain Security Plan (EDSP). Determine whether the site monitors system files (e.g., *.exe, *.bat, *.com, *.cmd, and *.dll) on servers for unauthorized changes against a baseline on a weekly basis. If software files are not monitored for unauthorized changes on a weekly basis, this is a finding. Note: A properly configured HBSS Policy Auditor File Integrity Monitor (FIM) module will meet the requirement for file integrity checking. The Asset module within HBSS does not meet this requirement.
Fix: F-76145r1_fix
Update the EDSP. Monitor the software files (e.g., *.exe, *.bat, *.com, *.cmd, and *.dll) on Exchange servers for unauthorized changes against a baseline on a weekly basis. Note: This can be done with the use of various monitoring tools.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001762
- Version
- EX13-EG-000305
- Vuln IDs
-
- V-69917
- Rule IDs
-
- SV-84539r1_rule
Checks: C-70385r1_chk
Review the Email Domain Security Plan (EDSP). Note: Required services will vary between organizations and will vary depending on the role of the individual system. Organizations will develop their own list of services, which will be documented and justified with the ISSO. The site’s list will be provided for any security review. Services that are common to multiple systems can be addressed in one document. Exceptions for individual systems should be identified separately by system. Open a Windows PowerShell and enter the following command: Get-Service | Where-Object {$_.status -eq 'running'} Note: The command returns a list of installed services and the status of that service. If the services required are not documented in the EDSP or undocumented or unnecessary services are running, this is a finding.
Fix: F-76147r1_fix
Update the EDSP with the services required for the system to function. Navigate to Administrator Tools >> Services and disable or remove any services that are not required.
- RMF Control
- SC-39
- Severity
- M
- CCI
- CCI-002530
- Version
- EX13-EG-000310
- Vuln IDs
-
- V-69919
- Rule IDs
-
- SV-84541r1_rule
Checks: C-70387r1_chk
Review the Email Domain Security Plan (EDSP). Determine the directory where Exchange is installed. Open Windows Explorer. Navigate to the location where Exchange is installed. If Exchange resides on a directory or partition other than that of the OS and does not have other applications installed (without associated approval from the ISSO), this is not a finding.
Fix: F-76149r1_fix
Update the EDSP. Install Exchange on a dedicated application directory or partition separate than that of the OS.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-EG-000315
- Vuln IDs
-
- V-69921
- Rule IDs
-
- SV-84543r1_rule
Checks: C-70389r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, Banner If the value of Banner is not set to 220 SMTP Server Ready, this is a finding.
Fix: F-76151r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -Banner '220 SMTP Server Ready' Note: The <IdentityName> and 220 SMTP Server Ready values must be in quotes.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-EG-000320
- Vuln IDs
-
- V-69923
- Rule IDs
-
- SV-84545r1_rule
Checks: C-70391r1_chk
Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, Identity, NDREnabled If the value of NDREnabled is not set to False, this is a finding.
Fix: F-76153r1_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -NDREnabled $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-EG-000325
- Vuln IDs
-
- V-69925
- Rule IDs
-
- SV-84547r1_rule
Checks: C-70395r1_chk
Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, Identity, DeliveryReportEnabled If the value of DeliveryReportEnabled is not set to False, this is a finding.
Fix: F-76157r1_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -DeliveryReportEnabled $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- EX13-EG-000330
- Vuln IDs
-
- V-69927
- Rule IDs
-
- SV-84549r1_rule
Checks: C-70397r1_chk
Review the Email Domain Security Plan (EDSP). Determine if the Exchange servers are using redundancy by entering the following command: Get-TransportService | select FL If the value returned is not at least two Edge servers, this is a finding.
Fix: F-76159r1_fix
Update the EDSP. Configure two or more Edge servers for load balancing.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-EG-000335
- Vuln IDs
-
- V-69929
- Rule IDs
-
- SV-84551r1_rule
Checks: C-70399r1_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, TlsAuthLevel If the value of TlsAuthLevel is not set to DomainValidation, this is a finding.
Fix: F-76161r1_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -TlsAuthLevel DomainValidation
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- EX13-EG-000340
- Vuln IDs
-
- V-69931
- Rule IDs
-
- SV-84553r1_rule
Checks: C-70401r1_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, AuthMechanism For each Receive connector, if the value of AuthMechanism is not set to Tls, this is a finding.
Fix: F-76163r1_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -AuthMechanism 'Tls' Note: The <IdentityName> value must be in quotes. Repeat the process for each Receive connector.
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- EX13-EG-000345
- Vuln IDs
-
- V-69933
- Rule IDs
-
- SV-84555r1_rule
Checks: C-70403r1_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, TlsDomain If the value of TlsDomain is not set to the value of the internal <'SMTP Domain'>, this is a finding.
Fix: F-76165r1_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -TlsDomain <'SMTP Domain'> Note: The SMTP Domain is the internal SMTP domain within the organization.
- RMF Control
- SI-2
- Severity
- M
- CCI
- CCI-002605
- Version
- EX13-EG-000350
- Vuln IDs
-
- V-69935
- Rule IDs
-
- SV-84557r1_rule
Checks: C-70405r1_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeServer | fl name, AdminDisplayVersion If the value of AdminDisplayVersion does not return the most current, approved service pack, this is a finding.
Fix: F-76167r1_fix
Install the most current, approved service pack.
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001242
- Version
- EX13-EG-003010
- Vuln IDs
-
- V-69937
- Rule IDs
-
- SV-84559r1_rule
Checks: C-70407r1_chk
Open the Exchange Management Shell and enter the following command: Get-TransportAgent "Malware Agent" If the value of Enabled is set to True, this is a finding.
Fix: F-76169r1_fix
Open the Exchange Management Shell and enter the following command: & env:ExchangeInstallPath\Scripts\Disable-Antimalwarescanning.ps1
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001242
- Version
- EX13-EG-003016
- Vuln IDs
-
- V-69939
- Rule IDs
-
- SV-84561r1_rule
Checks: C-70409r1_chk
Site must utilize an approved DoD third party malicious code scanner. Consult with System Administrator to demonstrate the application being used to provide malicious code protection in the Exchange implementation. If System Administrator is unable to demonstrate a third party malicious code protection application, this is a finding. If System Administrator is unaware of a third party malicious code protection application, this is a finding.
Fix: F-76171r1_fix
Following vendor best practice guidance, install and configure the third party malicious code protection application.