Microsoft Exchange 2016 Edge Transport Server Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
Digest of Updates −1
Comparison against the immediately-prior release (V2R4). Rule matching uses the Group Vuln ID. Content-change detection compares the rule’s description, check, and fix text after stripping inline markup — cosmetic-only edits aren’t flagged.
Removed rules 1
- V-221205 Medium Exchange must have auto-forwarding of email to remote domains disabled or restricted.
- RMF Control
- AC-10
- Severity
- M
- CCI
- CCI-000054
- Version
- EX16-ED-000010
- Vuln IDs
-
- V-221202
- V-80485
- Rule IDs
-
- SV-221202r879511_rule
- SV-95195
Checks: C-22917r411732_chk
Review the Email Domain Security Plan (EDSP), or Organizations applicable documentation. 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-22906r411733_fix
Update the EDSP, or the applicable documentation. 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
- EX16-ED-000020
- Vuln IDs
-
- V-221203
- V-80487
- Rule IDs
-
- SV-221203r879530_rule
- SV-95197
Checks: C-22918r411735_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-22907r411736_fix
Remove the non-DoD certificate and import the correct DoD certificates.
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- EX16-ED-000030
- Vuln IDs
-
- V-221204
- V-80489
- Rule IDs
-
- SV-221204r879533_rule
- SV-95199
Checks: C-22919r411738_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 value of "Default" 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-22908r411739_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 single quotes.
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- EX16-ED-000050
- Vuln IDs
-
- V-221206
- V-80493
- Rule IDs
-
- SV-221206r879533_rule
- SV-95203
Checks: C-22921r411744_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-22910r411745_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
- EX16-ED-000060
- Vuln IDs
-
- V-221207
- V-80495
- Rule IDs
-
- SV-221207r879559_rule
- SV-95205
Checks: C-22922r411747_chk
Open the Exchange Management Shell and enter the following command: Get-EventLogLevel If any "EventLogLevel" values returned are not set to "Lowest", this is a finding.
Fix: F-22911r411748_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 single quotes.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- EX16-ED-000070
- Vuln IDs
-
- V-221208
- V-80497
- Rule IDs
-
- SV-221208r879559_rule
- SV-95207
Checks: C-22923r411750_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-22912r411751_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
- EX16-ED-000080
- Vuln IDs
-
- V-221209
- V-80499
- Rule IDs
-
- SV-221209r879572_rule
- SV-95209
Checks: C-22924r411753_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, navigate to Performance >> Data Collector Sets >> User Defined. If no sets are defined or queues are not being monitored, this is a finding.
Fix: F-22913r411754_fix
Open the Exchange Management Shell and enter the following command: perfmon In the left pane, navigate to Performance >> Data Collector Sets >> User Defined. In left pane, right-click on User Defined >> New >> Data Collector Set and configure the system to use the data collection set for monitoring the queues.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX16-ED-000090
- Vuln IDs
-
- V-221210
- V-80501
- Rule IDs
-
- SV-221210r879587_rule
- SV-95211
Checks: C-22925r411756_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-22914r411757_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
- EX16-ED-000100
- Vuln IDs
-
- V-221211
- V-80503
- Rule IDs
-
- SV-221211r879576_rule
- SV-95213
Checks: C-22926r411759_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-22915r411760_fix
Update the EDSP to reflect the authorized groups or users that should have read access to the audit data. Restrict any unauthorized groups' or users' read access to the audit logs.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX16-ED-000110
- Vuln IDs
-
- V-221212
- V-80505
- Rule IDs
-
- SV-221212r879587_rule
- SV-95215
Checks: C-22927r411762_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-22916r411763_fix
Open the Exchange Management Shell and enter the following command: Set-ExchangeServer -Identity <'IdentityName'> -ErrorReportingEnabled $false Note: The <IdentityName> value must be in single quotes. Repeat the procedure for each Identity.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000163
- Version
- EX16-ED-000120
- Vuln IDs
-
- V-221213
- V-80507
- Rule IDs
-
- SV-221213r879577_rule
- SV-95217
Checks: C-22928r411765_chk
Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have modify permissions to the audit data. If any group or user has modify permissions for the audit data that is not documented in the EDSP, this is a finding.
Fix: F-22917r411766_fix
Update the EDSP to reflect the authorized groups or users that should have modify permissions to the audit data. Restrict any unauthorized groups' or users' modify permissions for the audit logs.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000164
- Version
- EX16-ED-000130
- Vuln IDs
-
- V-221214
- V-80509
- Rule IDs
-
- SV-221214r879578_rule
- SV-95219
Checks: C-22929r411768_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-22918r411769_fix
Update the EDSP to reflect the authorized groups or users that should have delete permissions for the audit data. Restrict any unauthorized groups' or users' delete permissions for the audit logs.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-001348
- Version
- EX16-ED-000140
- Vuln IDs
-
- V-221215
- V-80511
- Rule IDs
-
- SV-221215r879582_rule
- SV-95221
Checks: C-22930r411771_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-22919r411772_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
- EX16-ED-000150
- Vuln IDs
-
- V-221216
- V-80513
- Rule IDs
-
- SV-221216r879584_rule
- SV-95223
Checks: C-22931r411774_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-22920r411775_fix
Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned
- RMF Control
- SC-20
- Severity
- M
- CCI
- CCI-001178
- Version
- EX16-ED-000160
- Vuln IDs
-
- V-221217
- V-80515
- Rule IDs
-
- SV-221217r879633_rule
- SV-95225
Checks: C-22932r411777_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-22921r411778_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 single quotes. Repeat the procedures for each send connector.
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX16-ED-000170
- Vuln IDs
-
- V-221218
- V-80517
- Rule IDs
-
- SV-221218r879636_rule
- SV-95227
Checks: C-22933r811172_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, DomainSecureEnabled, DNSRoutingEnabled, RequireTLS, TlsAuthLevel For each send connector: If the send connector does not use a smarthost and the value of "DomainSecureEnabled" is not set to "True", this is a finding. If the send connector does use a smarthost, "DomainSecureEnabled" will be set to "False". If the send connector does use a smarthost "DNSRoutingEnabled", "RequireTLS", and "TlsAuthLevel" must be set. If the send connector using a smart host has a value for “DNSRoutingEnabled” that is not set to “False”, this is a finding. If the send connector using a smarthost has a value for “RequireTLS” that is not set to “True”, this is a finding. If the send connector using a smarthost has a value for “TlsAuthLevel” that is not set to “DomainValidation”, this is a finding.
Fix: F-22922r811173_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector <'IdentityName'> -DomainSecureEnabled $true Note: The <IdentityName> value must be in single quotes. Repeat the procedures for each send connector. The following commands can be executed if smarthosts are used: Set-SendConnector <'IdentityName'> -RequireTLS $true -DNSRoutingEnabled $False -TlsAuthLevel $DomainValidation
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX16-ED-000180
- Vuln IDs
-
- V-221219
- V-80519
- Rule IDs
-
- SV-221219r879636_rule
- SV-95229
Checks: C-22934r411783_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-22923r411784_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 single 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
- EX16-ED-000190
- Vuln IDs
-
- V-221220
- V-80521
- Rule IDs
-
- SV-221220r879651_rule
- SV-95231
Checks: C-22935r411786_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-22924r411787_fix
Update the EDSP to reflect the Connection Timeout value. 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 single 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
- EX16-ED-000200
- Vuln IDs
-
- V-221221
- V-80523
- Rule IDs
-
- SV-221221r879651_rule
- SV-95233
Checks: C-22936r411789_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-22925r411790_fix
Update the EDSP to reflect the value for Maximum Domain Connections. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -MaxPerDomainOutboundConnections 20 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.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000230
- Vuln IDs
-
- V-221222
- V-80525
- Rule IDs
-
- SV-221222r879651_rule
- SV-95235
Checks: C-22937r411792_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-22926r411793_fix
Update the EDSP to reflect the value for SMTP Server Maximum Outbound Connections. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -MaxOutboundConnections 1000 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.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000240
- Vuln IDs
-
- V-221223
- V-80527
- Rule IDs
-
- SV-221223r879651_rule
- SV-95237
Checks: C-22938r411795_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-22927r411796_fix
Update the EDSP to reflect the maximum message send size. Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -MaxMessageSize <MaxSendSize> 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 procedure for each send connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000250
- Vuln IDs
-
- V-221224
- V-80529
- Rule IDs
-
- SV-221224r879651_rule
- SV-95239
Checks: C-22939r411798_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-22928r411799_fix
Update the EDSP to reflect the value for Transient Failure Retry Count. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -TransientFailureRetryCount 10 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.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000260
- Vuln IDs
-
- V-221225
- V-80531
- Rule IDs
-
- SV-221225r879651_rule
- SV-95241
Checks: C-22940r411801_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-22929r411802_fix
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 single quotes. Repeat the procedure for each send connector.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX16-ED-000270
- Vuln IDs
-
- V-221226
- V-80533
- Rule IDs
-
- SV-221226r879651_rule
- SV-95243
Checks: C-22941r411804_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-22930r411805_fix
Update the EDSP to reflect the value for Receive connectors. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxHopCount 60 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 procedure for each receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000280
- Vuln IDs
-
- V-221227
- V-80535
- Rule IDs
-
- SV-221227r879651_rule
- SV-95245
Checks: C-22942r495389_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-22931r411808_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 single quotes. Repeat the procedure for each receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000290
- Vuln IDs
-
- V-221228
- V-80537
- Rule IDs
-
- SV-221228r879651_rule
- SV-95247
Checks: C-22943r411810_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-22932r411811_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -ChunkingEnabled $true Note: The <IdentityName> value must be in single quotes. Repeat the procedure for each receive connector.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX16-ED-000300
- Vuln IDs
-
- V-221229
- V-80539
- Rule IDs
-
- SV-221229r879651_rule
- SV-95249
Checks: C-22944r411813_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 "MaxRecipientsPerMessage" is set to a value other than "5000" and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-22933r411814_fix
Update the EDSP to reflect the Maximum Recipients per Message value. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxRecipientsPerMessage 5000 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 procedure for each receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000310
- Vuln IDs
-
- V-221230
- V-80541
- Rule IDs
-
- SV-221230r879651_rule
- SV-95251
Checks: C-22945r411816_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-22934r411817_fix
Update the EDSP to reflect the Maximum Inbound connections value. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxInboundConnection 5000 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 procedure for each receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX16-ED-000320
- Vuln IDs
-
- V-221231
- V-80543
- Rule IDs
-
- SV-221231r879651_rule
- SV-95253
Checks: C-22946r411819_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-22935r411820_fix
Update the EDSP to reflect the global maximum message receive size. 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 single 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
- EX16-ED-000330
- Vuln IDs
-
- V-221232
- V-80545
- Rule IDs
-
- SV-221232r879653_rule
- SV-95255
Checks: C-22947r411822_chk
This requirement is N/A for SIPR enclaves. This requirement is N/A if the organization subscribes to EEMSG or other similar DoD enterprise protections for email services. 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-22936r411823_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
- EX16-ED-000340
- Vuln IDs
-
- V-221233
- V-80547
- Rule IDs
-
- SV-221233r879653_rule
- SV-95257
Checks: C-22948r411825_chk
This requirement is N/A for SIPR enclaves. This requirement is N/A if the organization subscribes to EEMSG or other similar DoD enterprise protections for email services. 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-22937r411826_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
- EX16-ED-000350
- Vuln IDs
-
- V-221234
- V-80549
- Rule IDs
-
- SV-221234r879653_rule
- SV-95259
Checks: C-22949r411828_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. 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-22938r411829_fix
Open the Exchange Management Shell and enter the following command: Set-ContentFilterConfig -QuarantineMailbox <'QuarantineMailbox SmtpAddress'> Note: The <QuarantineMailbox SmtpAddress> value must be in single quotes.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX16-ED-000360
- Vuln IDs
-
- V-221235
- V-80551
- Rule IDs
-
- SV-221235r879653_rule
- SV-95261
Checks: C-22950r836313_chk
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 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 unaccepted domains, this is a finding.
Fix: F-22939r411832_fix
Update the EDSP to reflect the unaccepted domains that are to be blocked. 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
- EX16-ED-000370
- Vuln IDs
-
- V-221236
- V-80553
- Rule IDs
-
- SV-221236r879653_rule
- SV-95263
Checks: C-22951r411834_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. 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-22940r411835_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
- EX16-ED-000380
- Vuln IDs
-
- V-221237
- V-80555
- Rule IDs
-
- SV-221237r879653_rule
- SV-95265
Checks: C-22952r411837_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. 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-22941r411838_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
- EX16-ED-000390
- Vuln IDs
-
- V-221238
- V-80557
- Rule IDs
-
- SV-221238r879653_rule
- SV-95267
Checks: C-22953r411840_chk
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 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-22942r411841_fix
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.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX16-ED-000400
- Vuln IDs
-
- V-221239
- V-80559
- Rule IDs
-
- SV-221239r879653_rule
- SV-95269
Checks: C-22954r411843_chk
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 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-22943r411844_fix
Update the EDSP to reflect the list of undesirable attachment types that should be stripped. 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
- EX16-ED-000410
- Vuln IDs
-
- V-221240
- V-80561
- Rule IDs
-
- SV-221240r879653_rule
- SV-95271
Checks: C-22955r411846_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. 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-22944r411847_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
- EX16-ED-000420
- Vuln IDs
-
- V-221241
- V-80563
- Rule IDs
-
- SV-221241r879653_rule
- SV-95273
Checks: C-22956r411849_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-22945r411850_fix
Update the EDSP to reflect the name and information for the Block List provider. 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
- EX16-ED-000430
- Vuln IDs
-
- V-221242
- V-80565
- Rule IDs
-
- SV-221242r879653_rule
- SV-95275
Checks: C-22957r411852_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. 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-22946r411853_fix
Open the Exchange Management Shell and enter the following command: Set-SenderIdConfig -SpoofedDomainAction Reject
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX16-ED-000470
- Vuln IDs
-
- V-221243
- V-80567
- Rule IDs
-
- SV-221243r879653_rule
- SV-95277
Checks: C-22958r411855_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-22947r411856_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
- EX16-ED-000480
- Vuln IDs
-
- V-221244
- V-80569
- Rule IDs
-
- SV-221244r879653_rule
- SV-95279
Checks: C-22959r411858_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-22948r411859_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -TarpitInterval '00:00:05' Note: The <IdentityName> value and the Interval must be in single quotes. Repeat the procedures for each Receive connector.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX16-ED-000490
- Vuln IDs
-
- V-221245
- V-80571
- Rule IDs
-
- SV-221245r879653_rule
- SV-95281
Checks: C-22960r411861_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-22949r411862_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -PermissionGroups 'valid user group(s)' Note: The <IdentityName> value and user group(s) must be in single 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
- EX16-ED-000500
- Vuln IDs
-
- V-221246
- V-80573
- Rule IDs
-
- SV-221246r879653_rule
- SV-95283
Checks: C-22961r411864_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-22950r411865_fix
Update the EDSP to reflect the SMTP allow list settings. 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
- EX16-ED-000510
- Vuln IDs
-
- V-221247
- V-80575
- Rule IDs
-
- SV-221247r879653_rule
- SV-95285
Checks: C-22962r411867_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-22951r411868_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
- EX16-ED-000520
- Vuln IDs
-
- V-221248
- V-80577
- Rule IDs
-
- SV-221248r879653_rule
- SV-95287
Checks: C-22963r411870_chk
This requirement is N/A for SIPR enclaves. This requirement is N/A if the organization subscribes to EEMSG or other similar DoD enterprise protections for email services. 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-22952r411871_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
- EX16-ED-000530
- Vuln IDs
-
- V-221249
- V-80579
- Rule IDs
-
- SV-221249r879653_rule
- SV-95289
Checks: C-22964r411873_chk
Review the Email Domain Security Plan (EDSP) for an installed antispam product. 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-22953r411874_fix
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
- EX16-ED-000540
- Vuln IDs
-
- V-221250
- V-80581
- Rule IDs
-
- SV-221250r879653_rule
- SV-95291
Checks: C-22965r411876_chk
Review the Email Domain Security Plan (EDSP) for an installed antispam product. 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-22954r411877_fix
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
- EX16-ED-000550
- Vuln IDs
-
- V-221251
- V-80583
- Rule IDs
-
- SV-221251r879653_rule
- SV-95293
Checks: C-22966r411879_chk
Site should utilize an approved DoD scanner as Exchange Malware software has a limited scanning capability. If an approved DoD scanner is not being used, this is a finding.
Fix: F-22955r411880_fix
Following vendor best practice guidance, install and configure a DoD approved scanner.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX16-ED-000560
- Vuln IDs
-
- V-221252
- V-80585
- Rule IDs
-
- SV-221252r879653_rule
- SV-95295
Checks: C-22967r411882_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. 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-22956r411883_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
- EX16-ED-000570
- Vuln IDs
-
- V-221253
- V-80587
- Rule IDs
-
- SV-221253r879653_rule
- SV-95297
Checks: C-22968r811175_chk
Note: If using a DoD-approved protection mechanism such as Cloud Based Internet Isolation (CBII), Bromium, Email Gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), or other approved email sanitization solution that protects against untrusted URLs embedded in email, this is not applicable. Note: If system is on SIPRNet, 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 render hyperlink email sources from non .mil domains as unclickable.
Fix: F-22957r411886_fix
Update the EDSP to reflect the name of the Transport Agent. 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
- EX16-ED-000580
- Vuln IDs
-
- V-221254
- V-80589
- Rule IDs
-
- SV-221254r879751_rule
- SV-95299
Checks: C-22969r411888_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-22958r411889_fix
Update the EDSP to reflect the authorized groups and users that have access to the Exchange application directories. 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
- EX16-ED-000590
- Vuln IDs
-
- V-221255
- V-80591
- Rule IDs
-
- SV-221255r879753_rule
- SV-95301
Checks: C-22970r411891_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-22959r411892_fix
Implement an email software baseline process and update the EDSP.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001762
- Version
- EX16-ED-000610
- Vuln IDs
-
- V-221256
- V-80593
- Rule IDs
-
- SV-221256r879756_rule
- SV-95303
Checks: C-22971r411894_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-22960r411895_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
- EX16-ED-000620
- Vuln IDs
-
- V-221257
- V-80595
- Rule IDs
-
- SV-221257r879802_rule
- SV-95305
Checks: C-22972r411897_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-22961r411898_fix
Update the EDSP to reflect the directory where Exchange is installed. 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
- EX16-ED-000630
- Vuln IDs
-
- V-221258
- V-80597
- Rule IDs
-
- SV-221258r879806_rule
- SV-95307
Checks: C-22973r411900_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-22962r411901_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 single quotes.
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- EX16-ED-000660
- Vuln IDs
-
- V-221259
- V-80599
- Rule IDs
-
- SV-221259r879806_rule
- SV-95309
Checks: C-22974r411903_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-22963r411904_fix
Update the EDSP to reflect the Exchange servers used for redundancy. Configure two or more Edge servers for load balancing.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX16-ED-000670
- Vuln IDs
-
- V-221260
- V-80601
- Rule IDs
-
- SV-221260r879806_rule
- SV-95311
Checks: C-22975r411906_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-22964r411907_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
- EX16-ED-000680
- Vuln IDs
-
- V-221261
- V-80753
- Rule IDs
-
- SV-221261r879810_rule
- SV-95463
Checks: C-22976r411909_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-22965r411910_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -AuthMechanism 'Tls' Note: The <IdentityName> value must be in single quotes. Repeat the process for each Receive connector.
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- EX16-ED-000690
- Vuln IDs
-
- V-221262
- V-80603
- Rule IDs
-
- SV-221262r879810_rule
- SV-95313
Checks: C-22977r811177_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. Get-SendConnector | Select Name, Identity, DomainSecureEnabled If the value of "DomainSecureEnabled" is not set to "True" and the SendConnector is not using a smarthost, this is a finding. If the value of "DomainSecureEnabled" is set to "False" and the send connector is using a smarthost, the value of “RequireTLS” must be set to “True”, and the value for “TlsAuthLevel” must be set to “DomainValidation”. If the send connector using a smarthost has a value for “RequireTLS” that is not set to “True”, this is a finding. If the send connector using a smarthost has a value for “TlsAuthLevel” that is not set to “DomainValidation”, this is a Finding.
Fix: F-22966r811178_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -TlsDomain <'SMTP Domain'> Set-SendConnector -Identity <'ReceiveConnector'> -DomainSecureEnabled 'True' Note: The SMTP Domain is the internal SMTP domain within the organization. The following commands can be executed if smarthosts are used: Set-SendConnector <'IdentityName'> -RequireTLS $true -TlsAuthLevel $DomainValidation
- RMF Control
- SI-2
- Severity
- M
- CCI
- CCI-002605
- Version
- EX16-ED-000700
- Vuln IDs
-
- V-221263
- V-80605
- Rule IDs
-
- SV-221263r879827_rule
- SV-95315
Checks: C-22978r411915_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-22967r411916_fix
Install the most current, approved service pack.
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001241
- Version
- EX16-ED-000720
- Vuln IDs
-
- V-221264
- V-80607
- Rule IDs
-
- SV-221264r879663_rule
- SV-95317
Checks: C-22979r411918_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-22968r411919_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-001241
- Version
- EX16-ED-000730
- Vuln IDs
-
- V-221265
- V-80609
- Rule IDs
-
- SV-221265r879663_rule
- SV-95319
Checks: C-22980r411921_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-22969r411922_fix
Following vendor best practice guidance, install and configure a third-party malicious code protection application.
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001243
- Version
- EX16-ED-000750
- Vuln IDs
-
- V-221266
- V-80611
- Rule IDs
-
- SV-221266r879665_rule
- SV-95321
Checks: C-22981r411924_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-22970r411925_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-001243
- Version
- EX16-ED-000760
- Vuln IDs
-
- V-221267
- V-80613
- Rule IDs
-
- SV-221267r879665_rule
- SV-95323
Checks: C-22982r411927_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-22971r411928_fix
Following vendor best practice guidance, install and configure a third-party malicious code protection application.
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001240
- Version
- EX16-ED-002400
- Vuln IDs
-
- V-221268
- V-80615
- Rule IDs
-
- SV-221268r879662_rule
- SV-95325
Checks: C-22983r411930_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-22972r411931_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-001240
- Version
- EX16-ED-002410
- Vuln IDs
-
- V-221269
- V-80617
- Rule IDs
-
- SV-221269r879662_rule
- SV-95327
Checks: C-22984r411933_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-22973r411934_fix
Following vendor best practice guidance, install and configure a third-party malicious code protection application.
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001242
- Version
- EX16-ED-003010
- Vuln IDs
-
- V-221270
- V-80619
- Rule IDs
-
- SV-221270r879664_rule
- SV-95329
Checks: C-22985r411936_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-22974r411937_fix
Open the Exchange Management Shell and enter the following command: & env:ExchangeInstallPath\Scripts\Disable-Antimalwarescanning.ps1