Exchange 2010 Client Access Server STIG
Pick two releases to diff their requirements.
Open a previous version of this STIG.
Digest of Updates ✎ 1
Comparison against the immediately-prior release (V1R7). Rule matching uses the Group Vuln ID. Content-change detection compares the rule’s description, check, and fix text after stripping inline markup — cosmetic-only edits aren’t flagged.
Content changes 1
- V-33619 Medium checkfix Queue monitoring must be configured with threshold and action.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-002
- Vuln IDs
-
- V-33559
- Rule IDs
-
- SV-43979r1_rule
Checks: C-41665r1_chk
Open the Exchange Management Shell and enter the following command: Get-RpcClientAccess | Select Server, EncryptionRequired If the value of 'EncryptionRequired' is not set to 'True', this is a finding.
Fix: F-37451r1_fix
Open the Exchange Management Shell and enter the following command: Set-RpcClientAccess -Server <'ServerName'> -EncryptionRequired $true
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-005
- Vuln IDs
-
- V-33562
- Rule IDs
-
- SV-43982r1_rule
Checks: C-41667r1_chk
Open the Windows Power Shell and enter the following command: Get-ItemProperty 'hklm:\system\currentcontrolset\services\MSExchangeIMAP4' | Select Start If the value of 'Start' is not set to '4', this is a finding.
Fix: F-37454r1_fix
Open the Windows Power Shell and enter the following command: services.msc Double click the 'Microsoft Exchange IMAP4' service and select the General tab. Set the 'Startup Type' to 'Disabled', click ok.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-008
- Vuln IDs
-
- V-33570
- Rule IDs
-
- SV-43990r1_rule
Checks: C-41676r1_chk
Open the Windows Power Shell and enter the following command: Get-ItemProperty 'hklm:\system\currentcontrolset\services\MSExchangePOP3' | Select Start If the value of 'Start' is not set to '4', this is a finding.
Fix: F-37461r1_fix
Open the Windows Power Shell and enter the following command: services.msc Double click the 'Microsoft Exchange POP3' service and select the General tab. Set the 'Startup Type' to 'Disabled', click ok.
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-103
- Vuln IDs
-
- V-33571
- Rule IDs
-
- SV-43991r1_rule
Checks: C-41677r2_chk
If public folders are in use this check is NA. Open the Exchange Management Shell and enter the following command: Get-PublicFolder | Select Name, Identity If public folders are not in use and directories exist, this is a finding.
Fix: F-37462r1_fix
Open the Exchange Management Shell and enter the following command: Remove-PublicFolder -Identity <'Identity'> -Server <'ServerName'> -Recurse: $true Note: This command removes both the root directory and any subdirectories.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-202
- Vuln IDs
-
- V-33584
- Rule IDs
-
- SV-44003r1_rule
Checks: C-41690r2_chk
Open a Windows PowerShell Module and enter the following command: Get-WebBinding -Name <'WebSiteName'>| Format-List If the Web binding values are not on standard port 80 for HTTP connections or port 443 for HTTPS connections, this is a finding.
Fix: F-37475r1_fix
Configure web ports to be port 80 and 443, as specified by PPSM standards.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-203
- Vuln IDs
-
- V-33585
- Rule IDs
-
- SV-44005r2_rule
Checks: C-41692r2_chk
Open the Windows PowerShell Modules and enter the following command: Import-module webadministration IIS: cd Sites cd “Default Web Site” cd owa PS IIS:\Sites\Default Web Site\owa> Get-WebConfigurationProperty -filter /system.webServer/security/access -name sslflags Review the result and verify “Ssl,Ssl128” is returned. If not, this is a finding.
Fix: F-37477r1_fix
Configure the OWA site to require SSL port 443.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-205
- Vuln IDs
-
- V-33588
- Rule IDs
-
- SV-44008r1_rule
Checks: C-41693r1_chk
Open the Exchange Management Shell and enter the following command: Get-OwaVirtualDirectory | Select Name, Identity, FormsAuthentication If the value of 'FormsAuthentication' is not set to 'False', this is a finding.
Fix: F-37479r1_fix
Open the Exchange Management Shell and enter the following command: Set-OwaVirtualDirectory -Identity <'IdentityName'> -FormsAuthentication $false
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-817
- Vuln IDs
-
- V-33606
- Rule IDs
-
- SV-44026r1_rule
Checks: C-41713r1_chk
Open the Exchange Management Shell and enter the following command: Get-EventLogLevel If any Diagnostic 'EventLevel' is not set to Lowest, this is a finding.
Fix: F-37498r1_fix
Open the Exchange Management Shell and enter the following command: Set-EventLogLevel -Identity <ServiceName\Name> -Level Lowest
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-402
- Vuln IDs
-
- V-33607
- Rule IDs
-
- SV-44027r2_rule
Checks: C-41714r3_chk
Open the Exchange Management Shell and enter the following command: Get-OutlookAnywhere If the value of 'Client Authentication Method' is not set to 'NTLM', this is a finding.
Fix: F-37499r2_fix
Open the Exchange Management Shell and enter the following command: Set-OutlookAnywhere -ClientAuthenticationMethod NTLM
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-820
- Vuln IDs
-
- V-33608
- Rule IDs
-
- SV-44028r2_rule
Checks: C-41715r3_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeServer –status | Select Name, Identity, ErrorReportingEnabled If the value of 'ErrorReportingEnabled' is not set to 'False', this is a finding.
Fix: F-37500r1_fix
Open the Exchange Management Shell and enter the following command: Set-ExchangeServer -Identity <'ServerName'> -ErrorReportingEnabled $false
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-823
- Vuln IDs
-
- V-33609
- Rule IDs
-
- SV-44029r2_rule
Checks: C-41716r1_chk
Open the Exchange Management Shell and enter the following command: Get-AdminAuditLogConfig | Select AdminAuditLogEnabled If the value of 'AdminAuditLogEnabled' is not set to 'True', this is a finding.
Fix: F-37501r1_fix
Open the Exchange Management Shell and enter the following command: Set-AdminAuditLogConfig -AdminAuditLogEnabled $true
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-603
- Vuln IDs
-
- V-33610
- Rule IDs
-
- SV-44030r1_rule
Checks: C-41717r1_chk
Open the Exchange Management Shell and enter the following command: Get-ActiveSyncVirtualDirectory | Select Server, Name, Identity, Path If the value of 'Path' (actual directory) exists, this is a finding.
Fix: F-37502r1_fix
Open an Exchange Command Shell and enter the following command: Remove-ActiveSyncVirtualDirectory ServerName\Microsoft-Server-Active-Sync -Confirm $true NOTE: The physical directory must also be deleted.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-826
- Vuln IDs
-
- V-33611
- Rule IDs
-
- SV-44031r1_rule
Checks: C-41718r1_chk
Obtain the Email Domain Security Plan (EDSP) and locate the authorized groups or users that should have access to the audit data. If any group or user has access to the audit data that is not documented in the EDSP, this is a finding.
Fix: F-37503r3_fix
Restrict any unauthorized groups or users from accessing the audit logs.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-828
- Vuln IDs
-
- V-33613
- Rule IDs
-
- SV-44033r1_rule
Checks: C-41720r1_chk
Obtain the Email Domain Security Plan (EDSP) and locate 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\V14.
Fix: F-37505r2_fix
Locate 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\V14.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-831
- Vuln IDs
-
- V-33616
- Rule IDs
-
- SV-44036r1_rule
Checks: C-41723r2_chk
Open the Exchange Management Shell and enter the following command: Get-OrganizationConfig If the value for CustomerFeedbackEnabled is not set to 'False', this is a finding.
Fix: F-37508r1_fix
Open the Exchange Management Shell and enter the following command: Set-OrganizationConfig -CustomerFeedbackEnabled $false
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-2-833
- Vuln IDs
-
- V-33617
- Rule IDs
-
- SV-44037r2_rule
Checks: C-41724r1_chk
Open the Exchange Management Shell and enter the following command: Get-AdminAuditLogConfig | Select AdminAuditLogParameters If the value of 'AdminAuditLogParameters' is not set to '{*}', this is a finding. Note: The value of {*} indicates all parameters are being audited.
Fix: F-37509r1_fix
Open the Exchange Management Shell and enter the following command: Set-AdminAuditLogConfig -AdminAuditLogParameters *
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-839
- Vuln IDs
-
- V-33618
- Rule IDs
-
- SV-44038r1_rule
Checks: C-41725r1_chk
Obtain the Email Domain Security Plan (EDSP) and locate the audit logs assigned partition. By default the logs are located on the application partition in '\Program Files\Microsoft\Exchange Server\V14\Logging\'. If the log files are not on a separate partition from the application, this is a finding.
Fix: F-37510r1_fix
Configure the audit log location to be on a partition drive separate from the application. Document the location in the EDSP.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-842
- Vuln IDs
-
- V-33619
- Rule IDs
-
- SV-44039r2_rule
Checks: C-41726r8_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 Data Collector Sets --> User Defined If no sets are defined or queues are not being monitored, this is a finding.
Fix: F-37511r5_fix
Open the Exchange Management Console In the left pane, navigate to and select Microsoft Exchange On-Premises <server.domain> --> Toolbox In the Right pane double click on Performance Monitor In the left pane, navigate to and select Performance Logs and Alerts --> Data Collector Sets --> User Defined Right click on User Defined and configure the system to use User Defined data collection for monitoring the queues.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-3-003
- Vuln IDs
-
- V-33620
- Rule IDs
-
- SV-44040r1_rule
Checks: C-41727r1_chk
Access the EDSP baseline section and determine the process and frequency for identifying software changes (*.exe, *.bat, *.com, *.cmd, and *.dll) on servers against a baseline. Examine artifacts identified as outputs of this process. If baseline comparisons are not done on the INFOCON-required schedule, this is a finding.
Fix: F-37512r1_fix
Implement a process to compare software against a baseline (*.exe, *.bat, *.com, *.cmd, and *.dll) on a frequency required by the prevailing INFOCON level. Document the process and output artifacts in the EDSP.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-3-006
- Vuln IDs
-
- V-33621
- Rule IDs
-
- SV-44041r1_rule
Checks: C-41728r1_chk
Access the EDSP and locate the baseline documentation. Review the application software baseline procedures and implementation artifacts. Note the list of files and directories included in the baseline procedure for completeness. If an email software copy exists to serve as a baseline and is available for comparison during scanning efforts, this is not a finding.
Fix: F-37513r1_fix
Implement email software baseline process. Document the details in the EDSP.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-3-804
- Vuln IDs
-
- V-33623
- Rule IDs
-
- SV-44043r2_rule
Checks: C-41730r3_chk
To view system services open a windows power shell and enter the following command: Get-Service | Where-Object {$_.status -eq 'running'} The command returns a list of installed services and the status of that service. 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. If the site has not documented the services required for their system(s), this is a finding. If any undocumented or unnecessary services are running, then this is a finding.
Fix: F-37515r1_fix
Document the services required for the system to operate. Remove or disable any services that are not required.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-3-807
- Vuln IDs
-
- V-33625
- Rule IDs
-
- SV-44045r2_rule
Checks: C-41732r2_chk
Access Windows Explorer and identify the OS partition. Navigate to configured partitions, and access the ‘Program Files’ directory. Note the installation partition for Microsoft Exchange. If Exchange resides on a partition other than that of the OS, and does not have other applications installed (without associated approval from the ISSO), this is not a finding.
Fix: F-37517r1_fix
Install Exchange on a dedicated application partition separate than that of the OS.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-014
- Vuln IDs
-
- V-33626
- Rule IDs
-
- SV-44046r2_rule
Checks: C-41733r5_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-37518r1_fix
Remove the non-DoD certificate and import the correct DoD certificates.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-3-814
- Vuln IDs
-
- V-33629
- Rule IDs
-
- SV-44049r3_rule
Checks: C-41737r5_chk
Open the Exchange Management Shell and enter the following command: Get-ExchangeServer | fl name, AdminDisplayVersion If the value of 'AdminDisplayVersion' does not return Version 14.2 (Build 247.5) or greater, this is a finding.
Fix: F-37521r3_fix
Update the system with the latest approved service pack or a supported release.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-2-019
- Vuln IDs
-
- V-33632
- Rule IDs
-
- SV-44052r1_rule
Checks: C-41741r1_chk
Open the Exchange Management Shell and enter the following command: Get-ExecutionPolicy If the value of 'LocalMachine' does not return a value of 'RemoteSigned', this is a finding.
Fix: F-37524r2_fix
Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-208
- Vuln IDs
-
- V-33645
- Rule IDs
-
- SV-44065r2_rule
Checks: C-41755r2_chk
Open the Exchange Management Shell and enter the following command: Get-OwaVirtualDirectory -server ‘<Identity Name>’ | Select Name,Identity,*Authentication If the ‘WindowsAuthentication’ is not ‘True’, this is a finding. If any other result for ‘WindowsAuthentication’ is set to 'True', this is a finding. NOTE: Typical results for this command would result in this display: Name : owa (Default Web Site) Identity : <Identity Name>\owa (Default Web Site) BasicAuthentication : False WindowsAuthentication : True DigestAuthentication : False FormsAuthentication : False LiveIdAuthentication : False
Fix: F-37538r1_fix
Open the Exchange Management Shell and enter the following command: Set-OwaVirtualDirectory -WindowsAuthentication $true -Identity '<IdentityName>'
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-502
- Vuln IDs
-
- V-39167
- Rule IDs
-
- SV-50983r2_rule
Checks: C-46507r4_chk
Open the Exchange Management Shell and enter the following commands: Get-ActiveSyncVirtualDirectory -Identity "<Identity Name>\Microsoft-Server-ActiveSync (Default Web Site)" | fl Basic AuthEnabled,WindowsAuthEnabled,ClientCertAuth,WebSiteSSLEnabled,InternalAuthenticationMethods,ExternalAuthenticationMethods These should be the results returned: BasicAuthEnabled : False WindowsAuthEnabled : False ClientCertAuth : Required WebSiteSSLEnabled : True InternalAuthenticationMethods : {Certificate} ExternalAuthenticationMethods : {Certificate} If the values above are not returned, this is a finding.
Fix: F-44146r2_fix
Open the Exchange Management Shell and enter the following command: Set-ActiveSyncVirtualDirectory -Identity "ClientAccessServerName\Microsoft-Server-ActiveSync (Default Web Site)" -ClientCertAuth "Required" -WindowsAuthEnabled:$False -InternalAuthenticationMethods "Certificate" –ExternalAuthenticationMethods “Certificate” –ExternalUrl “https://mail-site.easf.csd.disa.mil/Microsoft-Server-ActiveSync”
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-505
- Vuln IDs
-
- V-39172
- Rule IDs
-
- SV-50988r2_rule
Checks: C-46508r4_chk
Open a command window and enter the following commands: CD C:\Windows\SysWOW64\inetsrv Appcmd.exe list config "Default Web Site/Microsoft-Server-ActiveSync" -section:clientCertificateMappingAuthentication If clientCertificateMappingAuthentication enabled="true" is not returned, this is a finding.
Fix: F-44149r2_fix
Open a command window and enter the following commands: cd C:\Windows\SysWOW64\InetSrv appcmd unlock config /section:clientCertificateMappingAuthentication appcmd set config "Default Web Site/Microsoft-Server-ActiveSync" -section:clientCertificateMappingAuthentication /enabled:true