Microsoft Exchange 2013 Mailbox Server Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001403
- Version
- EX13-MB-000005
- Vuln IDs
-
- V-207267
- V-69941
- Rule IDs
-
- SV-207267r615936_rule
- SV-84563
Checks: C-7525r393314_chk
Open the Exchange Management Shell and enter the following command: Get-AdminAuditLogConfig | Select Name, AdminAuditLogEnabled If the value of AdminAuditLogEnabled is not set to True, this is a finding.
Fix: F-7525r393315_fix
Open the Exchange Management Shell and enter the following command: Set-AdminAuditLogConfig -AdminAuditLogEnabled $true
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- EX13-MB-000010
- Vuln IDs
-
- V-207268
- V-69943
- Rule IDs
-
- SV-207268r615936_rule
- SV-84565
Checks: C-7526r393317_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-7526r393318_fix
Remove the non-DoD certificate and import the correct DoD certificates.
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- EX13-MB-000015
- Vuln IDs
-
- V-207269
- V-69945
- Rule IDs
-
- SV-207269r615936_rule
- SV-84567
Checks: C-7527r393320_chk
Non-Enterprise Mail Check Content: Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Identity, AutoForwardEnabled If the value of AutoForwardEnabled is not set to False, this is a finding. Enterprise Mail Check Content: If the value of AutoForwardEnabled is set to True, this is not a finding. and In the Exchange Management Shell, enter the following command: Get-RemoteDomain If the value of RemoteDomain is not set to a .mil and/or .gov domain(s), this is a finding.
Fix: F-7527r393321_fix
Non-Enterprise Mail Fix Text: Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -AutoForwardEnabled $false Note: The <IdentityName> value must be in quotes. Enterprise Mail Fix Text: New-RemoteDomain -Name <NewRemoteDomainName> -DomainName <SMTP Address> Note: NewRemoteDomainName must either be a .mil or .gov domain. Set-RemoteDomain -Identity <'RemoteDomainIdentity'> -AutoForwardEnabled $true Note: The <RemoteDomainIdentity> value must be in quotes.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- EX13-MB-000020
- Vuln IDs
-
- V-207270
- V-69947
- Rule IDs
-
- SV-207270r615936_rule
- SV-84569
Checks: C-7528r393323_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-7528r393324_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-12
- Severity
- M
- CCI
- CCI-000169
- Version
- EX13-MB-000025
- Vuln IDs
-
- V-207271
- V-69949
- Rule IDs
-
- SV-207271r615936_rule
- SV-84571
Checks: C-7529r393326_chk
Open the Exchange Management Shell and enter the following command: Get-EventLogLevel If Diagnostic of any EventLevel is not set to Lowest, this is a finding.
Fix: F-7529r393327_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
- L
- CCI
- CCI-000169
- Version
- EX13-MB-000030
- Vuln IDs
-
- V-207272
- V-69951
- Rule IDs
-
- SV-207272r615936_rule
- SV-84573
Checks: C-7530r393329_chk
Open the Exchange Management Shell and enter the following command: Get-AdminAuditLogConfig | Select AdminAuditLogParameters Note: The value of {*} indicates all parameters are being audited. If the value of AdminAuditLogParameters is not set to {*}, this is a finding.
Fix: F-7530r393330_fix
Open the Exchange Management Shell and enter the following command: Set-AdminAuditLogConfig -AdminAuditLogParameters *
- RMF Control
- AU-3
- Severity
- L
- CCI
- CCI-000133
- Version
- EX13-MB-000035
- Vuln IDs
-
- V-207273
- V-69953
- Rule IDs
-
- SV-207273r615936_rule
- SV-84575
Checks: C-7531r393332_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, CircularLoggingEnabled If the value of CircularLoggingEnabled is not set to False, this is a finding.
Fix: F-7531r393333_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'IdentityName'> -CircularLoggingEnabled $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000133
- Version
- EX13-MB-000040
- Vuln IDs
-
- V-207274
- V-69955
- Rule IDs
-
- SV-207274r615936_rule
- SV-84577
Checks: C-7532r393335_chk
Open the Exchange Management Shell and enter the following command: Get-TransportService | Select Name, Identity, MessageTrackingLogSubjectLoggingEnabled If the value of “MessageTrackingLogSubjectLoggingEnabled” is not set to "False", this is a finding.
Fix: F-7532r393336_fix
Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> - MessageTrackingLogSubjectLoggingEnabled $False Note: The <IdentityName> value must be in quotes.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000133
- Version
- EX13-MB-000045
- Vuln IDs
-
- V-207275
- V-69957
- Rule IDs
-
- SV-207275r615936_rule
- SV-84579
Checks: C-7533r393338_chk
Open the Exchange Management Shell and enter the following command: Get-TransportService | Select Name, Identity, MessageTrackingLogEnabled If the value of MessageTrackingLogEnabled is not set to “True”, this is a finding.
Fix: F-7533r393339_fix
Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> - MessageTrackingLogEnabled $True Note: The <IdentityName> value must be in quotes.
- RMF Control
- AU-6
- Severity
- M
- CCI
- CCI-000154
- Version
- EX13-MB-000050
- Vuln IDs
-
- V-207276
- V-69959
- Rule IDs
-
- SV-207276r615936_rule
- SV-84581
Checks: C-7534r393341_chk
Note: If a third-party application is performing monitoring functions, the reviewer should verify the application is monitoring correctly and mark the vulnerability NA. Open the Exchange Management Shell and enter the following command: perfmon In the left pane, expand and navigate Performance >> Data Collector Sets >> User Defined. If no sets are defined or queues are not being monitored, this is a finding.
Fix: F-7534r393342_fix
Open the Exchange Management Shell and enter the following command: perfmon In the left pane, navigate to and select Performance >> Data Collector Sets >> User Defined. Right-click on, navigate to, and configure User Defined >> New >> Data Collector Sets and configure the system to use the data collection set for monitoring the queues.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX13-MB-000055
- Vuln IDs
-
- V-207277
- V-69961
- Rule IDs
-
- SV-207277r615936_rule
- SV-84583
Checks: C-7535r393344_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-7535r393345_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 process for each Exchange Server.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- EX13-MB-000060
- Vuln IDs
-
- V-207278
- V-69963
- Rule IDs
-
- SV-207278r615936_rule
- SV-84585
Checks: C-7536r393347_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-7536r393348_fix
Update the EDSP. Restrict any unauthorized groups' or users' read access to the audit logs.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX13-MB-000065
- Vuln IDs
-
- V-207279
- V-69965
- Rule IDs
-
- SV-207279r615936_rule
- SV-84587
Checks: C-7537r393350_chk
Open the Exchange Management Shell and enter the following command: Get-OrganizationConfig | Select CustomerFeedbackEnabled If the value for CustomerFeedbackEnabled is not set to False, this is a finding.
Fix: F-7537r393351_fix
Open the Exchange Management Shell and enter the following command: Set-OrganizationConfig -CustomerFeedbackEnabled $false
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000163
- Version
- EX13-MB-000070
- Vuln IDs
-
- V-207280
- V-69967
- Rule IDs
-
- SV-207280r615936_rule
- SV-84589
Checks: C-7538r393353_chk
Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have access to the audit data. If any group or user has modify privileges for the audit data that is not documented in the EDSP, this is a finding.
Fix: F-7538r393354_fix
Update the EDSP. Restrict any unauthorized groups' or users' modify permissions for the audit logs.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000164
- Version
- EX13-MB-000075
- Vuln IDs
-
- V-207281
- V-69969
- Rule IDs
-
- SV-207281r615936_rule
- SV-84591
Checks: C-7539r393356_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-7539r393357_fix
Update the EDSP. Restrict any unauthorized groups' or users' delete permissions for the audit logs.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-001348
- Version
- EX13-MB-000080
- Vuln IDs
-
- V-207282
- V-69971
- Rule IDs
-
- SV-207282r615936_rule
- SV-84593
Checks: C-7540r393359_chk
Review the Email Domain Security Plan (EDSP). Determine the audit logs' assigned partition. 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-7540r393360_fix
Update the EDSP. Configure the audit log location to be on a partition drive separate from the application.
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001749
- Version
- EX13-MB-000085
- Vuln IDs
-
- V-207283
- V-69973
- Rule IDs
-
- SV-207283r615936_rule
- SV-84595
Checks: C-7541r393362_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-7541r393363_fix
Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX13-MB-000090
- Vuln IDs
-
- V-207284
- V-69975
- Rule IDs
-
- SV-207284r615936_rule
- SV-84597
Checks: C-7542r393365_chk
Open the Windows Power Shell and enter the following command: Get-ItemProperty 'hklm:\system\currentcontrolset\services\MSExchangeIMAP4be' | Select Start Note: The hklm:\system\currentcontrolset\services\MSExchangeIMAP4 value must be in quotes. If the value of Start is not set to 4, this is a finding.
Fix: F-7542r393366_fix
Open the Windows Power Shell and enter the following command: services.msc Navigate to and double-click on Microsoft Exchange IMAP4 Backend. Click on the "General" tab. In the Startup Type: dropdown, select Disabled. Click the OK button.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- EX13-MB-000095
- Vuln IDs
-
- V-207285
- V-69977
- Rule IDs
-
- SV-207285r615936_rule
- SV-84599
Checks: C-7543r393368_chk
Open the Windows Power Shell and enter the following command: Get-ItemProperty 'hklm:\system\currentcontrolset\services\MSExchangePOP3be' | Select Start Note: The hklm:\system\currentcontrolset\services\MSExchangePOP3 value must be in quotes. If the value of Start is not set to 4, this is a finding.
Fix: F-7543r393369_fix
Open the Windows Power Shell and enter the following command: services.msc Navigate to and double-click on Microsoft Exchange POP3 Backend. Click on the "General" tab. In the Startup Type: dropdown, select Disabled. Click the OK button.
- RMF Control
- SC-2
- Severity
- M
- CCI
- CCI-001082
- Version
- EX13-MB-000100
- Vuln IDs
-
- V-207286
- V-69979
- Rule IDs
-
- SV-207286r615936_rule
- SV-84601
Checks: C-7544r393371_chk
Review the Email Domain Security Plan (EDSP). Determine the location where the Exchange Mailbox databases reside. Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, EdbFilePath Open Windows Explorer and navigate to and verify the mailbox databases are on a dedicated partition. If the mailbox databases are not on a dedicated partition, this is a finding.
Fix: F-7544r393372_fix
Update the EDSP. Configure the mailbox databases on a dedicated partition.
- RMF Control
- SC-20
- Severity
- M
- CCI
- CCI-001178
- Version
- EX13-MB-000105
- Vuln IDs
-
- V-207287
- V-69981
- Rule IDs
-
- SV-207287r615936_rule
- SV-84603
Checks: C-7545r393374_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, SmartHosts Identify the Internet-facing connectors. For each Send connector, if the value of SmartHosts does not return the Smart Host IP Address, this is a finding.
Fix: F-7545r393375_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -SmartHosts <'IP Address of Smart Host'> -DNSRoutingEnabled $false Note: The <IdentityName> and <IP Address of Smart Host> values must be in quotes. Repeat the procedure for each Send connector.
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX13-MB-000110
- Vuln IDs
-
- V-207288
- V-69983
- Rule IDs
-
- SV-207288r615936_rule
- SV-84605
Checks: C-7546r393377_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-7546r393378_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 procedures for each Receive connector.
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX13-MB-000115
- Vuln IDs
-
- V-207289
- V-69985
- Rule IDs
-
- SV-207289r615936_rule
- SV-84607
Checks: C-7547r611670_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-7547r611671_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
- SC-23
- Severity
- M
- CCI
- CCI-001184
- Version
- EX13-MB-000120
- Vuln IDs
-
- V-207290
- V-69987
- Rule IDs
-
- SV-207290r615936_rule
- SV-84609
Checks: C-7548r393383_chk
Review the Email Domain Security Plan (EDSP). Determine the internal SMTP Domain. Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity, TlsDomain For each Send connector, if the value of TlsDomain is not set to the value of the internal <SMTP Domain>, this is a finding.
Fix: F-7548r393384_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -TlsDomain <'SMTP Domain'> Note: The <IdentityName> and <SMTP Domain> values must be in quotes. Repeat the procedure for each Send connector.
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-001199
- Version
- EX13-MB-000125
- Vuln IDs
-
- V-207291
- V-69989
- Rule IDs
-
- SV-207291r615936_rule
- SV-84611
Checks: C-7549r393386_chk
If public folders are not used, this check is not applicable. Open the Exchange Management Shell and enter the following command: Get-PublicFolderDatabase | Select Name, Identity, RetainDeletedItemsUntilBackup If the value of RetainDeletedItemsUntilBackup is not set to True, this is a finding.
Fix: F-7549r393387_fix
Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase -Identity <'IdentityName'> -RetainDeletedItemsUntilBackup $true Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-28
- Severity
- L
- CCI
- CCI-001199
- Version
- EX13-MB-000130
- Vuln IDs
-
- V-207292
- V-69991
- Rule IDs
-
- SV-207292r615936_rule
- SV-84613
Checks: C-7550r393389_chk
If public folders are not used, this check is not applicable. Open the Exchange Management Shell and enter the following command: Get-PublicFolderDatabase| Select Name, Identity, AllowFileRestore If the value of AllowFileRestore is not set to False, this is a finding.
Fix: F-7550r393390_fix
Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase -Identity <'IdentityName'> -AllowFileRestore $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-001199
- Version
- EX13-MB-000135
- Vuln IDs
-
- V-207293
- V-69993
- Rule IDs
-
- SV-207293r615936_rule
- SV-84615
Checks: C-7551r393392_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase| Select Name, Identity, RetainDeletedItemsUntilBackup If the value of RetainDeletedItemsUntilBackup is not set to True, this is a finding.
Fix: F-7551r393393_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'IdentityName'> -RetainDeletedItemsUntilBackup $true Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-28
- Severity
- L
- CCI
- CCI-001199
- Version
- EX13-MB-000140
- Vuln IDs
-
- V-207294
- V-69995
- Rule IDs
-
- SV-207294r615936_rule
- SV-84617
Checks: C-7552r393395_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase| Select Name, Identity, AllowFileRestore If the value of AllowFileRestore is not set to False, this is a finding.
Fix: F-7552r393396_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'IdentityName'> -AllowFileRestore $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-001199
- Version
- EX13-MB-000145
- Vuln IDs
-
- V-207295
- V-69997
- Rule IDs
-
- SV-207295r615936_rule
- SV-84619
Checks: C-7553r393398_chk
Review the Email Domain Security Plan (EDSP). Determine any accounts that have been authorized to have email auto-forwarded. Note: If email auto-forwarding is not being used, this check is not applicable. . Open the Exchange Management Shell and enter the following commands: Get-Mailbox | select Name, ForwardingSMTPAddress If any user has a forwarding SMTP address and is not documented in the EDSP, this is a finding. Note: If no remote SMTP domain matching the mail-enabled user or contact that allows forwarding is configured for users identified with a forwarding address, this function will not work properly.
Fix: F-7553r393399_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-Mailbox | select Name, ForwardingSMTPAddress $null
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-001199
- Version
- EX13-MB-000150
- Vuln IDs
-
- V-207296
- V-69999
- Rule IDs
-
- SV-207296r615936_rule
- SV-84621
Checks: C-7554r393401_chk
Review the Email Domain Security Plan (EDSP). Determine any accounts that have been authorized to have email auto-forwarded. Note: If email auto-forwarding is not being used, this check is not applicable. Open the Exchange Management Shell and enter the following commands: Get-RemoteDomain | Select Name, Identity, DomainName, AutoForwardEnabled If any domain for a user forwarding SMTP address is not documented in the EDSP, this is a finding. Note: If no remote SMTP domain matching the mail-enabled user or contact that allows forwarding is configured for users identified with a forwarding address, this function will not work properly.
Fix: F-7554r393402_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set- RemoteDomain -Identity <RemoteDomainIdParameter>
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001094
- Version
- EX13-MB-000155
- Vuln IDs
-
- V-207297
- V-70001
- Rule IDs
-
- SV-207297r615936_rule
- SV-84623
Checks: C-7555r393404_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, ProhibitSendReceiveQuota If the value of ProhibitSendReceiveQuota is not set to Unlimited, this is a finding. or If the value of ProhibitSendReceiveQuote is set to an alternate value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-7555r393405_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'IdentityName'> -ProhibitSendReceiveQuota Unlimited Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001094
- Version
- EX13-MB-000160
- Vuln IDs
-
- V-207298
- V-70003
- Rule IDs
-
- SV-207298r615936_rule
- SV-84625
Checks: C-7556r393407_chk
Review the Email Domain Security Plan (EDSP). Determine the value for Prohibit Send Quota Limit. Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, ProhibitSendQuota If the value of ProhibitSendQuota is not set to the site's Prohibit Send Quota Limit, this is a finding.
Fix: F-7556r393408_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'IdentityName'> -ProhibitSendQuota <'QuotaLimit'> Note: The <IdentityName> and <QuotaLimit> values must be in quotes.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001094
- Version
- EX13-MB-000165
- Vuln IDs
-
- V-207299
- V-70005
- Rule IDs
-
- SV-207299r615936_rule
- SV-84627
Checks: C-7557r393410_chk
Review the Email Domain Security Plan (EDSP). Determine the value for Issue Warning Quota. Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, IssueWarningQuota If the value of IssueWarningQuota is not set to the site's Issue Warning Quota, this is a finding.
Fix: F-7557r393411_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'IdentityName'> -IssueWarningQuota <'WarningQuota'> Note: The <IdentityName> and <WarningQuota> values must be in quotes.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001094
- Version
- EX13-MB-000170
- Vuln IDs
-
- V-207300
- V-70007
- Rule IDs
-
- SV-207300r615936_rule
- SV-84629
Checks: C-7558r393413_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, MountAtStartup If the value of MountAtStartup is not set to True, this is a finding.
Fix: F-7558r393414_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'IdentityName'> -MountAtStartup $true Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000175
- Vuln IDs
-
- V-207301
- V-70009
- Rule IDs
-
- SV-207301r615936_rule
- SV-84631
Checks: C-7559r393416_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message receive size and whether signoff with risk acceptance is documented for the Receive connector to have a different value. Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, MaxMessageSize Identify Internet-facing connectors. For each Receive 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 global value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-7559r393417_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxMessageSize <'MaxReceiveSize'> Note: The <IdentityName> and <MaxReceiveSize> values must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000180
- Vuln IDs
-
- V-207302
- V-70011
- Rule IDs
-
- SV-207302r615936_rule
- SV-84633
Checks: C-7560r393419_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, evaluate the MaxRecipientsPerMessage value. For each Receive connector, if the value of MaxRecipientsPerMessage is not set to 5000, this is a finding. or If the value of Maximum Recipients per Message is set to a value other than 5000 and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-7560r393420_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -MaxRecipientsPerMessage 5000 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000185
- Vuln IDs
-
- V-207303
- V-70013
- Rule IDs
-
- SV-207303r615936_rule
- SV-84635
Checks: C-7561r393422_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity Review the naming for connectors. If the connectors are not clearly named for purpose and direction, this is a finding.
Fix: F-7561r393423_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Name <'NewReceiveConnectorName'> -Identity <'IdentityName'> Note: Both the <NewSendReceiveName> and <IdentityName> value must be in quotes.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000190
- Vuln IDs
-
- V-207304
- V-70015
- Rule IDs
-
- SV-207304r615936_rule
- SV-84637
Checks: C-7562r393425_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, 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 in the EDSP, this is not a finding.
Fix: F-7562r393426_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -MaxHopCount 60 or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedure for each Receive connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000195
- Vuln IDs
-
- V-207305
- V-70017
- Rule IDs
-
- SV-207305r615936_rule
- SV-84639
Checks: C-7563r393428_chk
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity Determine the naming for the Send connectors. For each Send connector, if the connectors are not clearly named for purpose and direction, this is a finding.
Fix: F-7563r393429_fix
Open the Exchange Management Shell and enter the following command: Set-SendConnector -Name <'NewSendConnectorName'> -Identity <'IdentityName'> Note: Both the <NewSendConnectorName> and <IdentityName> value must be in quotes. Repeat the procedure for each Send connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000200
- Vuln IDs
-
- V-207306
- V-70019
- Rule IDs
-
- SV-207306r615936_rule
- SV-84641
Checks: C-7564r393431_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-7564r393432_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -TransientFailureRetryCount 10 Note: The <ServerIdentity> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000205
- Vuln IDs
-
- V-207307
- V-70021
- Rule IDs
-
- SV-207307r615936_rule
- SV-84643
Checks: C-7565r393434_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-7565r393435_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -MaxMessageSize <MaxSendSize> Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Repeat the procedures for each Send connector.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000210
- Vuln IDs
-
- V-207308
- V-70023
- Rule IDs
-
- SV-207308r615936_rule
- SV-84645
Checks: C-7566r393437_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-7566r393438_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportServer -Identity <'IdentityName'> -MaxOutboundConnections 1000 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000215
- Vuln IDs
-
- V-207309
- V-70025
- Rule IDs
-
- SV-207309r615936_rule
- SV-84647
Checks: C-7567r393440_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message receive size. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Select Name, Identity, MaxReceiveSize If the value of MaxReceiveSize is not set to 10MB, this is a finding. or If the value of MaxReceiveSize is set to an alternate value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-7567r393441_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportConfig -MaxReceiveSize 10MB or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000220
- Vuln IDs
-
- V-207310
- V-70027
- Rule IDs
-
- SV-207310r615936_rule
- SV-84649
Checks: C-7568r393443_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message send size. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Select Name, Identity, MaxSendSize If the value of MaxSendSize is not set to 10MB, this is a finding. or If the value of MaxSendSize is set to an alternate value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-7568r393444_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportConfig -MaxSendSize 10MB or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000225
- Vuln IDs
-
- V-207311
- V-70029
- Rule IDs
-
- SV-207311r615936_rule
- SV-84651
Checks: C-7569r393446_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-7569r393447_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportService -Identity <'IdentityName'> -MaxPerDomainOutboundConnections 20 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-001095
- Version
- EX13-MB-000230
- Vuln IDs
-
- V-207312
- V-70031
- Rule IDs
-
- SV-207312r615936_rule
- SV-84653
Checks: C-7570r393449_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-7570r393450_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-SendConnector -Identity <'IdentityName'> -ConnectionInactivityTimeOut 00:10:00 Note: The <IdentityName> value must be in quotes. or The value as identified by the EDSP that has obtained a signoff with risk acceptance.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-MB-000235
- Vuln IDs
-
- V-207313
- V-70033
- Rule IDs
-
- SV-207313r615936_rule
- SV-84655
Checks: C-7571r393452_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 receive connector, this is a finding.
Fix: F-7571r393453_fix
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -PermissionGroups and enter a valid value user group. Note: The <IdentityName> value must be in quotes. Example: Set-ReceiveConnector -Identity <'IdentityName'> -PermissionGroups ExchangeUsers This is an Example only: Set-ReceiveConnector -Identity <'IdentityName'> -PermissionGroups ExchangeUsers Repeat the procedures for each Receive connector.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-MB-000240
- Vuln IDs
-
- V-207314
- V-70035
- Rule IDs
-
- SV-207314r615936_rule
- SV-84657
Checks: C-7572r393455_chk
Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, DomainName, Identity, AllowedOOFType If the value of AllowedOOFType is not set to InternalLegacy, this is a finding.
Fix: F-7572r393456_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -AllowedOOFType 'InternalLegacy' Note: The <IdentityName> and InternalLegacy values must be in quotes.
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-MB-000245
- Vuln IDs
-
- V-207315
- V-70037
- Rule IDs
-
- SV-207315r615936_rule
- SV-84659
Checks: C-7573r393458_chk
Update the EDSP. Note: If using another DoD-approved antispam product for email or a DoD-approved email gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), this is not applicable. Open the Exchange Management Shell and enter the following command: Get-ContentFilterConfig | Format-Table Name,Enabled If no value is returned, this is a finding.
Fix: F-7573r393459_fix
Update the EDSP. Install the AntiSpam module. Open the Exchange Management Shell and enter the following command: & $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-MB-000250
- Vuln IDs
-
- V-207316
- V-70039
- Rule IDs
-
- SV-207316r615936_rule
- SV-84661
Checks: C-7574r393461_chk
Review the Email Domain Security Plan (EDSP). Note: If using another DoD-approved antispam product for email or a DoD-approved email gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), this is not applicable. Open the Exchange Management Shell and enter the following command: Get-ContentFilterConfig | Format-Table Name,Enabled; Get-SenderFilterConfig | Format-Table Name,Enabled; Get-SenderIDConfig | Format-Table Name,Enabled; Get-SenderReputationConfig | Format-Table Name,Enabled If any of the following values returned are not set to True, this is a finding: Set-ContentFilterConfig Set-SenderFilterConfig Set-SenderIDConfig Set-SenderReputationConfig
Fix: F-7574r393462_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command for any values that were not set to True: Set-ContentFilterConfig -Enabled $true Set-SenderFilterConfig -Enabled $true Set-SenderIDConfig -Enabled $true Set-SenderReputationConfig -Enabled $true
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-MB-000255
- Vuln IDs
-
- V-207317
- V-70041
- Rule IDs
-
- SV-207317r615936_rule
- SV-84663
Checks: C-7575r393464_chk
Review the Email Domain Security Plan (EDSP). Note: If using another DoD-approved antispam product for email or a DoD-approved email gateway spamming device, such as Enterprise Email Security Gateway (EEMSG), this is not applicable. Determine the Internal SMTP servers. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Format-List InternalSMTPServers If any internal SMTP server IP address returned does not reflect the list of accepted SMTP server IPs, this is a finding.
Fix: F-7575r393465_fix
Note: Configure the IP addresses of every internal SMTP server. If the Mailbox server is the only SMTP server running the antispam agents, configure the IP address of the Mailbox server. Update the EDSP. Open the Exchange Management Shell and enter the following command: Single SMTP server address: Set-TransportConfig -InternalSMTPServers @{Add='<ip address1>'} Multiple SMTP server addresses: Set-TransportConfig -InternalSMTPServers @{Add='<ip address1>','<ip address2>'}
- RMF Control
- SI-8
- Severity
- M
- CCI
- CCI-001308
- Version
- EX13-MB-000260
- Vuln IDs
-
- V-207318
- V-70043
- Rule IDs
-
- SV-207318r615936_rule
- SV-84665
Checks: C-7576r393467_chk
Note: Automated replies to .MIL or .GOV sites are allowed. Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, Identity, AutoReplyEnabled If the value of “AutoReplyEnabled” is set to “True” and is configured to only Reply to .MIL or .GOV sites, this is not a finding. If the value of AutoReplyEnabled is not set to False, this is a finding.
Fix: F-7576r393468_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -AutoReplyEnabled $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SI-8
- Severity
- H
- CCI
- CCI-001308
- Version
- EX13-MB-000265
- Vuln IDs
-
- V-207319
- V-70045
- Rule IDs
-
- SV-207319r615936_rule
- SV-84667
Checks: C-7577r393470_chk
Review the Email Domain Security Plan (EDSP). Determine the antivirus strategy. Verify the email-aware antivirus scanner product is Exchange 2013 compatible and DoD-approved. If email servers are using an email-aware antivirus scanner product that is not DoD-approved and Exchange 2013 compatible, this is a finding.
Fix: F-7577r393471_fix
Update the EDSP. Install and configure a DoD-approved compatible Exchange 2013 email-aware antivirus scanner product.
- RMF Control
- SI-8
- Severity
- L
- CCI
- CCI-001308
- Version
- EX13-MB-000270
- Vuln IDs
-
- V-207320
- V-70047
- Rule IDs
-
- SV-207320r615936_rule
- SV-84669
Checks: C-7578r393473_chk
Review the Email Domain Security Plan (EDSP). Determine the global maximum message recipient count. Open the Exchange Management Shell and enter the following command: Get-TransportConfig | Select Name, Identity, MaxRecipientEnvelopeLimit If the value of MaxRecipientEnvelopeLimit is not set to 5000, this is a finding. or If the value of MaxRecipientEnvelopeLimit value is set to an alternate value and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-7578r393474_fix
Update the EDSP. Set-TransportConfig -MaxRecipientEnvelopeLimit 5000 or The value as identified by the EDSP that has obtained a signoff with risk acceptance. Restart the Microsoft Exchange Information Store service.
- RMF Control
- AC-12
- Severity
- L
- CCI
- CCI-002361
- Version
- EX13-MB-000275
- Vuln IDs
-
- V-207321
- V-70049
- Rule IDs
-
- SV-207321r615936_rule
- SV-84671
Checks: C-7579r393476_chk
Review the Email Domain Security Plan (EDSP). Determine the Connection Timeout value. Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, ConnectionTimeout For each Receive connector, if the value of ConnectionTimeout is not set to 00:10:00, this is a finding. or If ConnectionTimeout is set to other than 00:10:00 and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix: F-7579r393477_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -ConnectionTimeout 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.
- RMF Control
- AU-7
- Severity
- L
- CCI
- CCI-001879
- Version
- EX13-MB-000280
- Vuln IDs
-
- V-207322
- V-70051
- Rule IDs
-
- SV-207322r615936_rule
- SV-84673
Checks: C-7580r393479_chk
If public folders are not used, this check is not applicable. Review the Email Domain Security Plan (EDSP). Determine the value for ProhibitPostQuota. Open the Exchange Management Shell and enter the following command: Get-PublicFolderDatabase | Select Name, Identity, ProhibitPostQuota If the value of ProhibitPostQuota is not set to the ProhibitPostQuota values documented in the EDSP, this is a finding.
Fix: F-7580r393480_fix
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase -Identity <'IdentityName'> -ProhibitPostQuota <'QuotaLimit'> Note: The <IdentityName> and <QuotaLimit> values must be in quotes.
- RMF Control
- CM-11
- Severity
- M
- CCI
- CCI-001812
- Version
- EX13-MB-000285
- Vuln IDs
-
- V-207323
- V-70067
- Rule IDs
-
- SV-207323r615936_rule
- SV-84689
Checks: C-7581r393482_chk
Review the Email Domain Security Plan (EDSP). Determine the authorized groups and users that have access to the Exchange application directories. Verify the access permissions on the directory match the access permissions listed in the EDSP. If any group or user has different access permissions, this is a finding. Note: The default installation directory is \Program Files\Microsoft\Exchange Server\V15.
Fix: F-7581r393483_fix
Update the EDSP. Navigate to the Exchange application directory and remove or modify the group or user access permissions. Note: The default installation directory is \Program Files\Microsoft\Exchange Server\V15.
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001813
- Version
- EX13-MB-000290
- Vuln IDs
-
- V-207324
- V-70069
- Rule IDs
-
- SV-207324r615936_rule
- SV-84691
Checks: C-7582r393485_chk
Review the Email Domain Security Plan (EDSP). Determine the software baseline. 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-7582r393486_fix
Implement an email software baseline process and update the EDSP.
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001814
- Version
- EX13-MB-000295
- Vuln IDs
-
- V-207325
- V-70071
- Rule IDs
-
- SV-207325r615936_rule
- SV-84693
Checks: C-7583r393488_chk
Review the Email Domain Security Plan (EDSP). Determine whether the site monitors system files (e.g., *.exe, *.bat, *.com, *.cmd, and *.dll) on servers for unauthorized changes against a baseline on a weekly basis. If software files are not monitored for unauthorized changes, this is a finding. Note: A properly configured HBSS Policy Auditor File Integrity Monitor (FIM) module will meet the requirement for file integrity checking. The Asset module within HBSS does not meet this requirement.
Fix: F-7583r393489_fix
Update the EDSP. Monitor the software files (e.g., *.exe, *.bat, *.com, *.cmd, and *.dll) on Exchange servers for unauthorized changes against a baseline on a weekly basis. Note: This can be done with the use of various monitoring tools.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001762
- Version
- EX13-MB-000300
- Vuln IDs
-
- V-207326
- V-70073
- Rule IDs
-
- SV-207326r615936_rule
- SV-84695
Checks: C-7584r393491_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. If any undocumented or unnecessary services are running, this is a finding.
Fix: F-7584r393492_fix
Update the EDSP with the services required for the system to function. Remove or disable any services that are not required.
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-001953
- Version
- EX13-MB-000305
- Vuln IDs
-
- V-207327
- V-70075
- Rule IDs
-
- SV-207327r615936_rule
- SV-84697
Checks: C-7585r393494_chk
Open the Exchange Management Shell and enter the following command: Get-OutlookAnywhere Get-OutlookAnywhere | Select Name, Identity, InternalClientAuthenticationMethod, ExternalClientAuthenticationMethod If the value of InternalClientAuthenticationMethod and the value of ExternalClientAuthenticationMethod is not set to NTLM, this is a finding.
Fix: F-7585r393495_fix
Open the Exchange Management Shell and enter the following command: For InternalClientAuthenticationMethod: Set-OutlookAnywhere -Identity '<IdentityName'> -InternalClientAuthenticationMethod NTLM For ExternalClientAuthenticationMethod: Set-OutlookAnywhere -Identity '<IdentityName'> -ExternalClientAuthenticationMethod NTLM
- RMF Control
- SC-39
- Severity
- M
- CCI
- CCI-002530
- Version
- EX13-MB-000310
- Vuln IDs
-
- V-207328
- V-70077
- Rule IDs
-
- SV-207328r615936_rule
- SV-84699
Checks: C-7586r393497_chk
Review the Email Domain Security Plan (EDSP). Determine the directory Exchange is installed. Open Windows Explorer. Navigate to 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 (unless approved by the ISSO), this is not a finding.
Fix: F-7586r393498_fix
Update the EDSP. Install Exchange on a dedicated application directory or partition separate than that of the OS.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-MB-000315
- Vuln IDs
-
- V-207329
- V-70079
- Rule IDs
-
- SV-207329r615936_rule
- SV-84701
Checks: C-7587r393500_chk
Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Identity, DeliveryReportEnabled If the value of DeliveryReportEnabled is not set to False, this is a finding.
Fix: F-7587r393501_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -DeliveryReportEnabled $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-MB-000320
- Vuln IDs
-
- V-207330
- V-70081
- Rule IDs
-
- SV-207330r615936_rule
- SV-84703
Checks: C-7588r393503_chk
Open the Exchange Management Shell and enter the following command: Get-RemoteDomain | Select Name, Identity, NDREnabled If the value of NDREnabled is not set to False, this is a finding.
Fix: F-7588r393504_fix
Open the Exchange Management Shell and enter the following command: Set-RemoteDomain -Identity <'IdentityName'> -NDREnabled $false Note: The <IdentityName> value must be in quotes.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-MB-000325
- Vuln IDs
-
- V-207331
- V-70065
- Rule IDs
-
- SV-207331r615936_rule
- SV-84687
Checks: C-7589r393506_chk
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, Banner For each Receive connector, if the value of Banner is not set to 220 SMTP Server Ready, this is a finding.
Fix: F-7589r393507_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. Repeat the procedures for each Receive connector.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- EX13-MB-000335
- Vuln IDs
-
- V-207332
- V-70061
- Rule IDs
-
- SV-207332r615936_rule
- SV-84683
Checks: C-7590r393509_chk
Review the Email Domain Security Plan (EDSP). Determine if the Exchange Mailbox databases are using redundancy. Open an Exchange Admin Center. Navigate to and select Microsoft Exchange >> Microsoft Exchange On - Premises <server.domain> >> Organization Configuration >> Mailbox. In the right pane, if two or more Mailbox servers are not listed, this is a finding. Note: The EDSP must indicate what availability the system must have, as approved by the ISSO. This can be used for justification when determining finding and possibly a severity downgrade.
Fix: F-7590r393510_fix
Update the EDSP. Add two or more Mailbox servers to the database availability group.
- RMF Control
- SI-2
- Severity
- M
- CCI
- CCI-002605
- Version
- EX13-MB-000340
- Vuln IDs
-
- V-207333
- V-70059
- Rule IDs
-
- SV-207333r615936_rule
- SV-84681
Checks: C-7591r393512_chk
Determine the most current, approved service pack. 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-7591r393513_fix
Install the most current, approved service pack.
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- EX13-MB-000345
- Vuln IDs
-
- V-207334
- V-70057
- Rule IDs
-
- SV-207334r615936_rule
- SV-84679
Checks: C-7592r393515_chk
If public folders are not used, this check is not applicable. Open the Exchange Management Shell and enter the following command: Get-PublicFolderDatabase | Select Name, Identity, MountAtStartup If the value of MountAtStartup is not set to True, this is a finding.
Fix: F-7592r393516_fix
Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase -Identity <'IdentityName'> -MountAtStartup $true Note: The <IdentityName> value must be in quotes.
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001242
- Version
- EX13-MB-003030
- Vuln IDs
-
- V-207335
- V-70055
- Rule IDs
-
- SV-207335r615936_rule
- SV-84677
Checks: C-7593r393518_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-7593r393519_fix
Open the Exchange Management Shell and enter the following command: & env:ExchangeInstallPath\Scripts\Disable-Antimalwarescanning.ps1
- RMF Control
- SI-3
- Severity
- M
- CCI
- CCI-001242
- Version
- EX13-MB-003031
- Vuln IDs
-
- V-207336
- V-70053
- Rule IDs
-
- SV-207336r615936_rule
- SV-84675
Checks: C-7594r393521_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-7594r393522_fix
Following vendor best practice guidance, install and configure the third party malicious code protection application.