Exchange 2010 Mailbox Server STIG
Pick two releases to diff their requirements.
Open a previous version of this STIG.
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-106
- Vuln IDs
-
- V-33573
- Rule IDs
-
- SV-43993r1_rule
Checks: C-41679r1_chk
If public folders are not used this check is NA. Obtain the Email Domain Security Plan (EDSP) and locate 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 sites 'ProhibitPostQuota', this is a finding.
Fix: F-37464r1_fix
Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase <'publicdatabasename'> -ProhibitPostQuota <'SitesProhibitPostQuotaLimit'>
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-109
- Vuln IDs
-
- V-33577
- Rule IDs
-
- SV-43997r1_rule
Checks: C-41684r1_chk
If public folders are not used this check is NA. 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-37468r1_fix
Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase -Identity <'PublicFolderName'> -MountAtStartup $true
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-112
- Vuln IDs
-
- V-33580
- Rule IDs
-
- SV-44000r1_rule
Checks: C-41686r1_chk
If public folders are not used this check is NA. 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-37471r1_fix
Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase <'PublicFolderDatabaseName'> -RetainDeletedItemsUntilBackup $true
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-115
- Vuln IDs
-
- V-33582
- Rule IDs
-
- SV-44002r1_rule
Checks: C-41688r1_chk
If public folders are not used this check is NA. 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-37473r1_fix
Open the Exchange Management Shell and enter the following command: Set-PublicFolderDatabase <'PublicFolderDatabaseName'> -AllowFileRestore $false
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-301
- Vuln IDs
-
- V-33591
- Rule IDs
-
- SV-44011r2_rule
Checks: C-41698r2_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, ProhibitSendReceiveQuota If the value of 'ProhibitSendReceiveQuota' is set to an alternate value, and has signoff and risk acceptance in the EDSP, this is not a finding. If the value of 'ProhibitSendReceiveQuota' is not set to 'Unlimited', this is a finding.
Fix: F-37483r2_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase <'MailboxDatabaseName'> -ProhibitSendReceiveQuota 'Unlimited' If an alternate value is desired from ProhibitSendReceiveQuota, obtain signoff with risk acceptance and document in the EDSP.
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-303
- Vuln IDs
-
- V-33593
- Rule IDs
-
- SV-44013r1_rule
Checks: C-41700r1_chk
Obtain the Email Domain Security Plan (EDSP) and locate 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 sites 'ProhibitSendQuotaLimit', this is a finding.
Fix: F-37485r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase <'MailboxDatabaseName'> -ProhibitSendQuota <'SitesProhibitSendQuotaLimit'>
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-306
- Vuln IDs
-
- V-33595
- Rule IDs
-
- SV-44015r1_rule
Checks: C-41702r1_chk
Obtain the Email Domain Security Plan (EDSP) and locate the value for 'IssueWarningQuota'. 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 sites 'Issue Warning Quota', this is a finding.
Fix: F-37487r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase <'MailboxDatabaseName'> -IssueWarningQuota <'SitesIssueWarningQuota'>
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-309
- Vuln IDs
-
- V-33597
- Rule IDs
-
- SV-44017r1_rule
Checks: C-41704r1_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-37489r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'MailboxName'> -MountAtStartup $true
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-312
- Vuln IDs
-
- V-33600
- Rule IDs
-
- SV-44020r1_rule
Checks: C-41707r1_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-37492r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase <'MailboxDatabase'> -RetainDeletedItemsUntilBackup $true
- RMF Control
- Severity
- L
- CCI
- Version
- Exch-1-315
- Vuln IDs
-
- V-33602
- Rule IDs
-
- SV-44022r1_rule
Checks: C-41709r1_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-37494r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase <'MailboxDatabaseName'> -AllowFileRestore $false
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-318
- Vuln IDs
-
- V-33604
- Rule IDs
-
- SV-44024r1_rule
Checks: C-41710r1_chk
Obtain the Email Domain Security Plan (EDSP) and locate the assigned directory for the mailbox server under review. Open the Exchange Management Shell and enter the following command to determine the drives the mailbox databases are located. Get-MailboxDatabase | Select Name, Identity, EdbFilePath Open Windows Explorer and use the file and folder properties function to verify the mailbox databases are on a dedicated partition. If not, this is a finding.
Fix: F-37495r1_fix
Configure the system to meet the separate partition requirement.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-321
- Vuln IDs
-
- V-33605
- Rule IDs
-
- SV-44025r2_rule
Checks: C-41712r2_chk
Access Active Directory for mailbox enabled user accounts with the msExchGenericForwardingAddress attribute set. Obtain the Email Domain Security Plan (EDSP) and locate any accounts that have been authorized to have email auto-forwarded. Open the Exchange Management Shell and enter the following commands: Get-Mailbox -Filter {ForwardingSMTPAddress -ne $null} 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. This requirement works with Exch-1-324.
Fix: F-37497r1_fix
Open the Exchange Management Shell and enter the following command: Set-Mailbox -Identity <'UserWithForwardedAddress'> -ForwardingSMTPAdddress $null
- 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-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
- 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
- L
- CCI
- Version
- Exch-1-802
- Vuln IDs
-
- V-33612
- Rule IDs
-
- SV-44032r2_rule
Checks: C-41719r1_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase -Server <'ServerUnderReview'>| Select Name, Identity, CircularLoggingEnabled If the value of 'CircularLoggingEnabled' is not set to 'False', this is a finding.
Fix: F-37504r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase -Identity <'MailboxDatabase'> -CircularLoggingEnabled $false
- 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-1-805
- Vuln IDs
-
- V-33614
- Rule IDs
-
- SV-44034r1_rule
Checks: C-41721r1_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxServer | Select Name, Identity, MessageTrackingLogSubjectLoggingEnabled If the value of 'MessageTrackingLogSubjectLoggingEnabled' is not set to 'False', this is a finding.
Fix: F-37506r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxServer -Identity <'ServerName'> -MessageTrackingLogSubjectLoggingEnabled $false
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-1-808
- Vuln IDs
-
- V-33615
- Rule IDs
-
- SV-44035r1_rule
Checks: C-41722r1_chk
Open the Exchange Management Shell and enter the following command: Get-MailboxServer | Select Name, Identity, MessageTrackingLogEnabled If the value of 'MessageTrackingLogEnabled' is not set to 'True', this is a finding.
Fix: F-37507r1_fix
Open the Exchange Management Shell and enter the following command: Set-MailboxServer -Identity <'ServerName'> -MessageTrackingLogEnable $True
- 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-44039r1_rule
Checks: C-41726r1_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. To review data collection sets used for monitoring enter the following command: perfmon Click on the Data Collection Sets icon, Click the User Defined folder, right click the data collection set. If no sets are defined or queues are not being monitored, this is a finding.
Fix: F-37511r1_fix
Open the Exchange Management Console. Expand the tree in the left column. Click the Exchange Toolbox icon. 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-44043r1_rule
Checks: C-41730r2_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 IAO. 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-44045r1_rule
Checks: C-41732r1_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 IAO), 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
- H
- CCI
- Version
- Exch-3-811
- Vuln IDs
-
- V-33628
- Rule IDs
-
- SV-44048r1_rule
Checks: C-41734r1_chk
Obtain the email Domain Security Plan (EDSP) and locate the anti-virus strategy information. Validate that the message stores AV scanner product is Exchange 2010 compatible or VSAPI 2.6 compliant. If email servers are using email-aware AV product that is Exchange 2010 compliant or has VSAPI version 2.6 or higher, this is not a finding.
Fix: F-37520r3_fix
Install or upgrade scanning products to VSAPI version 2.6 or higher. Configure mail stores to be scanned with products at VSAPI version 2.6 or higher.
- RMF Control
- Severity
- M
- CCI
- Version
- Exch-3-814
- Vuln IDs
-
- V-33629
- Rule IDs
-
- SV-44049r2_rule
Checks: C-41737r4_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) for Exchange 2010 Service pack 2, this is a finding.
Fix: F-37521r2_fix
Install the current approved service pack, Exchange 2010 Service pack 2.
- 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-324
- Vuln IDs
-
- V-39160
- Rule IDs
-
- SV-50976r1_rule
Checks: C-46506r1_chk
Obtain the Email Domain Security Plan (EDSP) and locate any accounts that have been authorized to have email auto-forwarded. Open the Exchange Management Shell and enter the following commands: Get-RemoteDomain | select name, AutoForwardEnabled If any domain for 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. This requirement works with Exch-1-321.
Fix: F-44138r1_fix
Open the Exchange Management Shell and enter the following command: Set- RemoteDomain -Identity <RemoteDomainIdParameter>