Microsoft Exchange 2019 Edge Server Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
Digest of Updates No substantive changes
Comparison against the immediately-prior release (V1R1). 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.
No substantive changes detected against the previous release. 68 rules matched cleanly.
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000068
- Version
- EX19-ED-000006
- Vuln IDs
-
- V-259577
- Rule IDs
-
- SV-259577r960759_rule
Checks: C-63316r942043_chk
In a PowerShell window, run the following commands: Get-ItemProperty HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319 If the value "SchUseStrongCrypto" is not present and set to 1, this is a finding.
Fix: F-63224r942044_fix
In a PowerShell window with elevated privileges, run the following commands: reg add HKLM\SOFTWARE\Microsoft\.NetFramework\v4.0.30319 /v "SchUseStrongCrypto" /t REG_DWORD /d 1 reg add HKLM\SOFTWARE\WoW6432Node\Microsoft\.NetFramework\v4.0.30319 /v "SchUseStrongCrypto" /t REG_DWORD /d 1 This will create the value within the necessary key and set the data to 1.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- EX19-ED-000016
- Vuln IDs
-
- V-259578
- Rule IDs
-
- SV-259578r960792_rule
Checks: C-63317r942046_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeCertificate | Select-Object -Property CertificateDomains, issuer If the value of "CertificateDomains" does not indicate it is issued by the DOD, this is a finding.
Fix: F-63225r942047_fix
Remove the non-DOD certificate and import the correct DOD certificates.
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- EX19-ED-000017
- Vuln IDs
-
- V-259579
- Rule IDs
-
- SV-259579r960801_rule
Checks: C-63318r942049_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-Object -Property 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-63226r942050_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-7
- Severity
- M
- CCI
- CCI-000044
- Version
- EX19-ED-000019
- Vuln IDs
-
- V-259580
- Rule IDs
-
- SV-259580r960840_rule
Checks: C-63319r942052_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select-Object -Property Name, Identity, DomainSecureEnabled For each receive connector, if the value of "DomainSecureEnabled" is not set to "True", this is a finding.
Fix: F-63227r942053_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -DomainSecureEnabled $true Note: The <IdentityName> value must be in quotes. Repeat the procedures for each receive connector.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- EX19-ED-000026
- Vuln IDs
-
- V-259581
- Rule IDs
-
- SV-259581r960879_rule
Checks: C-63320r942055_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. Note: The default installation of Exchange has all Event Levels set to Lowest with exception of the following: MSExchange ADAccess\Topology - Low MSExchangeADAccess\Validation - Low MSExchange BackEndRehydration\Configuration - Low MSExchange BackEndRehydration\Server - 2 MSExchange OAuth\Configuration - Low MSExchange OAuth\Server - 2 MSExchange RBAC\RBAC - Low MSExchangeADTopology\Topology - Low All of these must be set to Lowest.
Fix: F-63228r942056_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
- EX19-ED-000027
- Vuln IDs
-
- V-259582
- Rule IDs
-
- SV-259582r960879_rule
Checks: C-63321r942058_chk
Open the Exchange Management Shell and enter the following command: Get-TransportService | Select-Object -Property Name, Identity, ConnectivityLogEnabled If the value of "ConnectivityLogEnabled" is not set to "True", this is a finding.
Fix: F-63229r942059_fix
Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -ConnectivityLogEnabled $true Note: The <IdentityName> value must be in quotes.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000133
- Version
- EX19-ED-000034
- Vuln IDs
-
- V-259583
- Rule IDs
-
- SV-259583r960900_rule
Checks: C-63322r942061_chk
Open the Exchange Management Shell and enter the following command: Get-Transportservice | Select-Object -Property Name, MessageTrackingLogEnabled If the value of "MessageTrackingLogEnabled" is not set to "True", this is a finding.
Fix: F-63230r942062_fix
Open the Exchange Management Shell and enter the following command: Set-Transportservice <IdentityName> -MessageTrackingLogEnabled $true Note: The <IdentityName> value must be in quotes.
- RMF Control
- AU-6
- Severity
- M
- CCI
- CCI-000154
- Version
- EX19-ED-000040
- Vuln IDs
-
- V-259584
- Rule IDs
-
- SV-259584r960918_rule
Checks: C-63323r942064_chk
Note: By default, there are two user-defined data collector sets created by Exchange: ExchangeDiagnosticsDailyPerformanceLog and ExchangeDiagnosticsPerformanceLog. These are not providing enough data to monitor SMTP queues per the requirement. Additionally, if a third-party application is performing monitoring functions, the reviewer should verify the application is monitoring correctly and mark the vulnerability Not Applicable. 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-63231r942065_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 User Defined >> New >> Data Collector Set and configure the system to use the data collection set for monitoring the queues.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- EX19-ED-000044
- Vuln IDs
-
- V-259585
- Rule IDs
-
- SV-259585r960930_rule
Checks: C-63324r942067_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-63232r942068_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
- AU-9
- Severity
- M
- CCI
- CCI-000163
- Version
- EX19-ED-000045
- Vuln IDs
-
- V-259586
- Rule IDs
-
- SV-259586r960933_rule
Checks: C-63325r942070_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-63233r942071_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
- EX19-ED-000046
- Vuln IDs
-
- V-259587
- Rule IDs
-
- SV-259587r960936_rule
Checks: C-63326r942073_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-63234r942074_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
- EX19-ED-000050
- Vuln IDs
-
- V-259588
- Rule IDs
-
- SV-259588r960948_rule
Checks: C-63327r942076_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-63235r942077_fix
Update the EDSP. Configure the audit log location to be on a partition drive separate from the application.
- RMF Control
- Severity
- M
- CCI
- CCI-003992
- Version
- EX19-ED-000053
- Vuln IDs
-
- V-259589
- Rule IDs
-
- SV-259589r986139_rule
Checks: C-63328r942079_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-63236r942080_fix
Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX19-ED-000055
- Vuln IDs
-
- V-259590
- Rule IDs
-
- SV-259590r960963_rule
Checks: C-63329r942082_chk
Open the Exchange Management Shell and enter the following command: Get-OrganizationConfig | Select-Object -Property Name, Identity, CustomerFeedbackEnabled If the value for "CustomerFeedbackEnabled" is not set to "False", this is a finding.
Fix: F-63237r942083_fix
Open the Exchange Management Shell and enter the following command: Set-OrganizationConfig -CustomerFeedbackEnabled $false Note: This can be done during initial installation of Exchange.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX19-ED-000056
- Vuln IDs
-
- V-259591
- Rule IDs
-
- SV-259591r960963_rule
Checks: C-63330r942085_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeServer –status | Select-Object -Property Name, Identity, ErrorReportingEnabled For each exchange server, if the value of "ErrorReportingEnabled" is not set to "False", this is a finding.
Fix: F-63238r942086_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
- SC-2
- Severity
- M
- CCI
- CCI-001082
- Version
- EX19-ED-000094
- Vuln IDs
-
- V-259592
- Rule IDs
-
- SV-259592r961095_rule
Checks: C-63331r942088_chk
Open the Exchange Management Shell and run the following command: Get-Content $exbin\EdgeTransport.exe.config |Select-String "QueueDatabasePath" -SimpleMatch Example Output: <add key="QueueDatabasePath" value="F:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue" /> If the path of the Queue Database is in the same volume as the installation of Exchange, this is a finding. If the path of the Queue Database is on the same volume of existing applications, this is a finding.
Fix: F-63239r942089_fix
It is recommended to follow the instructions found in the following documentation: https://learn.microsoft.com/en-us/exchange/mail-flow/queues/relocate-queue-database?view=exchserver-2019 Set aside time for maintenance before correcting the issue, as this will affect mail flow through the Edge role on that server. Open an Exchange Management Shell and use the automated script (shipped with Exchange) to move the queue database and its existing files to the new destination. The following parameters must be answered to successfully complete the move: -queueDatabasePath #New destination for the Queue Database. If destination does not exist, the script will create it with the appropriate permissions. -queueDatabaseLoggingPath #New destination for the Queue Database Logs. If destination does not exist, the script will create it with the appropriate permissions. -ipFilterDatabasePath #New destination for the IP filtering Database. If the destination does not exist, the script will create it with the appropriate permissions. -ipFilterDatabaseLoggingPath #New destination for the IP filtering Database Logs. If the destination does not exist, the script will create it with the appropriate permissions. -temporaryStorage #This will be the path that the script moves the old version of the EdgeTransport.exe.config. The new version will have the updated path. Note: Always back up the configuration file as CUs will overwrite any added custom configuration.
- RMF Control
- SC-20
- Severity
- M
- CCI
- CCI-001178
- Version
- EX19-ED-000095
- Vuln IDs
-
- V-259593
- Rule IDs
-
- SV-259593r961101_rule
Checks: C-63332r942091_chk
Note: This is not applicable for SIPR enclaves. 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-Object -Property 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-63240r942092_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 procedure for each send connector.
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX19-ED-000098
- Vuln IDs
-
- V-259594
- Rule IDs
-
- SV-259594r961110_rule
Checks: C-63333r942094_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select-Object -Property Name, Identity, DomainSecureEnabled For each send connector, if the value of "DomainSecureEnabled" is not set to "True", this is a finding. If the "TlsAuthLevel" parameter is set to "DomainValidation" then the "TlsDomain" parameter is required if "DNSRoutingEnabled" parameter is set to "$false". The "DNSRoutingEnabled" parameter must be "$true" If the value of "DomainSecureEnabled" is "$true".
Fix: F-63241r942095_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 procedure for each send connector.
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX19-ED-000099
- Vuln IDs
-
- V-259595
- Rule IDs
-
- SV-259595r961110_rule
Checks: C-63334r942097_chk
Note: This is not applicable for SIPR enclaves. Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select-Object -Property 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-63242r942098_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-001094
- Version
- EX19-ED-000109
- Vuln IDs
-
- V-259596
- Rule IDs
-
- SV-259596r961152_rule
Checks: C-63335r942100_chk
Review the EDSP for current configuration. On the mailbox server, open a PowerShell prompt and run the following command: Get-EdgeSubscription If there is only one subscription on each server, this is a finding.
Fix: F-63243r942101_fix
At a minimum, a second server must be deployed and subscribed to.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000110
- Vuln IDs
-
- V-259597
- Rule IDs
-
- SV-259597r961155_rule
Checks: C-63336r942103_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-Object -Property 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-63244r942104_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 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
- EX19-ED-000111
- Vuln IDs
-
- V-259598
- Rule IDs
-
- SV-259598r961155_rule
Checks: C-63337r942106_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-Object -Property 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-63245r942107_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 quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000112
- Vuln IDs
-
- V-259599
- Rule IDs
-
- SV-259599r961155_rule
Checks: C-63338r942109_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-Object -Property 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-63246r942110_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 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
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000113
- Vuln IDs
-
- V-259600
- Rule IDs
-
- SV-259600r961155_rule
Checks: C-63339r942112_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-Object -Property 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-63247r942113_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 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
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000114
- Vuln IDs
-
- V-259601
- Rule IDs
-
- SV-259601r961155_rule
Checks: C-63340r942115_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-Object -Property 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-63248r942116_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 quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000115
- Vuln IDs
-
- V-259602
- Rule IDs
-
- SV-259602r961155_rule
Checks: C-63341r942118_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-Object -Property 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-63249r942119_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 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
- EX19-ED-000116
- Vuln IDs
-
- V-259603
- Rule IDs
-
- SV-259603r961155_rule
Checks: C-63342r942121_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-Object -Property 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-63250r942122_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 quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000117
- Vuln IDs
-
- V-259604
- Rule IDs
-
- SV-259604r961155_rule
Checks: C-63343r942124_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select-Object -Property 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-63251r942125_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
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000118
- Vuln IDs
-
- V-259605
- Rule IDs
-
- SV-259605r961155_rule
Checks: C-63344r942127_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select-Object -Property Name, Identity, ChunkingEnabled For each receive connector, if the value of "ChunkingEnabled" is not set to "True", this is a finding.
Fix: F-63252r942128_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
- EX19-ED-000119
- Vuln IDs
-
- V-259606
- Rule IDs
-
- SV-259606r961155_rule
Checks: C-63345r942130_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-Object -Property 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-63253r942131_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 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
- M
- CCI
- CCI-001095
- Version
- EX19-ED-000120
- Vuln IDs
-
- V-259607
- Rule IDs
-
- SV-259607r961155_rule
Checks: C-63346r942133_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-Object -Property 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-63254r942134_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 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
- EX19-ED-000122
- Vuln IDs
-
- V-259608
- Rule IDs
-
- SV-259608r961161_rule
Checks: C-63347r942136_chk
Note: If using another DOD-approved anti-spam product for email or a DOD-approved Email Gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), 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' | Format-List 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-63255r942137_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
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX19-ED-000123
- Vuln IDs
-
- V-259609
- Rule IDs
-
- SV-259609r961161_rule
Checks: C-63348r942139_chk
This requirement is Not Applicable for SIPR enclaves. This requirement is Not Applicable 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-Object -Property Name, Action If the value of "Action" is not set to "Reject", this is a finding. Note: "Reject" is the default value.
Fix: F-63256r942140_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
- EX19-ED-000124
- Vuln IDs
-
- V-259610
- Rule IDs
-
- SV-259610r961161_rule
Checks: C-63349r942142_chk
This requirement is Not Applicable for SIPR enclaves. This requirement is Not Applicable 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-Object -Property Name, BlankSenderBlockingEnabled If the value of "BlankSenderBlockingEnabled" is not set to "True", this is a finding.
Fix: F-63257r942143_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
- EX19-ED-000125
- Vuln IDs
-
- V-259611
- Rule IDs
-
- SV-259611r961161_rule
Checks: C-63350r942145_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-Object -Property Name, quarantineMailbox If no SMTP address is assigned to "quarantineMailbox", this is a finding.
Fix: F-63258r942146_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
- EX19-ED-000126
- Vuln IDs
-
- V-259612
- Rule IDs
-
- SV-259612r961161_rule
Checks: C-63351r942148_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-Object -Property Name, BlockedDomains, BlockedDomainsAndSubdomains If the value for "BlockedDomains" or "BlockedDomainsAndSubdomains" does not reflect the list of accepted domains, this is a finding.
Fix: F-63259r942149_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> To add additional domains to the list (array): Set-SenderFilterConfig -BlockedDomains @{add="<blockeddomain2>","<blockeddomain3>","<blockeddomain4>"} Each domain added must be quotes and separated by a comma. Repeat the procedure for each domain that is to be blocked. or For BlockedDomainsAndSubdomains: Set-SenderFilterConfig -BlockedDomainsAndSubdomains <BlockedDomainAndSubdomain> Same procedure applies for adding multiple domains applies to this filter. 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
- EX19-ED-000127
- Vuln IDs
-
- V-259613
- Rule IDs
-
- SV-259613r961161_rule
Checks: C-63352r942151_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. Additionally, the default value for "RecipientValidationEnabled" is "False". Open the Exchange Management Shell and enter the following command: Get-RecipientFilterConfig | Select-Object -Property Name, RecipientValidationEnabled If the value of "RecipientValidationEnabled" is not set to "False", this is a finding.
Fix: F-63260r942152_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
- EX19-ED-000128
- Vuln IDs
-
- V-259614
- Rule IDs
-
- SV-259614r961161_rule
Checks: C-63353r942154_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. Additionally, the default value for "Sender Reputation" is "True" for "Enabled". Open the Exchange Management Shell and enter the following command: Get-SenderReputationConfig | Select-Object -Property Name, Enabled If the value of "Enabled" is not set to "True", this is a finding.
Fix: F-63261r942155_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
- EX19-ED-000129
- Vuln IDs
-
- V-259615
- Rule IDs
-
- SV-259615r961161_rule
Checks: C-63354r942157_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-Object -Property 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-63262r942158_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
- EX19-ED-000130
- Vuln IDs
-
- V-259616
- Rule IDs
-
- SV-259616r961161_rule
Checks: C-63355r942160_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-63263r942161_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
- EX19-ED-000131
- Vuln IDs
-
- V-259617
- Rule IDs
-
- SV-259617r961161_rule
Checks: C-63356r942163_chk
Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement. Additionally, the default value for this property is Enabled "True". Open the Exchange Management Shell and enter the following command: Get-ContentFilterConfig | Select-Object -Property Name, Identity, Enabled If the value of "Enabled" is not set to "True", this is a finding.
Fix: F-63264r942164_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
- EX19-ED-000132
- Vuln IDs
-
- V-259618
- Rule IDs
-
- SV-259618r961161_rule
Checks: C-63357r942166_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-Object -Property Name, Identity, LookupDomain If the values for "Name", GUID, and "LookupDomain" are not configured, this is a finding.
Fix: F-63265r942167_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
- EX19-ED-000133
- Vuln IDs
-
- V-259619
- Rule IDs
-
- SV-259619r961161_rule
Checks: C-63358r942169_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-Object -Property Name, Identity, SpoofedDomainAction If the value of "SpoofedDomainAction" is not set to "Reject", this is a finding.
Fix: F-63266r942170_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
- EX19-ED-000134
- Vuln IDs
-
- V-259620
- Rule IDs
-
- SV-259620r961161_rule
Checks: C-63359r942172_chk
Open the Exchange Management Shell and enter the following command: Get-RecipientFilterConfig | Select-Object -Property Name, Enabled If the value of "Enabled" is not set to "True", this is a finding. Note: The default value is set to "True".
Fix: F-63267r942173_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
- EX19-ED-000135
- Vuln IDs
-
- V-259621
- Rule IDs
-
- SV-259621r961161_rule
Checks: C-63360r942175_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. Note: The default value for "TarpitInterval" is "00:00:05".
Fix: F-63268r942176_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 quotes. Repeat the procedures for each Receive connector.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX19-ED-000136
- Vuln IDs
-
- V-259622
- Rule IDs
-
- SV-259622r961161_rule
Checks: C-63361r942178_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select-Object -Property Name, Identity, PermissionGroups |Format-List For each Receive connector, if the value of "PermissionGroups" is "AnonymousUsers" for any noninternet connector, this is a finding.
Fix: F-63269r942179_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 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
- EX19-ED-000137
- Vuln IDs
-
- V-259623
- Rule IDs
-
- SV-259623r961161_rule
Checks: C-63362r942181_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 | Format-List 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-63270r942182_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
- EX19-ED-000138
- Vuln IDs
-
- V-259624
- Rule IDs
-
- SV-259624r961161_rule
Checks: C-63363r942184_chk
Open the Exchange Management Shell and enter the following command: Get-IPAllowListConfig | Select-Object -Property Name, Enabled If the value for "Enabled" is not set to "True", this is a finding. Note: "Enabled" set to "True" is the default value.
Fix: F-63271r942185_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
- EX19-ED-000139
- Vuln IDs
-
- V-259625
- Rule IDs
-
- SV-259625r961161_rule
Checks: C-63364r942187_chk
This requirement is not applicable for SIPR enclaves. This requirement is not applicable 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-Object -Property Name, Enabled If the value of "Enabled" is not set to "True", this is a finding. Note: "Enabled" set to "True" is the default value.
Fix: F-63272r942188_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
- EX19-ED-000140
- Vuln IDs
-
- V-259626
- Rule IDs
-
- SV-259626r961161_rule
Checks: C-63365r942190_chk
Review the Email Domain Security Plan (EDSP) for an installed anti-spam product. Note: If using another DOD-approved anti-spam 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-63273r942191_fix
Install the anti-Spam module. Open the Exchange Management Shell and enter the following command: & $env:ExchangeInstallPath\Scripts\Install-anti-SpamAgents.ps1
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX19-ED-000141
- Vuln IDs
-
- V-259627
- Rule IDs
-
- SV-259627r961161_rule
Checks: C-63366r942193_chk
Review the Email Domain Security Plan (EDSP) for an installed anti-spam product. Note: If using another DOD-approved anti-spam 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-63274r942194_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
- EX19-ED-000142
- Vuln IDs
-
- V-259628
- Rule IDs
-
- SV-259628r961161_rule
Checks: C-63367r942196_chk
The site should use 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-63275r942197_fix
Following vendor best practice guidance, install and configure a DOD approved scanner.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX19-ED-000143
- Vuln IDs
-
- V-259629
- Rule IDs
-
- SV-259629r961161_rule
Checks: C-63368r942199_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-Object -Property Name, Identity, Enabled If the value of "Enabled" is not set to "True", this is a finding. Note: By Default, the value of "Enabled" is set to "True".
Fix: F-63276r942200_fix
Open the Exchange Management Shell and enter the following command: Set-SenderIdConfig -Enable $true
- RMF Control
- AC-12
- Severity
- M
- CCI
- CCI-002361
- Version
- EX19-ED-000159
- Vuln IDs
-
- V-259630
- Rule IDs
-
- SV-259630r961221_rule
Checks: C-63369r942202_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-Object -Property Name, Identity, ConnectionTimeout For each Receive connector, if the value of "ConnectionTimeout" is not set to "00:05:00", this is a finding. 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-63277r942203_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 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-6
- Severity
- M
- CCI
- CCI-002235
- Version
- EX19-ED-000174
- Vuln IDs
-
- V-259631
- Rule IDs
-
- SV-259631r961353_rule
Checks: C-63370r942205_chk
Check the EDSP to verify who should be in each built in RBAC management role group. If this is not found, this is a finding.
Fix: F-63278r942206_fix
Update the EDSP and define who should and should not have elevated privileges within the organization. Follow the rule of least privilege and ensure that administrators are given just enough access to complete their job. Reference document: https://docs.microsoft.com/en-us/exchange/understanding-management-role-groups-exchange-2013-help?view=exchserver-2019
- RMF Control
- Severity
- M
- CCI
- CCI-003980
- Version
- EX19-ED-000195
- Vuln IDs
-
- V-259632
- Rule IDs
-
- SV-259632r986140_rule
Checks: C-63371r942208_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-63279r942209_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
- EX19-ED-000197
- Vuln IDs
-
- V-259633
- Rule IDs
-
- SV-259633r961461_rule
Checks: C-63372r942211_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-63280r942212_fix
Implement an email software baseline process and update the EDSP.
- RMF Control
- Severity
- M
- CCI
- CCI-003938
- Version
- EX19-ED-000198
- Vuln IDs
-
- V-259634
- Rule IDs
-
- SV-259634r986141_rule
Checks: C-63373r942214_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-63281r942215_fix
Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001762
- Version
- EX19-ED-000199
- Vuln IDs
-
- V-259635
- Rule IDs
-
- SV-259635r961470_rule
Checks: C-63374r942217_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-63282r942218_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. or in PowerShell: Stop-Service -Name <service>; Set-Service -Name <service> -StartupType Disabled Stop and disable services that are not required.
- RMF Control
- SC-21
- Severity
- M
- CCI
- CCI-002466
- Version
- EX19-ED-000224
- Vuln IDs
-
- V-259636
- Rule IDs
-
- SV-259636r961587_rule
Checks: C-63375r942220_chk
Verify in the EDSP or consult with the appropriate personnel who manage DNS which servers to use for Internal and External DNS resolution. If the server is not multi-homed, this does not apply. In Exchange Management Shell, run the following command: Get-TransportService |Format-List *dns* If "ExternalDNSAdapterEnabled : True", and no GUID exists, this is a finding. If "ExternalDNSAdapterEnabled : False", and the property "ExternalDNSServers" is not populated with the documented trusted DNS servers for External DNS queries, this is a finding. If "InternalDNSAdapterEnabled : True" and no GUID exists, this is a finding. If "InternalDNSAdapterEnabled : False" and the property "InternalDNSServers" is not populated the documented trusted DNS servers for Internal DNS queries, this is a finding.
Fix: F-63283r942221_fix
Verify in the EDSP or consult with the appropriate personnel who manage which DNS servers to use for Internal and External DNS resolution. If a GUID for the External and Internal network adapters are applicable, then gather the values to populate the appropriate properties with the following commands: netsh lan show interfaces This will provide the adapters and the GUIDs for each. Identify the external and internal adapters for the Edge server. Once gathered, run the following: Set-TransportService -Identity <name of server> -ExternalDNSAdapterEnabled $true -ExternalDNSAdapterGuid <externalAdapterGUID> -InternalDNSAdapterEnabled $true -InternalDNSAdapterGuid <InternalAdapterGuid> If the "ExternalDNSAdapterEnabled" or InternalDNSAdapterEnabled are set to false, use the following to set the DNS configuration: Set-TransportService -Identity <name of server> -InternalDNSServers @{add="Trusted DNS IP1","Trusted DNS IP2"} Set-TransportService -Identity <name of server> -ExternalDNSServers @{add="Trusted DNS IP1","Trusted DNS IP2"}
- RMF Control
- SC-39
- Severity
- M
- CCI
- CCI-002530
- Version
- EX19-ED-000230
- Vuln IDs
-
- V-259637
- Rule IDs
-
- SV-259637r961608_rule
Checks: C-63376r942223_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-63284r942224_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
- EX19-ED-000231
- Vuln IDs
-
- V-259638
- Rule IDs
-
- SV-259638r961620_rule
Checks: C-63377r942226_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select-Object -Property Name, Identity, Banner If the value of "Banner" is not set to "220 SMTP Server Ready", this is a finding.
Fix: F-63285r942227_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
- EX19-ED-000232
- Vuln IDs
-
- V-259639
- Rule IDs
-
- SV-259639r961620_rule
Checks: C-63378r942229_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select-Object -Property Name, Identity, TlsAuthLevel If the value of "TlsAuthLevel" is not set to "DomainValidation", this is a finding.
Fix: F-63286r942230_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
- EX19-ED-000234
- Vuln IDs
-
- V-259640
- Rule IDs
-
- SV-259640r961632_rule
Checks: C-63379r942232_chk
Review the Email Domain Security Plan (EDSP). From a Mailbox server in the subscribed Edge Subscription site, determine if the Exchange servers are using redundancy by entering the following command: Get-EdgeSubscription If the value returned is not at least two Edge servers, this is a finding.
Fix: F-63287r942233_fix
Update the EDSP to reflect the Exchange servers used for redundancy. Configure and subscribe to two or more Edge servers for load balancing.
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- EX19-ED-000235
- Vuln IDs
-
- V-259641
- Rule IDs
-
- SV-259641r961632_rule
Checks: C-63380r942235_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select-Object -Property Name, Identity, AuthMechanism For each Receive connector, if the value of "AuthMechanism" is not set to "Tls", this is a finding.
Fix: F-63288r942236_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
- EX19-ED-000236
- Vuln IDs
-
- V-259642
- Rule IDs
-
- SV-259642r961632_rule
Checks: C-63381r942238_chk
Check the Email Domain Security Plan (EDSP) and determine which send connector is using which secure validation method. If no configuration setting is found, this is a finding. If using "DomainValidation", open the Exchange Management Shell and enter the following command: Get-SendConnector | Select-Object -Property Name, Identity, TlsDomain If the value of "TlsDomain" is not set to the value of the internal <'SMTP Domain'>, this is a finding. If using "DomainSecureEnabled", open the Exchange Management Shell and enter the following command: Get-SendConnector | Select-Object -Property Name, Identity, DomainSecureEnabled If the value of 'DomainSecureEnabled' is not set to 'True', this is a finding. Note: The wildcard character (*) is not supported in domains that are configured for mutual TLS authentication. The same domain must also be defined on the corresponding Receive connector and in the TLSReceiveDomainSecureList attribute of the transport configuration.
Fix: F-63289r942239_fix
If using "DomainValidation", open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'Identity'> -TlsDomain <InternalSMTPDomain> -TlsAuthLevel DomainValidation -RequireTLS $true If using "DomainSecureEnabled", open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'ReceiveConnector'> -DomainSecureEnabled $true Note: - To use DomainSecureEnabled, DNSRouting must be set to $true. - The same domain must also be defined on the corresponding Receive connector and in the TLSReceiveDomainSecureList attribute of the transport configuration.
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002420
- Version
- EX19-ED-000238
- Vuln IDs
-
- V-259643
- Rule IDs
-
- SV-259643r961638_rule
Checks: C-63382r942241_chk
Note: If using another DOD-approved anti-spam product for email or a DOD-approved Email Gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), 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' | Format-List 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-63290r942242_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
- SI-2
- Severity
- M
- CCI
- CCI-002605
- Version
- EX19-ED-000244
- Vuln IDs
-
- V-259644
- Rule IDs
-
- SV-259644r961683_rule
Checks: C-63383r942244_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeServer | Format-List Name, AdminDisplayVersion If the value of "AdminDisplayVersion" does not return the most current, approved CU, this is a finding.
Fix: F-63291r942245_fix
Install the most current, approved CU.