Microsoft Exchange 2013 Mailbox Server Security Technical Implementation Guide

  • Version/Release: V2R2
  • Published: 2021-12-16
  • Expand All:
  • Severity:
  • Sort:
Compare

Select any two versions of this STIG to compare the individual requirements

View

Select any old version/release of this STIG to view the previous requirements

This Security Technical Implementation Guide is published as a tool to improve the security of Department of Defense (DoD) information systems. The requirements are derived from the National Institute of Standards and Technology (NIST) 800-53 and related documents. Comments or proposed revisions to this document should be sent via email to the following address: disa.stig_spt@mail.mil.
b
Exchange must have Administrator audit logging enabled.
AC-2 - Medium - CCI-001403 - V-207267 - SV-207267r615936_rule
RMF Control
AC-2
Severity
Medium
CCI
CCI-001403
Version
EX13-MB-000005
Vuln IDs
  • V-207267
  • V-69941
Rule IDs
  • SV-207267r615936_rule
  • SV-84563
Unauthorized or malicious data changes can compromise the integrity and usefulness of the data. Automated attacks or malicious users with elevated privileges have the ability to effect change using the same mechanisms as email administrators. Auditing changes to access mechanisms not only supports accountability and nonrepudiation for those authorized to define the environment but also enables investigation of changes made by others who may not be authorized. Note: This administrator auditing feature audits all exchange changes regardless of the users' assigned role or permissions.
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

b
Exchange Servers must use approved DoD certificates.
AC-3 - Medium - CCI-000213 - V-207268 - SV-207268r615936_rule
RMF Control
AC-3
Severity
Medium
CCI
CCI-000213
Version
EX13-MB-000010
Vuln IDs
  • V-207268
  • V-69943
Rule IDs
  • SV-207268r615936_rule
  • SV-84565
Server certificates are required for many security features in Exchange; without them, the server cannot engage in many forms of secure communication. Failure to implement valid certificates makes it virtually impossible to secure Exchange's communications.
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.

b
Exchange auto-forwarding email to remote domains must be disabled or restricted.
AC-4 - Medium - CCI-001368 - V-207269 - SV-207269r615936_rule
RMF Control
AC-4
Severity
Medium
CCI
CCI-001368
Version
EX13-MB-000015
Vuln IDs
  • V-207269
  • V-69945
Rule IDs
  • SV-207269r615936_rule
  • SV-84567
Attackers can use automated messages to determine whether a user account is active, in the office, traveling, and so on. An attacker might use this information to conduct future attacks. Verify Automatic Forwards to remote domains are disabled, except for enterprise mail that must be restricted to forward-only to .mil and .gov. domains. Before enabling this setting, first configure a remote domain.
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.

b
Exchange Connectivity logging must be enabled.
AU-12 - Medium - CCI-000169 - V-207270 - SV-207270r615936_rule
RMF Control
AU-12
Severity
Medium
CCI
CCI-000169
Version
EX13-MB-000020
Vuln IDs
  • V-207270
  • V-69947
Rule IDs
  • SV-207270r615936_rule
  • SV-84569
A connectivity log is a record of the SMTP connection activity of the outbound message delivery queues to the destination Mailbox server, smart host, or domain. Connectivity logging is available on Hub Transport servers and Edge Transport servers. By default, connectivity logging is disabled. If events are not recorded, it may be difficult or impossible to determine the root cause of system problems or the unauthorized activities of malicious users. Note: Transport configuration settings apply to the organization/global level of the Exchange SMTP path. By checking and setting them at the Hub server, the setting will apply to both Hub and Edge roles.
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.

b
The Exchange Email Diagnostic log level must be set to the lowest level.
AU-12 - Medium - CCI-000169 - V-207271 - SV-207271r615936_rule
RMF Control
AU-12
Severity
Medium
CCI
CCI-000169
Version
EX13-MB-000025
Vuln IDs
  • V-207271
  • V-69949
Rule IDs
  • SV-207271r615936_rule
  • SV-84571
Log files help establish a history of activities, and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Diagnostic logging, however, characteristically produces large volumes of data and requires care in managing the logs to prevent risk of disk capacity denial-of-service conditions. Exchange diagnostic logging is broken up into 29 main "services", each of which has anywhere from 2 to 26 "categories" of events to be monitored. Moreover, each category may be set to one of four levels of logging: Lowest, Low, Medium, and High, depending on how much detail one desires. The higher the level of detail, the more disk space required to store the audit material. Diagnostic logging is intended to help administrators debug problems with their systems, not as a general-purpose auditing tool. Because the diagnostic logs collect a great deal of information, the log files may grow large very quickly. Diagnostic log levels may be raised for limited periods of time when attempting to debug relevant pieces of Exchange functionality. Once debugging has finished, diagnostic log levels should be reduced again.
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.

a
Exchange Audit record parameters must be set.
AU-12 - Low - CCI-000169 - V-207272 - SV-207272r615936_rule
RMF Control
AU-12
Severity
Low
CCI
CCI-000169
Version
EX13-MB-000030
Vuln IDs
  • V-207272
  • V-69951
Rule IDs
  • SV-207272r615936_rule
  • SV-84573
Log files help establish a history of activities, and can be useful in detecting attack attempts. This item declares the fields that must be available in the audit log file in order to adequately research events that are logged. Audit records should include the following fields to supply useful event accounting: Object modified, Cmdlet name, Cmdlet parameters, Modified parameters, Caller, Succeeded, and Originating server.
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 *

a
Exchange Circular Logging must be disabled.
AU-3 - Low - CCI-000133 - V-207273 - SV-207273r615936_rule
RMF Control
AU-3
Severity
Low
CCI
CCI-000133
Version
EX13-MB-000035
Vuln IDs
  • V-207273
  • V-69953
Rule IDs
  • SV-207273r615936_rule
  • SV-84575
Logging provides a history of events performed and can also provide evidence of tampering or attack. Failure to create and preserve logs adds to the risk that suspicious events may go unnoticed and raises the potential that insufficient history will be available to investigate them. This setting controls how log files are written. If circular logging is enabled, there is one log file stored with a default size of 1024 KB. Once the size limit has been reached, additional log entries overwrite the oldest log entries. If circular logging is disabled, once a log file reaches the size limit, a new log file is created. Mailbox should not use circular logging. Logs should be written to a partition separate from the operating system, with log protection and backups being incorporated into the overall System Security plan.
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.

b
Exchange Email Subject Line logging must be disabled.
AU-3 - Medium - CCI-000133 - V-207274 - SV-207274r615936_rule
RMF Control
AU-3
Severity
Medium
CCI
CCI-000133
Version
EX13-MB-000040
Vuln IDs
  • V-207274
  • V-69955
Rule IDs
  • SV-207274r615936_rule
  • SV-84577
Log files help establish a history of activities and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. When “message tracking” is enabled, only the sender, recipients, time, and other delivery information are included by default. Information such as the subject and message body is not included. However, the absence of the message subject line can make it difficult to locate a specific message in the log unless one knows roughly what time the message was sent. To simplify searches through these logs, Exchange offers the ability to include the message “subject line” in the log files and in the Message Tracking Center display. This can make it significantly easier to locate a specific message. This feature creates larger log files and will contain information that may raise privacy and legal concerns. Enterprise policy should be consulted before this feature is enabled. Also, since the log files may contain sensitive information in the form of the subject line, the log files will need to be protected, commensurate with the sensitivity level, as the content may be of interest to an attacker. For these reasons, it is recommended that subject logging not be enabled during regular production operations. Instead, treat this feature as a diagnostic that can be used if needed. The tradeoff is that finding the correct message in the message tracking logs will become more difficult since the administrator will need to search using only the time the message was sent and the message’s sender. This control will have no effect unless Message Tracking is enabled. However, the setting should be disabled in case message tracking is enabled in the future.
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.

b
Exchange Message Tracking Logging must be enabled.
AU-3 - Medium - CCI-000133 - V-207275 - SV-207275r615936_rule
RMF Control
AU-3
Severity
Medium
CCI
CCI-000133
Version
EX13-MB-000045
Vuln IDs
  • V-207275
  • V-69957
Rule IDs
  • SV-207275r615936_rule
  • SV-84579
A message tracking log provides a detailed log of all message activity as messages are transferred to and from a computer running Exchange. If events are not recorded, it may be difficult or impossible to determine the root cause of system problems or the unauthorized activities of malicious users.
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.

b
Exchange Queue monitoring must be configured with threshold and action.
AU-6 - Medium - CCI-000154 - V-207276 - SV-207276r615936_rule
RMF Control
AU-6
Severity
Medium
CCI
CCI-000154
Version
EX13-MB-000050
Vuln IDs
  • V-207276
  • V-69959
Rule IDs
  • SV-207276r615936_rule
  • SV-84581
Monitors are automated "process watchers" that respond to performance changes and can be useful in detecting outages and alerting administrators where attention is needed. Exchange has built-in monitors that enable the administrator to generate alerts if thresholds are reached, better enabling them to react in a timely fashion. This field offers choices of alerts when a "warning" or "critical" threshold is reached on the SMTP queue. A good rule of thumb (default) is to issue warnings when SMTP queue growth exceeds 10 minutes and critical messages when it exceeds 20 minutes, which should only exist occasionally. Frequent alerts against this counter may indicate a network or other issue (such as inbound ExchangeMER traffic) that directly impacts email delivery. Notification choices include email alert to an email-enabled account (for example, an email Administrator) or invoke a script to take other action (for example, to add an Event to the Microsoft Application Event Log, where external monitors might detect it).
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 &gt;&gt; Data Collector Sets &gt;&gt; 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.

b
Exchange Send Fatal Errors to Microsoft must be disabled.
CM-7 - Medium - CCI-000381 - V-207277 - SV-207277r615936_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-MB-000055
Vuln IDs
  • V-207277
  • V-69961
Rule IDs
  • SV-207277r615936_rule
  • SV-84583
It is detrimental for applications to provide, or install by default, functionality exceeding requirements or mission objectives. These unnecessary capabilities or services are often overlooked and therefore may remain unsecured. They increase the risk to the platform by providing additional attack vectors. Applications are capable of providing a wide variety of functions and services. Some of the functions and services, provided by default, may not be necessary to support essential organizational operations (e.g., key missions, functions). Examples of non-essential capabilities include, but are not limited to, advertising software or browser plug-ins not related to requirements or providing a wide array of functionality not required for every mission, but cannot be disabled. All system errors in Exchange will result in outbound traffic that may be identified by an eavesdropper. For this reason, the "Report Fatal Errors to Microsoft" feature must be disabled.
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.

b
Exchange must protect audit data against unauthorized read access.
AU-9 - Medium - CCI-000162 - V-207278 - SV-207278r811167_rule
RMF Control
AU-9
Severity
Medium
CCI
CCI-000162
Version
EX13-MB-000060
Vuln IDs
  • V-207278
  • V-69963
Rule IDs
  • SV-207278r811167_rule
  • SV-84585
Log files help establish a history of activities and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive and in need of protection. Audit data available for modification by a malicious user can be altered to conceal malicious activity. Audit data might also provide a means for the malicious user to plan unauthorized activities that exploit weaknesses. The contents of audit logs are protected against unauthorized access, modification, or deletion. Only authorized auditors and the audit functions should be granted Read and Write access to audit log data.
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-7536r811166_fix

Update the EDSP. Restrict any unauthorized groups' or users' read access to the audit logs. By default, the logs are located on the application partition in \Program Files\Microsoft\Exchange Server\V15\Logging

b
Exchange must not send Customer Experience reports to Microsoft.
CM-7 - Medium - CCI-000381 - V-207279 - SV-207279r615936_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-MB-000065
Vuln IDs
  • V-207279
  • V-69965
Rule IDs
  • SV-207279r615936_rule
  • SV-84587
It is detrimental for applications to provide, or install by default, functionality exceeding requirements or mission objectives. These unnecessary capabilities or services are often overlooked and therefore may remain unsecured. They increase the risk to the platform by providing additional attack vectors. Applications are capable of providing a wide variety of functions and services. Some of the functions and services, provided by default, may not be necessary to support essential organizational operations (e.g., key missions, functions). Examples of non-essential capabilities include, but are not limited to, advertising software or browser plug-ins not related to requirements or providing a wide array of functionality not required for every mission, but cannot be disabled. Customer Experience reports in Exchange will result in outbound traffic that may be identified by an eavesdropper. For this reason, the Customer Experience reports to Microsoft must not be sent.
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

b
Exchange must protect audit data against unauthorized access.
AU-9 - Medium - CCI-000163 - V-207280 - SV-207280r811169_rule
RMF Control
AU-9
Severity
Medium
CCI
CCI-000163
Version
EX13-MB-000070
Vuln IDs
  • V-207280
  • V-69967
Rule IDs
  • SV-207280r811169_rule
  • SV-84589
Log files help establish a history of activities and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive and in need of protection. Audit data available for modification by a malicious user can be altered to conceal malicious activity. Audit data might also provide a means for the malicious user to plan unauthorized activities that exploit weaknesses. The contents of audit logs are protected against unauthorized access, modification, or deletion. Only authorized auditors and the audit functions should be granted Read and Write access to audit log data.
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-7538r811168_fix

Update the EDSP. Restrict any unauthorized groups' or users' modify permissions for the audit logs. By default, the logs are located on the application partition in \Program Files\Microsoft\Exchange Server\V15\Logging

b
Exchange must protect audit data against unauthorized deletion.
AU-9 - Medium - CCI-000164 - V-207281 - SV-207281r811171_rule
RMF Control
AU-9
Severity
Medium
CCI
CCI-000164
Version
EX13-MB-000075
Vuln IDs
  • V-207281
  • V-69969
Rule IDs
  • SV-207281r811171_rule
  • SV-84591
Log files help establish a history of activities and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive and in need of protection. Audit data available for modification by a malicious user can be altered to conceal malicious activity. Audit data might also provide a means for the malicious user to plan unauthorized activities that exploit weaknesses. The contents of audit logs are protected against unauthorized access, modification, or deletion. Only authorized auditors and the audit functions should be granted Read and Write access to audit log data.
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-7539r811170_fix

Update the EDSP. Restrict any unauthorized groups' or users' delete permissions for the audit logs. By default, the logs are located on the application partition in \Program Files\Microsoft\Exchange Server\V15\Logging

b
Exchange Audit data must be on separate partitions.
AU-9 - Medium - CCI-001348 - V-207282 - SV-207282r615936_rule
RMF Control
AU-9
Severity
Medium
CCI
CCI-001348
Version
EX13-MB-000080
Vuln IDs
  • V-207282
  • V-69971
Rule IDs
  • SV-207282r615936_rule
  • SV-84593
Log files help establish a history of activities and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive and in need of protection. Successful exploit of an application server vulnerability may well be logged by monitoring or audit processes when it occurs. Writing log and audit data to a separate partition where separate security contexts protect them may offer the ability to protect this information from being modified or removed by the exploit mechanism.
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.

b
Exchange Local machine policy must require signed scripts.
CM-5 - Medium - CCI-001749 - V-207283 - SV-207283r615936_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001749
Version
EX13-MB-000085
Vuln IDs
  • V-207283
  • V-69973
Rule IDs
  • SV-207283r615936_rule
  • SV-84595
Scripts often provide a way for attackers to infiltrate a system, especially those downloaded from untrusted locations. By setting machine policy to prevent unauthorized script executions, unanticipated system impacts can be avoided. Failure to allow only signed remote scripts reduces the attack vector vulnerabilities from unsigned remote scripts.
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

b
The Exchange IMAP4 service must be disabled.
CM-7 - Medium - CCI-000381 - V-207284 - SV-207284r615936_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-MB-000090
Vuln IDs
  • V-207284
  • V-69975
Rule IDs
  • SV-207284r615936_rule
  • SV-84597
The IMAP4 protocol is not approved for use within the DoD. It uses a clear-text-based user name and password and does not support the DoD standard for PKI for email access. User name and password could easily be captured from the network, allowing a malicious user to access other system features. Uninstalling or disabling the service will prevent the use of the IMAP4 protocol.
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.

b
The Exchange POP3 service must be disabled.
CM-7 - Medium - CCI-000381 - V-207285 - SV-207285r615936_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-MB-000095
Vuln IDs
  • V-207285
  • V-69977
Rule IDs
  • SV-207285r615936_rule
  • SV-84599
The POP3 protocol is not approved for use within the DoD. It uses a clear-text-based user name and password and does not support the DoD standard for PKI for email access. User name and password could easily be captured from the network, allowing a malicious user to access other system features. Uninstalling or disabling the service will prevent the use of the POP3 protocol.
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.

b
Exchange Mailbox databases must reside on a dedicated partition.
SC-2 - Medium - CCI-001082 - V-207286 - SV-207286r615936_rule
RMF Control
SC-2
Severity
Medium
CCI
CCI-001082
Version
EX13-MB-000100
Vuln IDs
  • V-207286
  • V-69979
Rule IDs
  • SV-207286r615936_rule
  • SV-84601
In the same way that added security layers can provide a cumulative positive effect on security posture, multiple applications can provide a cumulative negative effect. A vulnerability and subsequent exploit to one application can lead to an exploit of other applications sharing the same security context. For example, an exploit to a web server process that leads to unauthorized administrative access to the host system can most likely lead to a compromise of all applications hosted by the same system. Email services should be installed to a discrete set of directories, on a partition that does not host other applications. Email services should never be installed on a Domain Controller/Directory Services server.
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.

b
Exchange Internet-facing Send connectors must specify a Smart Host.
SC-20 - Medium - CCI-001178 - V-207287 - SV-207287r615936_rule
RMF Control
SC-20
Severity
Medium
CCI
CCI-001178
Version
EX13-MB-000105
Vuln IDs
  • V-207287
  • V-69981
Rule IDs
  • SV-207287r615936_rule
  • SV-84603
When identifying a "Smart Host" for the email environment, a logical Send connector is the preferred method. A Smart Host acts as an Internet-facing concentrator for other email servers. Appropriate hardening can be applied to the Smart Host, rather than at multiple locations throughout the enterprise. Failure to identify a Smart Host could default to each email server performing its own lookups (potentially through protective firewalls). Exchange servers should not be Internet facing and should therefore not perform any Smart Host functions. When the Exchange servers are Internet facing, they must be configured to identify the Internet-facing server that is performing the Smart Host function.
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.

b
Exchange internal Receive connectors must require encryption.
SC-23 - Medium - CCI-001184 - V-207288 - SV-207288r615936_rule
RMF Control
SC-23
Severity
Medium
CCI
CCI-001184
Version
EX13-MB-000110
Vuln IDs
  • V-207288
  • V-69983
Rule IDs
  • SV-207288r615936_rule
  • SV-84605
The Simple Mail Transfer Protocol (SMTP) Receive connector is used by Exchange to send and receive messages from server to server using SMTP protocol. This setting controls the encryption strength used for client connections to the SMTP Receive connector. With this feature enabled, only clients capable of supporting secure communications will be able to send mail using this SMTP server. Where secure channels are required, encryption can also be selected. The use of secure communication prevents eavesdroppers from reading or modifying communications between mail clients and servers. While sensitive message bodies should be encrypted by the sender at the client, requiring a secure connection from the client to the server adds protection by encrypting the sender and recipient information that cannot be encrypted by the sender. Individually, channel security and encryption have been compromised by attackers. Used together, email becomes a more difficult target, and security is heightened. Failure to enable this feature gives eavesdroppers an opportunity to read or modify messages between the client and server.
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.

b
Exchange internal Receive connectors must use Domain Security (mutual authentication Transport Layer Security).
SC-23 - Medium - CCI-001184 - V-207289 - SV-207289r615936_rule
RMF Control
SC-23
Severity
Medium
CCI
CCI-001184
Version
EX13-MB-000115
Vuln IDs
  • V-207289
  • V-69985
Rule IDs
  • SV-207289r615936_rule
  • SV-84607
The Simple Mail Transfer Protocol (SMTP) connector is used by Exchange to send and receive messages from server to server. There are several controls that work together to provide security between internal servers. This setting controls the authentication method used for communications between servers. With this feature enabled, only servers capable of supporting domain authentication will be able to send and receive mail within the domain. The use of secure communication prevents eavesdroppers from reading or modifying communications between mail clients and servers. While sensitive message bodies should be encrypted by the sender at the client, requiring a secure connection from server to server adds protection by encrypting the sender and recipient information that cannot be encrypted by the sender. Individually, channel security and encryption can be compromised by attackers. Used together, email becomes a more difficult target, and security is heightened. Failure to enable this feature gives eavesdroppers an opportunity to read or modify messages between servers.
Checks: C-7547r622506_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-7547r622507_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.

b
Exchange internal Send connectors must require encryption.
SC-23 - Medium - CCI-001184 - V-207290 - SV-207290r615936_rule
RMF Control
SC-23
Severity
Medium
CCI
CCI-001184
Version
EX13-MB-000120
Vuln IDs
  • V-207290
  • V-69987
Rule IDs
  • SV-207290r615936_rule
  • SV-84609
The Simple Mail Transfer Protocol (SMTP) connector is used by Exchange to send and receive messages from server to server. There are several controls that work together to provide security between internal servers. This setting controls the encryption method used for communications between servers. With this feature enabled, only servers capable of supporting Transport Layer Security (TLS) will be able to send and receive mail within the domain. The use of secure communication prevents eavesdroppers from reading or modifying communications between mail clients and servers. While sensitive message bodies should be encrypted by the sender at the client, requiring a secure connection from server to server adds protection by encrypting the sender and recipient information that cannot be encrypted by the sender. Individually, channel security and encryption can be compromised by attackers. Used together, email becomes a more difficult target, and security is heightened. Failure to enable this feature gives eavesdroppers an opportunity to read or modify messages between servers.
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 &lt;SMTP Domain&gt;, 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.

b
Exchange Public Folder stores must be retained until backups are complete.
SC-28 - Medium - CCI-001199 - V-207291 - SV-207291r615936_rule
RMF Control
SC-28
Severity
Medium
CCI
CCI-001199
Version
EX13-MB-000125
Vuln IDs
  • V-207291
  • V-69989
Rule IDs
  • SV-207291r615936_rule
  • SV-84611
Backup and recovery procedures are an important part of overall system availability and integrity. Complete backups reduce the chance of accidental deletion of important information and make it possible to have complete recoveries. It is not uncommon for users to receive and delete documents in the scope of a single backup cycle. This setting ensures at least one backup has been run on the folder store before the message physically disappears. By enabling this setting, all messages written to recipients who have accounts on this store will reside in backups even if they have been deleted by the user before the backup has run.
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.

a
The Exchange Public Folder database must not be overwritten by a restore.
SC-28 - Low - CCI-001199 - V-207292 - SV-207292r615936_rule
RMF Control
SC-28
Severity
Low
CCI
CCI-001199
Version
EX13-MB-000130
Vuln IDs
  • V-207292
  • V-69991
Rule IDs
  • SV-207292r615936_rule
  • SV-84613
Email system availability depends in part on best practice strategies for setting tuning configurations. Unauthorized or accidental restoration of public folder data risks data loss or corruption. This setting controls whether the public folder store can be overwritten by a restore from backup, which will cause loss of all information added after the backup was created. It should only be enabled during maintenance windows or following an outage (immediately before a restore is to be made), and cleared again immediately afterward. During production windows, this feature must be disabled.
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.

b
Exchange Mailboxes must be retained until backups are complete.
SC-28 - Medium - CCI-001199 - V-207293 - SV-207293r615936_rule
RMF Control
SC-28
Severity
Medium
CCI
CCI-001199
Version
EX13-MB-000135
Vuln IDs
  • V-207293
  • V-69993
Rule IDs
  • SV-207293r615936_rule
  • SV-84615
Backup and recovery procedures are an important part of overall system availability and integrity. Complete backups reduce the chance of accidental deletion of important information and make it possible to have complete recoveries. It is not uncommon for users to receive and delete messages in the scope of a single backup cycle. This setting ensures at least one backup has been run on the mailbox store before the message physically disappears. By enabling this setting, all messages written to recipients who have accounts on this store will reside in backups even if they have been deleted by the user before the backup has run.
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.

a
The Exchange Mailbox database must not be overwritten by a restore.
SC-28 - Low - CCI-001199 - V-207294 - SV-207294r615936_rule
RMF Control
SC-28
Severity
Low
CCI
CCI-001199
Version
EX13-MB-000140
Vuln IDs
  • V-207294
  • V-69995
Rule IDs
  • SV-207294r615936_rule
  • SV-84617
Email system availability depends in part on best practice strategies for setting tuning configurations. Unauthorized or accidental restoration of mailbox data risks data loss or corruption. This setting controls whether the mailbox store can be overwritten by a backup, which will cause loss of all information added after the backup was created. It should only be enabled during maintenance windows or following an outage (immediately before a restore is to be made), and cleared again immediately afterward. During production windows, this feature must be disabled.
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.

b
Exchange email forwarding must be restricted.
SC-28 - Medium - CCI-001199 - V-207295 - SV-207295r615936_rule
RMF Control
SC-28
Severity
Medium
CCI
CCI-001199
Version
EX13-MB-000145
Vuln IDs
  • V-207295
  • V-69997
Rule IDs
  • SV-207295r615936_rule
  • SV-84619
Auto-forwarded email accounts do not meet the requirement for digital signature and encryption of CUI and PII IAW DoDI 8520.2 (reference ee) and DoD Director for Administration and Management memorandum, "Safeguarding Against and Responding to the Breach of Personally Identifiable Information". Use of forwarding set by an administrator interferes with nonrepudiation requirements that each end user be responsible for creation and destination of email data.
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

b
Exchange email-forwarding SMTP domains must be restricted.
SC-28 - Medium - CCI-001199 - V-207296 - SV-207296r615936_rule
RMF Control
SC-28
Severity
Medium
CCI
CCI-001199
Version
EX13-MB-000150
Vuln IDs
  • V-207296
  • V-69999
Rule IDs
  • SV-207296r615936_rule
  • SV-84621
Auto-forwarded email accounts do not meet the requirement for digital signature and encryption of CUI and PII IAW DoDI 8520.2 (reference ee) and DoD Director for Administration and Management memorandum, "Safeguarding Against and Responding to the Breach of Personally Identifiable Information". Use of forwarding set by an administrator interferes with nonrepudiation requirements that each end user be responsible for creation and destination of email data.
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>

a
Exchange Mail quota settings must not restrict receiving mail.
SC-5 - Low - CCI-001094 - V-207297 - SV-207297r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001094
Version
EX13-MB-000155
Vuln IDs
  • V-207297
  • V-70001
Rule IDs
  • SV-207297r615936_rule
  • SV-84623
Mail quota settings control the maximum sizes of a user’s mailbox and the system’s response if these limits are exceeded. Mailbox data that is not monitored against a quota increases the risk of mail loss due to filled disk space, which can also render the system unavailable. Failure to allow mail receipt may impede users from receiving mission-critical data.
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.

a
Exchange Mail Quota settings must not restrict receiving mail.
SC-5 - Low - CCI-001094 - V-207298 - SV-207298r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001094
Version
EX13-MB-000160
Vuln IDs
  • V-207298
  • V-70003
Rule IDs
  • SV-207298r615936_rule
  • SV-84625
Mail quota settings control the maximum sizes of a user’s mailbox and the system’s response if these limits are exceeded. Mailbox data that is not monitored against a quota increases the risk of mail loss due to filled disk space, which can also render the system unavailable. There are multiple controls, which supply graduated levels of opportunity to respond before risking email service loss. This control prohibits the user from sending an email when the mailbox limit reaches the prohibit send quota value. Note: Best practice for this setting is to prohibit the user from sending email when the mailbox reaches 90 percent of capacity.
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.

a
The Exchange Mail Store storage quota must issue a warning.
SC-5 - Low - CCI-001094 - V-207299 - SV-207299r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001094
Version
EX13-MB-000165
Vuln IDs
  • V-207299
  • V-70005
Rule IDs
  • SV-207299r615936_rule
  • SV-84627
Mail quota settings control the maximum sizes of a user’s mailbox and the system’s response if these limits are exceeded. Mailbox data that is not monitored against a quota increases the risk of mail loss due to filled disk space, which can also render the system unavailable. There are multiple controls, which supply graduated levels of opportunity to respond before risking data loss. This control sends the user a warning message that the mailbox is reaching its limit. The user at this point can still send and receive email. Note: Best practice is to send this warning when the mailbox reaches 75 percent of capacity.
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.

a
Exchange Mailbox Stores must mount at startup.
SC-5 - Low - CCI-001094 - V-207300 - SV-207300r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001094
Version
EX13-MB-000170
Vuln IDs
  • V-207300
  • V-70007
Rule IDs
  • SV-207300r615936_rule
  • SV-84629
Administrator responsibilities include the ability to react to unplanned maintenance tasks or emergency situations that may require Mailbox data manipulation. Occasionally, there may be a need to start the server with "unmounted" data stores if manual maintenance is being performed on them. Failure to uncheck the "do not mount on startup" condition will result in unavailability of mail services. Correct configuration of this control will prevent unplanned outages due to being enabled. When maintenance is being performed, care should be taken to clear the check box upon task completion so mail stores are available to users (unmounted mailbox stores are not available to users).
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.

a
Exchange Message size restrictions must be controlled on Receive connectors.
SC-5 - Low - CCI-001095 - V-207301 - SV-207301r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000175
Vuln IDs
  • V-207301
  • V-70009
Rule IDs
  • SV-207301r615936_rule
  • SV-84631
Email system availability depends in part on best practice strategies for setting tuning configurations. For message size restrictions, multiple places exist to set or override inbound or outbound message size. Failure to control the configuration strategy can result in loss of data or system availability. This setting enables the administrator to control the maximum message size on receive connectors. Using connectors to control size limits may necessitate applying message size limitations in multiple places, with the potential of introducing conflicts and impediments in the mail flow. Changing this setting at the connector overrides the global one. Therefore, if operational needs require it, the connector value may be set lower than that of the global value with the rationale documented in the Email Domain Security Plan (EDSP).
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.

a
Exchange Receive connectors must control the number of recipients per message.
SC-5 - Low - CCI-001095 - V-207302 - SV-207302r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000180
Vuln IDs
  • V-207302
  • V-70011
Rule IDs
  • SV-207302r615936_rule
  • SV-84633
Email system availability depends in part on best practice strategies for setting tuning configurations. This configuration controls the maximum number of recipients who will receive a copy of a message at one time. This tunable value is related to throughput capacity and can enable the ability to optimize message delivery. Note: There are two types of default Receive connecters: Client Servername: Accepts SMTP connections from all non-MAPI clients, such as POP and IMAP. As POP and IMAP are not authorized for use in DoD, these should not be present. Their default value for MaxRecipientsPerMessage is 200. Default Servername: Accepts connections from other Hub Transport servers and any Edge Transport servers. Their default value for MaxRecipientsPerMessage is 5000.
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.

a
Exchange Receive connectors must be clearly named.
SC-5 - Low - CCI-001095 - V-207303 - SV-207303r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000185
Vuln IDs
  • V-207303
  • V-70013
Rule IDs
  • SV-207303r615936_rule
  • SV-84635
For Receive connectors, unclear naming as to direction and purpose increases risk that messages may not flow as intended, troubleshooting efforts may be impaired, or incorrect assumptions may be made about the completeness of the configuration. Collectively, connectors should account for all connections required for the overall email topology design. Simple Mail Transfer Protocol (SMTP) connectors, when listed, must name purpose and direction clearly, and their counterparts on servers to which they connect should be recognizable as their partners.
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.

a
The Exchange Receive Connector Maximum Hop Count must be 60.
SC-5 - Low - CCI-001095 - V-207304 - SV-207304r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000190
Vuln IDs
  • V-207304
  • V-70015
Rule IDs
  • SV-207304r615936_rule
  • SV-84637
Email system availability depends in part on best practice strategies for setting tuning configurations. This setting controls the maximum number of hops (email servers traversed) a message may take as it travels to its destination. Part of the original Internet protocol implementation, the hop count limit prevents a message being passed in a routing loop indefinitely. Messages exceeding the maximum hop count are discarded undelivered. Recent studies indicate that virtually all messages can be delivered in fewer than 60 hops. If the hop count is set too low, messages may expire before they reach their destinations. If set too high, an undeliverable message may cycle between servers, raising the risk of network congestion.
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.

a
Exchange Send connectors must be clearly named.
SC-5 - Low - CCI-001095 - V-207305 - SV-207305r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000195
Vuln IDs
  • V-207305
  • V-70017
Rule IDs
  • SV-207305r615936_rule
  • SV-84639
For Send connectors, unclear naming as to direction and purpose increases risk that messages may not flow as intended, troubleshooting efforts may be impaired, or incorrect assumptions may be made about the completeness of the configuration. Collectively, connectors should account for all connections required for the overall email topology design. Simple Mail Transfer Protocol (SMTP) connectors, when listed, must name purpose and direction clearly, and their counterparts on servers to which they connect should be recognizable as their partners.
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.

a
Exchange Send connectors delivery retries must be controlled.
SC-5 - Low - CCI-001095 - V-207306 - SV-207306r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000200
Vuln IDs
  • V-207306
  • V-70019
Rule IDs
  • SV-207306r615936_rule
  • SV-84641
This setting controls the rate at which delivery attempts from the home domain are retried and user notifications are issued and notes the expiration time when the message will be discarded. If delivery retry attempts are too frequent, servers will generate network congestion. If too far apart, messages may remain queued longer than necessary, potentially raising disk resource requirements. The default values of these fields should be adequate for most environments. Administrators may wish to modify the values as a result, but changes should be documented in the System Security Plan. Note: Transport configuration settings apply to the organization/global level of the Exchange SMTP path. By checking and setting them at the Hub server the setting will apply to both Hub and Edge roles.
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.

a
Exchange Message size restrictions must be controlled on Send connectors.
SC-5 - Low - CCI-001095 - V-207307 - SV-207307r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000205
Vuln IDs
  • V-207307
  • V-70021
Rule IDs
  • SV-207307r615936_rule
  • SV-84643
Email system availability depends in part on best practice strategies for setting tuning configurations. For message size restrictions, multiple places exist to set or override inbound or outbound message size. Failure to control the configuration strategy can result in loss of data or system availability. This setting enables the administrator to control the maximum message size on a Send connector. Using connectors to control size limits may necessitate applying message size limitations in multiple places, with the potential of introducing conflicts and impediments in the mail flow. Changing this setting at the connector overrides the global one. Therefore, if operational needs require it, the connector value may be set lower than the global value with the rationale documented in the Email Domain Security Plan (EDSP).
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.

a
The Exchange Send connector connections count must be limited.
SC-5 - Low - CCI-001095 - V-207308 - SV-207308r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000210
Vuln IDs
  • V-207308
  • V-70023
Rule IDs
  • SV-207308r615936_rule
  • SV-84645
The Exchange Send connector setting controls the maximum number of simultaneous outbound connections allowed for a given SMTP connector and can be used to throttle the SMTP service if resource constraints warrant it. If the limit is too low, connections may be dropped. If too high, some domains may use a disproportionate resource share, denying access to other domains. Appropriate tuning reduces risk of data delay or loss.
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.

a
The Exchange global inbound message size must be controlled.
SC-5 - Low - CCI-001095 - V-207309 - SV-207309r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000215
Vuln IDs
  • V-207309
  • V-70025
Rule IDs
  • SV-207309r615936_rule
  • SV-84647
Email system availability depends in part on best practice strategies for setting tuning configurations. Message size limits should be set to 10 megabytes at most, but often are smaller, depending on the organization. The key point in message size is that it should be set globally and should not be set to "unlimited". Selecting "unlimited" on either field is likely to result in abuse and can contribute to excessive server disk space consumption. Message size limits may also be applied on SMTP connectors, Public Folders, and on the user account under AD. Changes at these lower levels are discouraged, as the single global setting is usually sufficient. This practice prevents conflicts that could impact availability and simplifies server administration.
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.

a
The Exchange global outbound message size must be controlled.
SC-5 - Low - CCI-001095 - V-207310 - SV-207310r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000220
Vuln IDs
  • V-207310
  • V-70027
Rule IDs
  • SV-207310r615936_rule
  • SV-84649
Email system availability depends in part on best practice strategies for setting tuning configurations. Message size limits should be set to 10 megabytes at most, but often are smaller, depending on the organization. The key point in message size is that it should be set globally and should not be set to "unlimited". Selecting "unlimited" on either field is likely to result in abuse and can contribute to excessive server disk space consumption. Message size limits may also be applied on send and receive connectors, Public Folders, and on the user account under AD. Changes at these lower levels are discouraged, as the single global setting is usually sufficient. This practice prevents conflicts that could impact availability and it simplifies server administration.
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.

a
The Exchange Outbound Connection Limit per Domain Count must be controlled.
SC-5 - Low - CCI-001095 - V-207311 - SV-207311r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000225
Vuln IDs
  • V-207311
  • V-70029
Rule IDs
  • SV-207311r615936_rule
  • SV-84651
Email system availability depends in part on best practice strategies for setting tuning configurations. This configuration controls the maximum number of simultaneous outbound connections from a domain and works in conjunction with the Maximum Outbound Connections Count setting as a delivery tuning mechanism. If the limit is too low, connections may be dropped. If too high, some domains may use a disproportionate resource share, denying access to other domains. Appropriate tuning reduces risk of data delay or loss. By default, a limit of 20 simultaneous outbound connections from a domain should be sufficient. The value may be adjusted if justified by local site conditions.
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.

a
The Exchange Outbound Connection Timeout must be 10 minutes or less.
SC-5 - Low - CCI-001095 - V-207312 - SV-207312r615936_rule
RMF Control
SC-5
Severity
Low
CCI
CCI-001095
Version
EX13-MB-000230
Vuln IDs
  • V-207312
  • V-70031
Rule IDs
  • SV-207312r615936_rule
  • SV-84653
Email system availability depends in part on best practice strategies for setting tuning configurations. This configuration controls the number of idle minutes before the connection is dropped. It works in conjunction with the Maximum Outbound Connections Count setting. Connections, once established, may incur delays in message transfer. The default of 10 minutes is a reasonable window in which to resume activities without maintaining idle connections for excessive intervals. If the timeout period is too long, idle connections may be maintained for unnecessarily long time periods, preventing new connections from being established. Sluggish connectivity increases the risk of lost data. A value of 10 or less is optimal.
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.

b
Exchange Internal Receive connectors must not allow anonymous connections.
SI-8 - Medium - CCI-001308 - V-207313 - SV-207313r615936_rule
RMF Control
SI-8
Severity
Medium
CCI
CCI-001308
Version
EX13-MB-000235
Vuln IDs
  • V-207313
  • V-70033
Rule IDs
  • SV-207313r615936_rule
  • SV-84655
This control is used to limit the servers that may use this server as a relay. If a Simple Mail Transport Protocol (SMTP) sender does not have a direct connection to the Internet (for example, an application that produces reports to be emailed) then it will need to use an SMTP Receive connector that does have a path to the Internet (for example, a local email server) as a relay. SMTP relay functions must be protected so third parties are not able to hijack a relay service for their own purposes. Most commonly, hijacking of relays is done by spammers to disguise the source of their messages and may also be used to cover the source of more destructive attacks. Relays can be restricted in one of three ways: by blocking relays (restrict to a blank list of servers), by restricting use to lists of valid servers, or by restricting use to servers that can authenticate. Because authenticated connections are the most secure for SMTP Receive connectors, it is recommended that relays allow only servers that can authenticate.
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.

b
Exchange external/Internet-bound automated response messages must be disabled.
SI-8 - Medium - CCI-001308 - V-207314 - SV-207314r615936_rule
RMF Control
SI-8
Severity
Medium
CCI
CCI-001308
Version
EX13-MB-000240
Vuln IDs
  • V-207314
  • V-70035
Rule IDs
  • SV-207314r615936_rule
  • SV-84657
Spam originators, in an effort to refine mailing lists, sometimes monitor transmissions for automated bounce-back messages. Automated messages include such items as "Out of Office" responses, nondelivery messages, or automated message forwarding. Automated bounce-back messages can be used by a third party to determine if users exist on the server. This can result in the disclosure of active user accounts to third parties, paving the way for possible future attacks.
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.

b
Exchange must have antispam filtering installed.
SI-8 - Medium - CCI-001308 - V-207315 - SV-207315r615936_rule
RMF Control
SI-8
Severity
Medium
CCI
CCI-001308
Version
EX13-MB-000245
Vuln IDs
  • V-207315
  • V-70037
Rule IDs
  • SV-207315r615936_rule
  • SV-84659
Originators of spam messages are constantly changing their techniques in order to defeat spam countermeasures; therefore, spam software must be constantly updated to address the changing threat. A manual update procedure is labor intensive and does not scale well in an enterprise environment. This risk may be mitigated by using an automatic update capability. Spam protection mechanisms include, for example, signature definitions, rule sets, and algorithms. Exchange 2013 provides both antispam and antimalware protection out of the box. The Exchange 2013 antispam and antimalware product capabilities are limited but still provide some protection.
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

b
Exchange must have antispam filtering enabled.
SI-8 - Medium - CCI-001308 - V-207316 - SV-207316r615936_rule
RMF Control
SI-8
Severity
Medium
CCI
CCI-001308
Version
EX13-MB-000250
Vuln IDs
  • V-207316
  • V-70039
Rule IDs
  • SV-207316r615936_rule
  • SV-84661
Originators of spam messages are constantly changing their techniques in order to defeat spam countermeasures; therefore, spam software must be constantly updated to address the changing threat. A manual update procedure is labor intensive and does not scale well in an enterprise environment. This risk may be mitigated by using an automatic update capability. Spam protection mechanisms include, for example, signature definitions, rule sets, and algorithms. Exchange 2013 provides both antispam and antimalware protection out of the box. The Exchange 2013 antispam and antimalware product capabilities are limited but still provide some protection.
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

b
Exchange must have antispam filtering configured.
SI-8 - Medium - CCI-001308 - V-207317 - SV-207317r615936_rule
RMF Control
SI-8
Severity
Medium
CCI
CCI-001308
Version
EX13-MB-000255
Vuln IDs
  • V-207317
  • V-70041
Rule IDs
  • SV-207317r615936_rule
  • SV-84663
Originators of spam messages are constantly changing their techniques in order to defeat spam countermeasures; therefore, spam software must be constantly updated to address the changing threat. A manual update procedure is labor intensive and does not scale well in an enterprise environment. This risk may be mitigated by using an automatic update capability. Spam protection mechanisms include, for example, signature definitions, rule sets, and algorithms. Exchange 2013 provides both antispam and antimalware protection out of the box. The Exchange 2013 antispam and antimalware product capabilities are limited but still provide some protection.
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>'}

b
Exchange must not send automated replies to remote domains.
SI-8 - Medium - CCI-001308 - V-207318 - SV-207318r615936_rule
RMF Control
SI-8
Severity
Medium
CCI
CCI-001308
Version
EX13-MB-000260
Vuln IDs
  • V-207318
  • V-70043
Rule IDs
  • SV-207318r615936_rule
  • SV-84665
Attackers can use automated messages to determine whether a user account is active, in the office, traveling, and so on. An attacker might use this information to conduct future attacks. Remote users will not receive automated "Out Of Office" delivery reports. This setting can be used to determine if all the servers in the Organization can send "Out of Office" messages.
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.

c
Exchange servers must have an approved DoD email-aware virus protection software installed.
SI-8 - High - CCI-001308 - V-207319 - SV-207319r615936_rule
RMF Control
SI-8
Severity
High
CCI
CCI-001308
Version
EX13-MB-000265
Vuln IDs
  • V-207319
  • V-70045
Rule IDs
  • SV-207319r615936_rule
  • SV-84667
With the proliferation of trojans, viruses, and spam attaching themselves to email messages (or attachments), it is necessary to have capable email-aware antivirus (AV) products to scan messages and identify any resident malware. Because email messages and their attachments are formatted to the MIME standard, a flat-file AV scanning engine is not suitable for scanning email message stores. Email-aware antivirus engines must be Exchange 2013 compliant. Competent email scanners will have the ability to scan mail stores, attachments (including zip or other archive files) and mail queues and to issue warnings or alerts if malware is detected. As with other AV products, a necessary feature to include is the ability for automatic updates.
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.

a
The Exchange Global Recipient Count Limit must be set.
SI-8 - Low - CCI-001308 - V-207320 - SV-207320r615936_rule
RMF Control
SI-8
Severity
Low
CCI
CCI-001308
Version
EX13-MB-000270
Vuln IDs
  • V-207320
  • V-70047
Rule IDs
  • SV-207320r615936_rule
  • SV-84669
Email system availability depends in part on best practice strategies for setting tuning configurations. The Global Recipient Count Limit field is used to control the maximum number of recipients that can be specified in a single message sent from this server. Its primary purpose is to minimize the chance of an internal sender spamming other recipients, since spam messages often have a large number of recipients. Spam prevention can originate from both outside and inside organizations. While inbound spam is evaluated as it arrives, controls such as this one help prevent spam that might originate inside the organization. The Recipient Count Limit is global to the Exchange implementation. Lower-level refinements are possible; however, in this configuration strategy, setting the value once at the global level facilitates a more available system by eliminating potential conflicts among multiple settings. A value of less than or equal to 5000 is probably larger than is needed for most organizations but is small enough to minimize usefulness to spammers and is easily handled by Exchange. An unexpanded distribution is handled as one recipient. Specifying “unlimited” may result in abuse.
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.

a
The Exchange Receive connector timeout must be limited.
AC-12 - Low - CCI-002361 - V-207321 - SV-207321r615936_rule
RMF Control
AC-12
Severity
Low
CCI
CCI-002361
Version
EX13-MB-000275
Vuln IDs
  • V-207321
  • V-70049
Rule IDs
  • SV-207321r615936_rule
  • SV-84671
Email system availability depends in part on best practice strategies for setting tuning. This configuration controls the number of idle minutes before the connection is dropped. It works in conjunction with the Maximum Inbound Connections Count setting. Connections, once established, may incur delays in message transfer. If the timeout period is too long, there is risk that idle connections may be maintained for unnecessarily long time periods, preventing new connections from being established.
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.

a
The Exchange Public Store storage quota must be limited.
AU-7 - Low - CCI-001879 - V-207322 - SV-207322r615936_rule
RMF Control
AU-7
Severity
Low
CCI
CCI-001879
Version
EX13-MB-000280
Vuln IDs
  • V-207322
  • V-70051
Rule IDs
  • SV-207322r615936_rule
  • SV-84673
This setting controls the maximum sizes of a public folder and the system’s response if these limits are exceeded. There are two available controls and the system response when the quota has been exceeded. The first control sends an email warning to Folder Owners roles, alerting them that the folder has exceeded its quota. The second level prevents posting any additional items to the folder. As a practical matter, Level 1 serves the purpose of prompting owners to manage their folders. Level 2 impedes users in their ability to work and is not required where folder use interruption is not acceptable. Public Folder Storage Quota Limitations are not a substitute for overall disk space monitoring.
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.

b
The Exchange application directory must be protected from unauthorized access.
CM-11 - Medium - CCI-001812 - V-207323 - SV-207323r615936_rule
RMF Control
CM-11
Severity
Medium
CCI
CCI-001812
Version
EX13-MB-000285
Vuln IDs
  • V-207323
  • V-70067
Rule IDs
  • SV-207323r615936_rule
  • SV-84689
Default product installations may provide more generous access permissions than are necessary to run the application. By examining and tailoring access permissions to more closely provide the least amount of privilege possible, attack vectors that align with user permissions are less likely to access more highly secured areas.
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.

b
An Exchange software baseline copy must exist.
CM-5 - Medium - CCI-001813 - V-207324 - SV-207324r615936_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001813
Version
EX13-MB-000290
Vuln IDs
  • V-207324
  • V-70069
Rule IDs
  • SV-207324r615936_rule
  • SV-84691
Exchange software, as with other application software installed on a host system, must be included in a system baseline record and periodically reviewed; otherwise, unauthorized changes to the software may not be discovered. This effort is a vital step to securing the host and the applications, as it is the only method that may provide the ability to detect and recover from otherwise undetected changes, such as those that result from worm or bot intrusions. The Exchange software and configuration baseline is created and maintained for comparison during scanning efforts. Operational procedures must include baseline updates as part of configuration management tasks that change the software and configuration.
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.

b
Exchange software must be monitored for unauthorized changes.
CM-5 - Medium - CCI-001814 - V-207325 - SV-207325r615936_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001814
Version
EX13-MB-000295
Vuln IDs
  • V-207325
  • V-70071
Rule IDs
  • SV-207325r615936_rule
  • SV-84693
Monitoring software files for changes against a baseline on a regular basis may help detect the possible introduction of malicious code on a system.
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.

b
Exchange services must be documented and unnecessary services must be removed or disabled.
CM-7 - Medium - CCI-001762 - V-207326 - SV-207326r615936_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-001762
Version
EX13-MB-000300
Vuln IDs
  • V-207326
  • V-70073
Rule IDs
  • SV-207326r615936_rule
  • SV-84695
Unneeded but running services offer attackers an enhanced attack profile, and attackers are constantly watching to discover open ports with running services. By analyzing and disabling unneeded services, the associated open ports become unresponsive to outside queries, and servers become more secure as a result. Exchange Server has role-based server deployment to enable protocol path control and logical separation of network traffic types. For example, a server implemented in the Client Access role (i.e., Outlook Web App [OWA]) is configured and tuned as a web server using web protocols. A client access server exposes only web protocols (HTTP/HTTPS) enabling system administrators to optimize the protocol path and disable all services unnecessary for Exchange web services. Similarly, servers created to host mailboxes are dedicated to that task and must operate only the services needed for mailbox hosting. (Exchange servers must also operate some Web services, but only to the degree that Exchange requires the IIS engine in order to function). Because POP3 and IMAP4 clients are not included in the standard desktop offering, they must be disabled.
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.

b
Exchange Outlook Anywhere (OA) clients must use NTLM authentication to access email.
IA-2 - Medium - CCI-001953 - V-207327 - SV-207327r615936_rule
RMF Control
IA-2
Severity
Medium
CCI
CCI-001953
Version
EX13-MB-000305
Vuln IDs
  • V-207327
  • V-70075
Rule IDs
  • SV-207327r615936_rule
  • SV-84697
Identification and authentication provide the foundation for access control. Access to email services applications require NTLM authentication. Outlook Anywhere, if authorized for use by the site, must use NTLM authentication when accessing email. Note: There is a technical restriction in Exchange OA that requires a direct SSL connection from Outlook to the CA server. There is also a constraint where Microsoft supports that the CA server must participate in the AD domain inside the enclave. For this reason, Outlook Anywhere must be deployed only for enclave-sourced Outlook users.
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

b
The Exchange Email application must not share a partition with another application.
SC-39 - Medium - CCI-002530 - V-207328 - SV-207328r615936_rule
RMF Control
SC-39
Severity
Medium
CCI
CCI-002530
Version
EX13-MB-000310
Vuln IDs
  • V-207328
  • V-70077
Rule IDs
  • SV-207328r615936_rule
  • SV-84699
In the same way that added security layers can provide a cumulative positive effect on security posture, multiple applications can provide a cumulative negative effect. A vulnerability and subsequent exploit to one application can lead to an exploit of other applications sharing the same security context. For example, an exploit to a web server process that leads to unauthorized administrative access to the host system can most likely lead to a compromise of all applications hosted by the same system. Email services should be installed on a partition that does not host other applications. Email services should never be installed on a Domain Controller/Directory Services server.
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.

b
Exchange must not send delivery reports to remote domains.
SC-5 - Medium - CCI-002385 - V-207329 - SV-207329r615936_rule
RMF Control
SC-5
Severity
Medium
CCI
CCI-002385
Version
EX13-MB-000315
Vuln IDs
  • V-207329
  • V-70079
Rule IDs
  • SV-207329r615936_rule
  • SV-84701
Attackers can use automated messages to determine whether a user account is active, in the office, traveling, and so on. An attacker might use this information to conduct future attacks. Ensure that delivery reports to remote domains are disabled. Before enabling this setting, first configure a remote domain using the EMC or the New-RemoteDomain cmdlet.
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.

b
Exchange must not send nondelivery reports to remote domains.
SC-5 - Medium - CCI-002385 - V-207330 - SV-207330r615936_rule
RMF Control
SC-5
Severity
Medium
CCI
CCI-002385
Version
EX13-MB-000320
Vuln IDs
  • V-207330
  • V-70081
Rule IDs
  • SV-207330r615936_rule
  • SV-84703
Attackers can use automated messages to determine whether a user account is active, in the office, traveling, and so on. An attacker might use this information to conduct future attacks. Ensure that nondelivery reports to remote domains are disabled. Before enabling this setting, first configure a remote domain using the EMC or the New-RemoteDomain cmdlet.
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.

b
The Exchange SMTP automated banner response must not reveal server details.
SC-5 - Medium - CCI-002385 - V-207331 - SV-207331r615936_rule
RMF Control
SC-5
Severity
Medium
CCI
CCI-002385
Version
EX13-MB-000325
Vuln IDs
  • V-207331
  • V-70065
Rule IDs
  • SV-207331r615936_rule
  • SV-84687
Automated connection responses occur as a result of FTP or Telnet connections, when connecting to those services. They report a successful connection by greeting the connecting client and stating the name, release level, and (often) additional information regarding the responding product. While useful to the connecting client, connection responses can also be used by a third party to determine operating system or product release levels on the target server. The result can include disclosure of configuration information to third parties, paving the way for possible future attacks. For example, when querying the SMTP service on port 25, the default response looks similar to this one: 220 exchange.mydomain.org Microsoft ESMTP MAIL Service, Version: 6.0.3790.211 ready at Wed, 2 Feb 2005 23:40:00 -0500 Changing the response to hide local configuration details reduces the attack profile of the target.
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.

b
Exchange must provide Mailbox databases in a highly available and redundant configuration.
SC-5 - Medium - CCI-002385 - V-207332 - SV-207332r615936_rule
RMF Control
SC-5
Severity
Medium
CCI
CCI-002385
Version
EX13-MB-000335
Vuln IDs
  • V-207332
  • V-70061
Rule IDs
  • SV-207332r615936_rule
  • SV-84683
To protect Exchange Server mailbox databases and the data they contain by configuring Mailbox servers and databases for high availability and site resilience. A database availability group (DAG) is a component of the Mailbox server high availability and site resilience framework built into Microsoft Exchange Server 2013. A DAG is a group of Mailbox servers that hosts a set of databases and provides automatic database-level recovery from failures that affect individual servers or databases. A DAG is a boundary for mailbox database replication and database and server switchovers and failovers. Any server in a DAG can host a copy of a mailbox database from any other server in the DAG. When a server is added to a DAG, it works with the other servers in the DAG to provide automatic recovery from failures that affect mailbox databases, such as a disk, server, or network failure.
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 &gt;&gt; Microsoft Exchange On - Premises &lt;server.domain&gt; &gt;&gt; Organization Configuration &gt;&gt; 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.

b
Exchange must have the most current, approved service pack installed.
SI-2 - Medium - CCI-002605 - V-207333 - SV-207333r615936_rule
RMF Control
SI-2
Severity
Medium
CCI
CCI-002605
Version
EX13-MB-000340
Vuln IDs
  • V-207333
  • V-70059
Rule IDs
  • SV-207333r615936_rule
  • SV-84681
Failure to install the most current Exchange service pack leaves a system vulnerable to exploitation. Current service packs correct known security and system vulnerabilities.
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.

a
Exchange Public Folder Stores must mount at startup.
CM-6 - Low - CCI-000366 - V-207334 - SV-207334r615936_rule
RMF Control
CM-6
Severity
Low
CCI
CCI-000366
Version
EX13-MB-000345
Vuln IDs
  • V-207334
  • V-70057
Rule IDs
  • SV-207334r615936_rule
  • SV-84679
Administrator responsibilities include the ability to react to unplanned maintenance tasks or emergency situations that may require Public Folder Store data manipulation. Occasionally, there may be a need to start the server with "unmounted" data stores if manual maintenance is being performed on them. Failure to uncheck the "do not mount on startup" condition will result in unavailability of Public Folder services. Correct configuration of this control will prevent unplanned outages due to being enabled. When maintenance is being performed, care should be taken to clear the check box task completion so public folder stores are available to users (unmounted public folder stores are not available to users).
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.

b
The applications built-in Malware Agent must be disabled.
SI-3 - Medium - CCI-001242 - V-207335 - SV-207335r615936_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
EX13-MB-003030
Vuln IDs
  • V-207335
  • V-70055
Rule IDs
  • SV-207335r615936_rule
  • SV-84677
Malicious code protection mechanisms include, but are not limited, to, anti-virus and malware detection software. In order to minimize potential negative impact to the organization that can be caused by malicious code, it is imperative that malicious code is identified and eradicated. Malicious code includes viruses, worms, Trojan horses, and Spyware. It is not enough to simply have the software installed; this software must periodically scan the system to search for malware on an organization-defined frequency. Exchange's built-in Malware Agent is not designed to address all malicious code protection workloads. This workload is best handled by third-party anti-virus and intrusion prevention software. Site must utilize an approved DoD scanner. Exchange Malware software has a limited scanning capability and does not scan files that are downloaded, opened, or executed.
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

b
A DoD-approved third party Exchange-aware malicious code protection application must be implemented.
SI-3 - Medium - CCI-001242 - V-207336 - SV-207336r615936_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
EX13-MB-003031
Vuln IDs
  • V-207336
  • V-70053
Rule IDs
  • SV-207336r615936_rule
  • SV-84675
Malicious code protection mechanisms include, but are not limited, to, anti-virus and malware detection software. In order to minimize potential negative impact to the organization that can be caused by malicious code, it is imperative that malicious code is identified and eradicated. Malicious code includes viruses, worms, Trojan horses, and Spyware. It is not enough to simply have the software installed; this software must periodically scan the system to search for malware on an organization-defined frequency. Exchange's built-in Malware Agent is not designed to address all malicious code protection workloads. This workload is best handled by third-party anti-virus and intrusion prevention software. Site must utilize an approved DoD scanner. Exchange Malware software has a limited scanning capability and does not scan files that are downloaded, opened, or executed.
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.