Windows 10 Security Technical Implementation Guide
Open a previous version of this SCAP benchmark.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-00-000005
- Vuln IDs
- V-220697
- Rule IDs
- SV-220697r569187_rule
Fix: F-22401r554577_fix
Use Windows 10 Enterprise 64-bit version for domain-joined systems.
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-001199
- Version
- WN10-00-000030
- Vuln IDs
- V-220702
- Rule IDs
- SV-220702r569228_rule
Fix: F-22406r554592_fix
Enable full disk encryption on all information systems (including SIPRNet) using BitLocker. BitLocker, included in Windows, can be enabled in the Control Panel under "BitLocker Drive Encryption" as well as other management tools. NOTE: An alternate encryption application may be used in lieu of BitLocker providing it is configured for full disk encryption and satisfies the pre-boot authentication requirements (WN10-00-000031 and WN10-00-000032).
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000366
- Version
- WN10-00-000040
- Vuln IDs
- V-220706
- Rule IDs
- SV-220706r646212_rule
Fix: F-22410r646211_fix
Update systems on the Semi-Annual Channel to "Microsoft Windows Version 1909 (OS Build 18363.0)" or greater. It is recommended systems be upgraded to the most recently released version. Special-purpose systems using the Long-Term Servicing Branch\Channel (LTSC\B) may be at the following versions: v1507 (Build 10240) v1607 (Build 14393) v1809 (Build 17763)
- RMF Control
- AC-3
- Severity
- H
- CCI
- CCI-000213
- Version
- WN10-00-000050
- Vuln IDs
- V-220708
- Rule IDs
- SV-220708r569187_rule
Fix: F-22412r554610_fix
Format all local volumes to use NTFS.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000199
- Version
- WN10-00-000090
- Vuln IDs
- V-220716
- Rule IDs
- SV-220716r569187_rule
Fix: F-22420r554634_fix
Configure all passwords to expire. Run "Computer Management". Navigate to System Tools >> Local Users and Groups >> Users. Double click each active account. Ensure "Password never expires" is not checked on all active accounts.
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-000381
- Version
- WN10-00-000100
- Vuln IDs
- V-220718
- Rule IDs
- SV-220718r569187_rule
Fix: F-22422r554640_fix
Uninstall "Internet Information Services" or "Internet Information Services Hostable Web Core" from the system.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- WN10-00-000105
- Vuln IDs
- V-220719
- Rule IDs
- SV-220719r569187_rule
Fix: F-22423r554643_fix
Uninstall "Simple Network Management Protocol (SNMP)" from the system. Run "Programs and Features". Select "Turn Windows Features on or off". De-select "Simple Network Management Protocol (SNMP)".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-00-000110
- Vuln IDs
- V-220720
- Rule IDs
- SV-220720r569187_rule
Fix: F-22424r554646_fix
Uninstall "Simple TCPIP Services (i.e. echo, daytime etc)" from the system. Run "Programs and Features". Select "Turn Windows Features on or off". De-select "Simple TCPIP Services (i.e. echo, daytime etc)".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- WN10-00-000115
- Vuln IDs
- V-220721
- Rule IDs
- SV-220721r569187_rule
Fix: F-22425r554649_fix
Uninstall "Telnet Client" from the system. Run "Programs and Features". Select "Turn Windows Features on or off". De-select "Telnet Client".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- WN10-00-000120
- Vuln IDs
- V-220722
- Rule IDs
- SV-220722r569187_rule
Fix: F-22426r554652_fix
Uninstall "TFTP Client" from the system. Run "Programs and Features". Select "Turn Windows Features on or off". De-select "TFTP Client".
- RMF Control
- SI-16
- Severity
- H
- CCI
- CCI-002824
- Version
- WN10-00-000145
- Vuln IDs
- V-220726
- Rule IDs
- SV-220726r569187_rule
Fix: F-22430r554664_fix
Configure DEP to at least OptOut. Note: Suspend BitLocker before making changes to the DEP configuration. Open a command prompt (cmd.exe) or PowerShell with elevated privileges (Run as administrator). Enter "BCDEDIT /set {current} nx OptOut". (If using PowerShell "{current}" must be enclosed in quotes.) "AlwaysOn", a more restrictive selection, is also valid but does not allow applications that do not function properly to be opted out of DEP. Opted out exceptions can be configured in the "System Properties". Open "System" in Control Panel. Select "Advanced system settings". Click "Settings" in the "Performance" section. Select the "Data Execution Prevention" tab. Applications that are opted out are configured in the window below the selection "Turn on DEP for all programs and services except those I select:".
- RMF Control
- SI-16
- Severity
- H
- CCI
- CCI-002824
- Version
- WN10-00-000150
- Vuln IDs
- V-220727
- Rule IDs
- SV-220727r569187_rule
Fix: F-22431r554667_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MS Security Guide >> "Enable Structured Exception Handling Overwrite Protection (SEHOP)" to "Enabled". This policy setting requires the installation of the SecGuide custom templates included with the STIG package. "SecGuide.admx" and "SecGuide.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-00-000155
- Vuln IDs
- V-220728
- Rule IDs
- SV-220728r569187_rule
Fix: F-22432r554670_fix
Disable "Windows PowerShell 2.0" on the system. Run "Windows PowerShell" with elevated privileges (run as administrator). Enter the following: Disable-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2Root This command should disable both "MicrosoftWindowsPowerShellV2Root" and "MicrosoftWindowsPowerShellV2" which correspond to "Windows PowerShell 2.0" and "Windows PowerShell 2.0 Engine" respectively in "Turn Windows features on or off". Alternately: Search for "Features". Select "Turn Windows features on or off". De-select "Windows PowerShell 2.0".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-00-000160
- Vuln IDs
- V-220729
- Rule IDs
- SV-220729r793187_rule
Fix: F-22433r554673_fix
Disable the SMBv1 protocol. Run "Windows PowerShell" with elevated privileges (run as administrator). Enter the following: Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol Alternately: Search for "Features". Select "Turn Windows features on or off". De-select "SMB 1.0/CIFS File Sharing Support".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-00-000165
- Vuln IDs
- V-220730
- Rule IDs
- SV-220730r793189_rule
Fix: F-22434r554676_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MS Security Guide >> "Configure SMBv1 Server" to "Disabled". This policy setting requires the installation of the SecGuide custom templates included with the STIG package. "SecGuide.admx" and "SecGuide.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively. The system must be restarted for the change to take effect.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-00-000170
- Vuln IDs
- V-220731
- Rule IDs
- SV-220731r793191_rule
Fix: F-22435r554679_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MS Security Guide >> "Configure SMBv1 client driver" to "Enabled" with "Disable driver (recommended)" selected for "Configure MrxSmb10 driver". This policy setting requires the installation of the SecGuide custom templates included with the STIG package. "SecGuide.admx" and "SecGuide.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively. The system must be restarted for the changes to take effect.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-00-000175
- Vuln IDs
- V-220732
- Rule IDs
- SV-220732r569187_rule
Fix: F-22436r554682_fix
Configure the "Secondary Logon" service "Startup Type" to "Disabled".
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-002238
- Version
- WN10-AC-000005
- Vuln IDs
- V-220739
- Rule IDs
- SV-220739r569187_rule
Fix: F-22443r554703_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Account Lockout Policy >> "Account lockout duration" to "15" minutes or greater. A value of "0" is also acceptable, requiring an administrator to unlock the account.
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- WN10-AC-000010
- Vuln IDs
- V-220740
- Rule IDs
- SV-220740r569187_rule
Fix: F-22444r554706_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Account Lockout Policy >> "Account lockout threshold" to "3" or less invalid logon attempts (excluding "0" which is unacceptable).
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- WN10-AC-000015
- Vuln IDs
- V-220741
- Rule IDs
- SV-220741r569187_rule
Fix: F-22445r554709_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Account Lockout Policy >> "Reset account lockout counter after" to "15" minutes.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000200
- Version
- WN10-AC-000020
- Vuln IDs
- V-220742
- Rule IDs
- SV-220742r569187_rule
Fix: F-22446r554712_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Password Policy >> "Enforce password history" to "24" passwords remembered.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000199
- Version
- WN10-AC-000025
- Vuln IDs
- V-220743
- Rule IDs
- SV-220743r569187_rule
Fix: F-22447r554715_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Password Policy >> "Maximum Password Age" to "60" days or less (excluding "0" which is unacceptable).
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000198
- Version
- WN10-AC-000030
- Vuln IDs
- V-220744
- Rule IDs
- SV-220744r569187_rule
Fix: F-22448r554718_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Password Policy >> "Minimum Password Age" to at least "1" day.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000205
- Version
- WN10-AC-000035
- Vuln IDs
- V-220745
- Rule IDs
- SV-220745r569187_rule
Fix: F-22449r554721_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Password Policy >> "Minimum password length" to "14" characters.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000192
- Version
- WN10-AC-000040
- Vuln IDs
- V-220746
- Rule IDs
- SV-220746r569187_rule
Fix: F-22450r554724_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Password Policy >> "Password must meet complexity requirements" to "Enabled".
- RMF Control
- IA-5
- Severity
- H
- CCI
- CCI-000196
- Version
- WN10-AC-000045
- Vuln IDs
- V-220747
- Rule IDs
- SV-220747r569187_rule
Fix: F-22451r554727_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Account Policies >> Password Policy >> "Store passwords using reversible encryption" to "Disabled".
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000005
- Vuln IDs
- V-220748
- Rule IDs
- SV-220748r569187_rule
Fix: F-22452r554730_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Account Logon >> "Audit Credential Validation" with "Failure" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000010
- Vuln IDs
- V-220749
- Rule IDs
- SV-220749r569187_rule
Fix: F-22453r554733_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Account Logon >> "Audit Credential Validation" with "Success" selected.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- WN10-AU-000030
- Vuln IDs
- V-220750
- Rule IDs
- SV-220750r569187_rule
Fix: F-22454r554736_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Account Management >> "Audit Security Group Management" with "Success" selected.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- WN10-AU-000035
- Vuln IDs
- V-220751
- Rule IDs
- SV-220751r569187_rule
Fix: F-22455r554739_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Account Management >> "Audit User Account Management" with "Failure" selected.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- WN10-AU-000040
- Vuln IDs
- V-220752
- Rule IDs
- SV-220752r569187_rule
Fix: F-22456r554742_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Account Management >> "Audit User Account Management" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000050
- Vuln IDs
- V-220754
- Rule IDs
- SV-220754r569187_rule
Fix: F-22458r554748_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Detailed Tracking >> "Audit Process Creation" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000054
- Vuln IDs
- V-220755
- Rule IDs
- SV-220755r569187_rule
Fix: F-22459r554751_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Logon/Logoff >> "Audit Account Lockout" with "Failure" selected.
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000067
- Version
- WN10-AU-000065
- Vuln IDs
- V-220757
- Rule IDs
- SV-220757r569187_rule
Fix: F-22461r554757_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Logon/Logoff >> "Audit Logoff" with "Success" selected.
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000067
- Version
- WN10-AU-000070
- Vuln IDs
- V-220758
- Rule IDs
- SV-220758r569187_rule
Fix: F-22462r554760_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Logon/Logoff >> "Audit Logon" with "Failure" selected.
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000067
- Version
- WN10-AU-000075
- Vuln IDs
- V-220759
- Rule IDs
- SV-220759r569187_rule
Fix: F-22463r554763_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Logon/Logoff >> "Audit Logon" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000080
- Vuln IDs
- V-220760
- Rule IDs
- SV-220760r569187_rule
Fix: F-22464r554766_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Logon/Logoff >> "Audit Special Logon" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000081
- Vuln IDs
- V-220761
- Rule IDs
- SV-220761r569187_rule
Fix: F-22465r554769_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Object Access >> "Audit File Share" with "Failure" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000082
- Vuln IDs
- V-220762
- Rule IDs
- SV-220762r569187_rule
Fix: F-22466r554772_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Object Access >> "Audit File Share" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000083
- Vuln IDs
- V-220763
- Rule IDs
- SV-220763r569187_rule
Fix: F-22467r554775_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Object Access >> "Audit Other Object Access Events" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000084
- Vuln IDs
- V-220764
- Rule IDs
- SV-220764r569187_rule
Fix: F-22468r554778_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Object Access >> "Audit Other Object Access Events" with "Failure" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000100
- Vuln IDs
- V-220767
- Rule IDs
- SV-220767r569187_rule
Fix: F-22471r554787_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Policy Change >> "Audit Audit Policy Change" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000105
- Vuln IDs
- V-220768
- Rule IDs
- SV-220768r569187_rule
Fix: F-22472r554790_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Policy Change >> "Audit Authentication Policy Change" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000107
- Vuln IDs
- V-220769
- Rule IDs
- SV-220769r569187_rule
Fix: F-22473r554793_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Policy Change >> "Audit Authorization Policy Change" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000110
- Vuln IDs
- V-220770
- Rule IDs
- SV-220770r569187_rule
Fix: F-22474r554796_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Privilege Use >> "Audit Sensitive Privilege Use" with "Failure" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000115
- Vuln IDs
- V-220771
- Rule IDs
- SV-220771r569187_rule
Fix: F-22475r554799_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Privilege Use >> "Audit Sensitive Privilege Use" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000120
- Vuln IDs
- V-220772
- Rule IDs
- SV-220772r569187_rule
Fix: F-22476r554802_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> System >> "Audit IPSec Driver" with "Failure" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000130
- Vuln IDs
- V-220773
- Rule IDs
- SV-220773r569187_rule
Fix: F-22477r554805_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> System >> "Audit Other System Events" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000135
- Vuln IDs
- V-220774
- Rule IDs
- SV-220774r569187_rule
Fix: F-22478r554808_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> System >> "Audit Other System Events" with "Failure" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000140
- Vuln IDs
- V-220775
- Rule IDs
- SV-220775r569187_rule
Fix: F-22479r554811_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> System >> "Audit Security State Change" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000150
- Vuln IDs
- V-220776
- Rule IDs
- SV-220776r569187_rule
Fix: F-22480r554814_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> System >> "Audit Security System Extension" with "Success" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000155
- Vuln IDs
- V-220777
- Rule IDs
- SV-220777r569187_rule
Fix: F-22481r554817_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> System >> "Audit System Integrity" with "Failure" selected.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- WN10-AU-000160
- Vuln IDs
- V-220778
- Rule IDs
- SV-220778r569187_rule
Fix: F-22482r554820_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> System >> "Audit System Integrity" with "Success" selected.
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- WN10-AU-000500
- Vuln IDs
- V-220779
- Rule IDs
- SV-220779r569187_rule
Fix: F-22483r554823_fix
If the system is configured to send audit records directly to an audit server, this is NA. This must be documented with the ISSO. Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Event Log Service >> Application >> "Specify the maximum log file size (KB)" to "Enabled" with a "Maximum Log Size (KB)" of "32768" or greater.
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- WN10-AU-000505
- Vuln IDs
- V-220780
- Rule IDs
- SV-220780r569187_rule
Fix: F-22484r554826_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Event Log Service >> Security >> "Specify the maximum log file size (KB)" to "Enabled" with a "Maximum Log Size (KB)" of "1024000" or greater. If the system is configured to send audit records directly to an audit server, documented with the ISSO.
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- WN10-AU-000510
- Vuln IDs
- V-220781
- Rule IDs
- SV-220781r569187_rule
Fix: F-22485r554829_fix
If the system is configured to send audit records directly to an audit server, this is NA. This must be documented with the ISSO. Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Event Log Service >> System >> "Specify the maximum log file size (KB)" to "Enabled" with a "Maximum Log Size (KB)" of "32768" or greater.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- WN10-AU-000515
- Vuln IDs
- V-220782
- Rule IDs
- SV-220782r569187_rule
Fix: F-22486r554832_fix
Ensure the permissions on the Application event log (Application.evtx) are configured to prevent standard user accounts or groups from having access. The default permissions listed below satisfy this requirement. Eventlog - Full Control SYSTEM - Full Control Administrators - Full Control The default location is the "%SystemRoot%\SYSTEM32\WINEVT\LOGS" directory. If the location of the logs has been changed, when adding Eventlog to the permissions, it must be entered as "NT Service\Eventlog".
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- WN10-AU-000520
- Vuln IDs
- V-220783
- Rule IDs
- SV-220783r569187_rule
Fix: F-22487r554835_fix
Ensure the permissions on the Security event log (Security.evtx) are configured to prevent standard user accounts or groups from having access. The default permissions listed below satisfy this requirement. Eventlog - Full Control SYSTEM - Full Control Administrators - Full Control The default location is the "%SystemRoot%\SYSTEM32\WINEVT\LOGS" directory. If the location of the logs has been changed, when adding Eventlog to the permissions, it must be entered as "NT Service\Eventlog".
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- WN10-AU-000525
- Vuln IDs
- V-220784
- Rule IDs
- SV-220784r569187_rule
Fix: F-22488r554838_fix
Ensure the permissions on the System event log (System.evtx) are configured to prevent standard user accounts or groups from having access. The default permissions listed below satisfy this requirement. Eventlog - Full Control SYSTEM - Full Control Administrators - Full Control The default location is the "%SystemRoot%\SYSTEM32\WINEVT\LOGS" directory. If the location of the logs has been changed, when adding Eventlog to the permissions, it must be entered as "NT Service\Eventlog".
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- WN10-AU-000550
- Vuln IDs
- V-220785
- Rule IDs
- SV-220785r569187_rule
Fix: F-22489r554841_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Policy Change>> "Audit Other Policy Change Events" with "Success" selected.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- WN10-AU-000555
- Vuln IDs
- V-220786
- Rule IDs
- SV-220786r569187_rule
Fix: F-22490r554844_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Policy Change>> "Audit Other Policy Change Events" with "Failure" selected.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- WN10-AU-000560
- Vuln IDs
- V-220787
- Rule IDs
- SV-220787r569187_rule
Fix: F-22491r554847_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Logon/Logoff >> "Audit Other Logon/Logoff Events" with "Success" selected.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- WN10-AU-000565
- Vuln IDs
- V-220788
- Rule IDs
- SV-220788r569187_rule
Fix: F-22492r554850_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Logon/Logoff >> "Audit Other Logon/Logoff Events" with "Failure" selected.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- WN10-AU-000570
- Vuln IDs
- V-220789
- Rule IDs
- SV-220789r569187_rule
Fix: F-22493r554853_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Object Access >> “Detailed File Share" with "Failure" selected.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- WN10-AU-000575
- Vuln IDs
- V-220790
- Rule IDs
- SV-220790r569187_rule
Fix: F-22494r554856_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Policy Change >> “Audit MPSSVC Rule-Level Policy Change" with "Success" selected.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- WN10-AU-000580
- Vuln IDs
- V-220791
- Rule IDs
- SV-220791r569187_rule
Fix: F-22495r554859_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Advanced Audit Policy Configuration >> System Audit Policies >> Policy Change >> “Audit MPSSVC Rule-Level Policy Change" with "Failure" selected.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000010
- Vuln IDs
- V-220794
- Rule IDs
- SV-220794r569187_rule
Fix: F-22498r554868_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Control Panel >> Personalization >> "Prevent enabling lock screen slide show" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000020
- Vuln IDs
- V-220795
- Rule IDs
- SV-220795r569187_rule
Fix: F-22499r554871_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MSS (Legacy) >> "MSS: (DisableIPSourceRouting IPv6) IP source routing protection level (protects against packet spoofing)" to "Highest protection, source routing is completely disabled". This policy setting requires the installation of the MSS-Legacy custom templates included with the STIG package. "MSS-Legacy.admx" and " MSS-Legacy.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000025
- Vuln IDs
- V-220796
- Rule IDs
- SV-220796r569187_rule
Fix: F-22500r554874_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MSS (Legacy) >> "MSS: (DisableIPSourceRouting) IP source routing protection level (protects against packet spoofing)" to "Highest protection, source routing is completely disabled". This policy setting requires the installation of the MSS-Legacy custom templates included with the STIG package. "MSS-Legacy.admx" and " MSS-Legacy.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- WN10-CC-000030
- Vuln IDs
- V-220797
- Rule IDs
- SV-220797r569187_rule
Fix: F-22501r554877_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MSS (Legacy) >> "MSS: (EnableICMPRedirect) Allow ICMP redirects to override OSPF generated routes" to "Disabled". This policy setting requires the installation of the MSS-Legacy custom templates included with the STIG package. "MSS-Legacy.admx" and " MSS-Legacy.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-002385
- Version
- WN10-CC-000035
- Vuln IDs
- V-220798
- Rule IDs
- SV-220798r569187_rule
Fix: F-22502r554880_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MSS (Legacy) >> "MSS: (NoNameReleaseOnDemand) Allow the computer to ignore NetBIOS name release requests except from WINS servers" to "Enabled". This policy setting requires the installation of the MSS-Legacy custom templates included with the STIG package. "MSS-Legacy.admx" and " MSS-Legacy.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- WN10-CC-000037
- Vuln IDs
- V-220799
- Rule IDs
- SV-220799r569187_rule
Fix: F-22503r554883_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MS Security Guide >> "Apply UAC restrictions to local accounts on network logons" to "Enabled". This policy setting requires the installation of the SecGuide custom templates included with the STIG package. "SecGuide.admx" and "SecGuide.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000038
- Vuln IDs
- V-220800
- Rule IDs
- SV-220800r569187_rule
Fix: F-22504r554886_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MS Security Guide >> "WDigest Authentication (disabling may require KB2871997)" to "Disabled". The patch referenced in the policy title is not required for Windows 10. This policy setting requires the installation of the SecGuide custom templates included with the STIG package. "SecGuide.admx" and "SecGuide.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000039
- Vuln IDs
- V-220801
- Rule IDs
- SV-220801r569187_rule
Fix: F-22505r554889_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> MS Security Guide >> "Remove "Run as Different User" from context menus" to "Enabled". This policy setting requires the installation of the SecGuide custom templates included with the STIG package. "SecGuide.admx" and "SecGuide.adml" must be copied to the \Windows\PolicyDefinitions and \Windows\PolicyDefinitions\en-US directories respectively.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000040
- Vuln IDs
- V-220802
- Rule IDs
- SV-220802r569187_rule
Fix: F-22506r554892_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Network >> Lanman Workstation >> "Enable insecure guest logons" to "Disabled".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000044
- Vuln IDs
- V-220803
- Rule IDs
- SV-220803r569187_rule
Fix: F-22507r554895_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Network >> Network Connections >> "Prohibit use of Internet Connection Sharing on your DNS domain network" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000055
- Vuln IDs
- V-220806
- Rule IDs
- SV-220806r569187_rule
Fix: F-22510r554904_fix
The default behavior for "Minimize the number of simultaneous connections to the Internet or a Windows Domain" is "Enabled". If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Network >> Windows Connection Manager >> "Minimize the number of simultaneous connections to the Internet or a Windows Domain" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000060
- Vuln IDs
- V-220807
- Rule IDs
- SV-220807r569187_rule
Fix: F-22511r554907_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Network >> Windows Connection Manager >> "Prohibit connection to non-domain networks when connected to domain authenticated network" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000065
- Vuln IDs
- V-220808
- Rule IDs
- SV-220808r569187_rule
Fix: F-22512r554910_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Network >> WLAN Service >> WLAN Settings>> "Allow Windows to automatically connect to suggested open hotspots, to networks shared by contacts, and to hotspots offering paid services" to "Disabled". v1507 LTSB does not include this group policy setting. It may be configured through other means such as using group policy from a later version of Windows 10 or a registry update.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000135
- Version
- WN10-CC-000066
- Vuln IDs
- V-220809
- Rule IDs
- SV-220809r569187_rule
Fix: F-22513r554913_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Audit Process Creation >> "Include command line in process creation events" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000068
- Vuln IDs
- V-220810
- Rule IDs
- SV-220810r569187_rule
Fix: F-22514r554916_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Credentials Delegation >> "Remote host allows delegation of non-exportable credentials" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000085
- Vuln IDs
- V-220813
- Rule IDs
- SV-220813r569187_rule
Fix: F-22517r554925_fix
Ensure that Early Launch Antimalware - Boot-Start Driver Initialization policy is set to enforce "Good, unknown and bad but critical" (preventing "bad"). If this needs to be corrected configure the policy value for Computer Configuration >> Administrative Templates >> System >> Early Launch Antimalware >> "Boot-Start Driver Initialization Policy" to "Enabled” with "Good, unknown and bad but critical" selected.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000090
- Vuln IDs
- V-220814
- Rule IDs
- SV-220814r569187_rule
Fix: F-22518r554928_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Group Policy >> "Configure registry policy processing" to "Enabled" and select the option "Process even if the Group Policy objects have not changed".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000100
- Vuln IDs
- V-220815
- Rule IDs
- SV-220815r569187_rule
Fix: F-22519r554931_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Internet Communication Management >> Internet Communication settings >> "Turn off downloading of print drivers over HTTP" to "Enabled".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000105
- Vuln IDs
- V-220816
- Rule IDs
- SV-220816r569187_rule
Fix: F-22520r554934_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Internet Communication Management >> Internet Communication settings >> "Turn off Internet download for Web publishing and online ordering wizards" to "Enabled".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000110
- Vuln IDs
- V-220817
- Rule IDs
- SV-220817r569187_rule
Fix: F-22521r554937_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Internet Communication Management >> Internet Communication settings >> "Turn off printing over HTTP" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000115
- Vuln IDs
- V-220818
- Rule IDs
- SV-220818r569187_rule
Fix: F-22522r554940_fix
This requirement is applicable to domain-joined systems, for standalone systems this is NA. The default behavior for "Support device authentication using certificate" is "Automatic". If this needs to be corrected, configured the policy value for Computer Configuration >> Administrative Templates >> System >> Kerberos >> "Support device authentication using certificate" to "Not Configured or "Enabled" with either option selected in "Device authentication behavior using certificate:".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000120
- Vuln IDs
- V-220819
- Rule IDs
- SV-220819r569187_rule
Fix: F-22523r554943_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Logon >> "Do not display network selection UI" to "Enabled".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000130
- Vuln IDs
- V-220820
- Rule IDs
- SV-220820r569187_rule
Fix: F-22524r554946_fix
This requirement is applicable to domain-joined systems, for standalone systems this is NA. Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Logon >> "Enumerate local users on domain-joined computers" to "Disabled".
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-CC-000145
- Vuln IDs
- V-220821
- Rule IDs
- SV-220821r569187_rule
Fix: F-22525r554949_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Power Management >> Sleep Settings >> "Require a password when a computer wakes (on battery)" to "Enabled".
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-CC-000150
- Vuln IDs
- V-220822
- Rule IDs
- SV-220822r569187_rule
Fix: F-22526r554952_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Power Management >> Sleep Settings >> "Require a password when a computer wakes (plugged in)" to "Enabled".
- RMF Control
- SC-4
- Severity
- H
- CCI
- CCI-001090
- Version
- WN10-CC-000155
- Vuln IDs
- V-220823
- Rule IDs
- SV-220823r569187_rule
Fix: F-22527r554955_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Remote Assistance >> "Configure Solicited Remote Assistance" to "Disabled".
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- WN10-CC-000165
- Vuln IDs
- V-220824
- Rule IDs
- SV-220824r569187_rule
Fix: F-22528r554958_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Remote Procedure Call >> "Restrict Unauthenticated RPC clients" to "Enabled" and "Authenticated".
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- WN10-CC-000170
- Vuln IDs
- V-220825
- Rule IDs
- SV-220825r569187_rule
Fix: F-22529r554961_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> App Runtime >> "Allow Microsoft accounts to be optional" to "Enabled".
- RMF Control
- CM-7
- Severity
- L
- CCI
- CCI-000381
- Version
- WN10-CC-000175
- Vuln IDs
- V-220826
- Rule IDs
- SV-220826r569187_rule
Fix: F-22530r554964_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Application Compatibility >> "Turn off Inventory Collector" to "Enabled".
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-001764
- Version
- WN10-CC-000180
- Vuln IDs
- V-220827
- Rule IDs
- SV-220827r569187_rule
Fix: F-22531r554967_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> AutoPlay Policies >> "Disallow Autoplay for non-volume devices" to "Enabled".
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-001764
- Version
- WN10-CC-000185
- Vuln IDs
- V-220828
- Rule IDs
- SV-220828r569187_rule
Fix: F-22532r554970_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> AutoPlay Policies >> "Set the default behavior for AutoRun" to "Enabled:Do not execute any autorun commands".
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-001764
- Version
- WN10-CC-000190
- Vuln IDs
- V-220829
- Rule IDs
- SV-220829r569187_rule
Fix: F-22533r554973_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> AutoPlay Policies >> "Turn off AutoPlay" to "Enabled:All Drives".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000195
- Vuln IDs
- V-220830
- Rule IDs
- SV-220830r569187_rule
Fix: F-22534r554976_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Biometrics >> Facial Features >> "Configure enhanced anti-spoofing" to "Enabled". v1607: The policy name is "Use enhanced anti-spoofing when available".
- RMF Control
- CM-7
- Severity
- L
- CCI
- CCI-000381
- Version
- WN10-CC-000197
- Vuln IDs
- V-220831
- Rule IDs
- SV-220831r569187_rule
Fix: F-22535r554979_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Cloud Content >> "Turn off Microsoft consumer experiences" to "Enabled".
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- WN10-CC-000200
- Vuln IDs
- V-220832
- Rule IDs
- SV-220832r569187_rule
Fix: F-22536r554982_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Credential User Interface >> "Enumerate administrator accounts on elevation" to "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000204
- Vuln IDs
- V-220833
- Rule IDs
- SV-220833r793250_rule
Fix: F-22537r554985_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Data Collection and Preview Builds >> "Limit Enhanced diagnostic data to the minimum required by Windows Analytics" to "Enabled" with "Enable Windows Analytics collection" selected in "Options:".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000205
- Vuln IDs
- V-220834
- Rule IDs
- SV-220834r569187_rule
Fix: F-22538r554988_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Data Collection and Preview Builds >> "Allow Telemetry" to "Enabled" with "0 - Security [Enterprise Only]" or "1 - Basic" selected in "Options:". If an organization is using v1709 or later of Windows 10 this may be configured to "2 - Enhanced" to support Windows Analytics. V-82145 must also be configured to limit the Enhanced diagnostic data to the minimum required by Windows Analytics.
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- WN10-CC-000206
- Vuln IDs
- V-220835
- Rule IDs
- SV-220835r569187_rule
Fix: F-22539r554991_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Delivery Optimization >> "Download Mode" to "Enabled" with any option except "Internet" selected. Acceptable selections include: Bypass (100) Group (2) HTTP only (0) LAN (1) Simple (99) v1507 (LTSB) does not include this group policy setting locally. For domain joined systems, configure through domain group policy as "HTTP only (0)" or "Lan (1)". Standalone systems configure using Settings >> Update & Security >> Windows Update >> Advanced Options >> "Choose how updates are delivered" with either "Off" or "PCs on my local network" selected.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000210
- Vuln IDs
- V-220836
- Rule IDs
- SV-220836r569187_rule
Fix: F-22540r554994_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> File Explorer >> "Configure Windows Defender SmartScreen" to "Enabled" with "Warn and prevent bypass" selected. Windows 10 includes duplicate policies for this setting. It can also be configured under Computer Configuration >> Administrative Templates >> Windows Components >> Windows Defender SmartScreen >> Explorer. v1607 LTSB: Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> File Explorer >> "Configure Windows SmartScreen" to "Enabled". (Selection options are not available.) v1507 LTSB: Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> File Explorer >> "Configure Windows SmartScreen" to "Enabled" with "Require approval from an administrator before running downloaded unknown software" selected.
- RMF Control
- SI-16
- Severity
- M
- CCI
- CCI-002824
- Version
- WN10-CC-000215
- Vuln IDs
- V-220837
- Rule IDs
- SV-220837r569187_rule
Fix: F-22541r554997_fix
The default behavior is for data execution prevention to be turned on for file explorer. If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> File Explorer >> "Turn off Data Execution Prevention for Explorer" to "Not Configured" or "Disabled".
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-002385
- Version
- WN10-CC-000220
- Vuln IDs
- V-220838
- Rule IDs
- SV-220838r569187_rule
Fix: F-22542r555000_fix
The default behavior is for File Explorer heap termination on corruption to be enabled. If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> File Explorer >> "Turn off heap termination on corruption" to "Not Configured" or "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000225
- Vuln IDs
- V-220839
- Rule IDs
- SV-220839r569187_rule
Fix: F-22543r555003_fix
The default behavior is for shell protected mode to be turned on for file explorer. If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> File Explorer >> "Turn off shell protocol protected mode" to "Not Configured" or "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000230
- Vuln IDs
- V-220840
- Rule IDs
- SV-220840r569187_rule
Fix: F-22544r555006_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Edge >> "Prevent bypassing Windows Defender SmartScreen prompts for sites" to "Enabled". Windows 10 includes duplicate policies for this setting. It can also be configured under Computer Configuration >> Administrative Templates >> Windows Components >> Windows Defender SmartScreen >> Microsoft Edge.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000235
- Vuln IDs
- V-220841
- Rule IDs
- SV-220841r569187_rule
Fix: F-22545r555009_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Edge >> "Prevent bypassing Windows Defender SmartScreen prompts for files" to "Enabled". Windows 10 includes duplicate policies for this setting. It can also be configured under Computer Configuration >> Administrative Templates >> Windows Components >> Windows Defender SmartScreen >> Microsoft Edge.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000238
- Vuln IDs
- V-220842
- Rule IDs
- SV-220842r569187_rule
Fix: F-22546r555012_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Edge >> "Prevent certificate error overrides" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000245
- Vuln IDs
- V-220843
- Rule IDs
- SV-220843r569187_rule
Fix: F-22547r555015_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Edge >> "Configure Password Manager" to "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000250
- Vuln IDs
- V-220844
- Rule IDs
- SV-220844r569187_rule
Fix: F-22548r555018_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Edge >> "Configure Windows Defender SmartScreen" to "Enabled". Windows 10 includes duplicate policies for this setting. It can also be configured under Computer Configuration >> Administrative Templates >> Windows Components >> Windows Defender SmartScreen >> Microsoft Edge.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000252
- Vuln IDs
- V-220845
- Rule IDs
- SV-220845r569187_rule
Fix: F-22549r555021_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Game Recording and Broadcasting >> "Enables or disables Windows Game Recording and Broadcasting" to "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000260
- Vuln IDs
- V-220847
- Rule IDs
- SV-220847r569187_rule
Fix: F-22551r555027_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> PIN Complexity >> "Minimum PIN length" to "6" or greater. v1607 LTSB: The policy path is Computer Configuration >> Administrative Templates >> Windows Components >> Windows Hello for Business >> Pin Complexity. v1507 LTSB: The policy path is Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Passport for Work >> Pin Complexity.
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-CC-000270
- Vuln IDs
- V-220848
- Rule IDs
- SV-220848r569187_rule
Fix: F-22552r555030_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop Services >> Remote Desktop Connection Client >> "Do not allow passwords to be saved" to "Enabled".
- RMF Control
- SC-4
- Severity
- M
- CCI
- CCI-001090
- Version
- WN10-CC-000275
- Vuln IDs
- V-220849
- Rule IDs
- SV-220849r569187_rule
Fix: F-22553r555033_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop Services >> Remote Desktop Session Host >> Device and Resource Redirection >> "Do not allow drive redirection" to "Enabled".
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-CC-000280
- Vuln IDs
- V-220850
- Rule IDs
- SV-220850r569187_rule
Fix: F-22554r555036_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop Services >> Remote Desktop Session Host >> Security >> "Always prompt for password upon connection" to "Enabled".
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-001453
- Version
- WN10-CC-000285
- Vuln IDs
- V-220851
- Rule IDs
- SV-220851r569187_rule
Fix: F-22555r555039_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop Services >> Remote Desktop Session Host >> Security "Require secure RPC communication" to "Enabled".
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000068
- Version
- WN10-CC-000290
- Vuln IDs
- V-220852
- Rule IDs
- SV-220852r569187_rule
Fix: F-22556r555042_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop Services >> Remote Desktop Session Host >> Security >> "Set client connection encryption level" to "Enabled" and "High Level".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000295
- Vuln IDs
- V-220853
- Rule IDs
- SV-220853r569187_rule
Fix: F-22557r555045_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> RSS Feeds >> "Prevent downloading of enclosures" to "Enabled".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000300
- Vuln IDs
- V-220854
- Rule IDs
- SV-220854r569187_rule
Fix: F-22558r555048_fix
The default behavior is for the Windows RSS platform to not use Basic authentication over HTTP connections. If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> RSS Feeds >> "Turn on Basic feed authentication over HTTP" to "Not Configured" or "Disabled".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000305
- Vuln IDs
- V-220855
- Rule IDs
- SV-220855r569187_rule
Fix: F-22559r555051_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Search >> "Allow indexing of encrypted files" to "Disabled".
- RMF Control
- CM-11
- Severity
- M
- CCI
- CCI-001812
- Version
- WN10-CC-000310
- Vuln IDs
- V-220856
- Rule IDs
- SV-220856r569187_rule
Fix: F-22560r555054_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Installer >> "Allow user control over installs" to "Disabled".
- RMF Control
- CM-11
- Severity
- H
- CCI
- CCI-001812
- Version
- WN10-CC-000315
- Vuln IDs
- V-220857
- Rule IDs
- SV-220857r569187_rule
Fix: F-22561r555057_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Installer >> "Always install with elevated privileges" to "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000320
- Vuln IDs
- V-220858
- Rule IDs
- SV-220858r569187_rule
Fix: F-22562r555060_fix
The default behavior is for Internet Explorer to warn users and select whether to allow or refuse installation when a web-based program attempts to install software on the system. If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Installer >> "Prevent Internet Explorer security prompt for Windows Installer scripts" to "Not Configured" or "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000325
- Vuln IDs
- V-220859
- Rule IDs
- SV-220859r569187_rule
Fix: F-22563r555063_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Logon Options >> "Sign-in last interactive user automatically after a system-initiated restart" to "Disabled".
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000135
- Version
- WN10-CC-000326
- Vuln IDs
- V-220860
- Rule IDs
- SV-220860r569187_rule
Fix: F-22564r555066_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows PowerShell >> "Turn on PowerShell Script Block Logging" to "Enabled".
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-000877
- Version
- WN10-CC-000330
- Vuln IDs
- V-220862
- Rule IDs
- SV-220862r569187_rule
Fix: F-22566r555072_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Remote Management (WinRM) >> WinRM Client >> "Allow Basic authentication" to "Disabled".
- RMF Control
- MA-4
- Severity
- M
- CCI
- CCI-002890
- Version
- WN10-CC-000335
- Vuln IDs
- V-220863
- Rule IDs
- SV-220863r569187_rule
Fix: F-22567r555075_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Remote Management (WinRM) >> WinRM Client >> "Allow unencrypted traffic" to "Disabled".
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-000877
- Version
- WN10-CC-000345
- Vuln IDs
- V-220865
- Rule IDs
- SV-220865r654974_rule
Fix: F-22569r654973_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Remote Management (WinRM) >> WinRM Service >> "Allow Basic authentication" to "Disabled". Severity Override Guidance: The AO can allow the severity override if they have reviewed the overall protection. This would only be allowed temporarily for implementation as documented and approved. …. Allowing Basic authentication to be used for the sole creation of Office 365 DoD tenants. …. A documented mechanism and or script that can disable Basic authentication once administration completes. …. Use of a Privileged Access Workstation (PAW) and adherence to the Clean Source principle for administration.
- RMF Control
- MA-4
- Severity
- M
- CCI
- CCI-002890
- Version
- WN10-CC-000350
- Vuln IDs
- V-220866
- Rule IDs
- SV-220866r569187_rule
Fix: F-22570r555084_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Remote Management (WinRM) >> WinRM Service >> "Allow unencrypted traffic" to "Disabled".
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-CC-000355
- Vuln IDs
- V-220867
- Rule IDs
- SV-220867r569187_rule
Fix: F-22571r555087_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Remote Management (WinRM) >> WinRM Service >> "Disallow WinRM from storing RunAs credentials" to "Enabled".
- RMF Control
- MA-4
- Severity
- M
- CCI
- CCI-000877
- Version
- WN10-CC-000360
- Vuln IDs
- V-220868
- Rule IDs
- SV-220868r569187_rule
Fix: F-22572r555090_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Remote Management (WinRM) >> WinRM Client >> "Disallow Digest authentication" to "Enabled".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000370
- Vuln IDs
- V-220870
- Rule IDs
- SV-220870r569187_rule
Fix: F-22574r555096_fix
Disable the convenience PIN sign-in. If this needs to be corrected configure the policy value for Computer Configuration >> Administrative Templates >> System >> Logon >> Set "Turn on convenience PIN sign-in" to "Disabled”.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- WN10-CC-000385
- Vuln IDs
- V-220871
- Rule IDs
- SV-220871r642141_rule
Fix: F-22575r642140_fix
Disable the convenience PIN sign-in. If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Ink Workspace >> Set "Allow Windows Ink Workspace" to "Enabled” and set Options "On, but disallow access above lock".
- RMF Control
- SC-4
- Severity
- M
- CCI
- CCI-001090
- Version
- WN10-EP-000310
- Vuln IDs
- V-220902
- Rule IDs
- SV-220902r569187_rule
Fix: F-22606r555192_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Kernel DMA Protection >> "Enumeration policy for external devices incompatible with Kernel DMA Protection" to "Enabled" with "Enumeration Policy" set to "Block All".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000185
- Version
- WN10-PK-000005
- Vuln IDs
- V-220903
- Rule IDs
- SV-220903r569310_rule
Fix: F-22607r603228_fix
Install the DoD Root CA certificates. DoD Root CA 2 DoD Root CA 3 DoD Root CA 4 DoD Root CA 5 The InstallRoot tool is available on Cyber Exchange at https://cyber.mil/pki-pke/tools-configuration-files.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000185
- Version
- WN10-PK-000010
- Vuln IDs
- V-220904
- Rule IDs
- SV-220904r569312_rule
Fix: F-22608r603230_fix
Install the ECA Root CA certificates on unclassified systems. ECA Root CA 2 ECA Root CA 4 The InstallRoot tool is available on Cyber Exchange at https://cyber.mil/pki-pke/tools-configuration-files.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000185
- Version
- WN10-PK-000015
- Vuln IDs
- V-220905
- Rule IDs
- SV-220905r569314_rule
Fix: F-22609r603232_fix
Install the DoD Interoperability Root CA cross-certificates on unclassified systems. Issued To - Issued By - Thumbprint DoD Root CA 2 - DoD Interoperability Root CA 1 - A8C27332CCB4CA49554CE55D34062A7DD2850C02 DoD Root CA 3 - DoD Interoperability Root CA 2 - AC06108CA348CC03B53795C64BF84403C1DBD341 The certificates can be installed using the InstallRoot tool. The tool and user guide are available on Cyber Exchange at https://cyber.mil/pki-pke/tools-configuration-files.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000185
- Version
- WN10-PK-000020
- Vuln IDs
- V-220906
- Rule IDs
- SV-220906r569316_rule
Fix: F-22610r603234_fix
Install the US DoD CCEB Interoperability Root CA cross-certificate on unclassified systems. Issued To - Issued By - Thumbprint DoD Root CA 3 - US DoD CCEB Interoperability Root CA 2 - AF132AC65DE86FC4FB3FE51FD637EBA0FF0B12A9 The certificates can be installed using the InstallRoot tool. The tool and user guide are available on Cyber Exchange at https://cyber.mil/pki-pke/tools-configuration-files.
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000764
- Version
- WN10-SO-000005
- Vuln IDs
- V-220908
- Rule IDs
- SV-220908r569187_rule
Fix: F-22612r555210_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Accounts: Administrator account status" to "Disabled".
- RMF Control
- IA-8
- Severity
- M
- CCI
- CCI-000804
- Version
- WN10-SO-000010
- Vuln IDs
- V-220909
- Rule IDs
- SV-220909r569187_rule
Fix: F-22613r555213_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Accounts: Guest account status" to "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000015
- Vuln IDs
- V-220910
- Rule IDs
- SV-220910r569187_rule
Fix: F-22614r555216_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Accounts: Limit local account use of blank passwords to console logon only" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000020
- Vuln IDs
- V-220911
- Rule IDs
- SV-220911r569187_rule
Fix: F-22615r555219_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Accounts: Rename administrator account" to a name other than "Administrator".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000025
- Vuln IDs
- V-220912
- Rule IDs
- SV-220912r569187_rule
Fix: F-22616r555222_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Accounts: Rename guest account" to a name other than "Guest".
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- WN10-SO-000030
- Vuln IDs
- V-220913
- Rule IDs
- SV-220913r569187_rule
Fix: F-22617r555225_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Audit: Force audit policy subcategory settings (Windows Vista or later) to override audit policy category settings" to "Enabled".
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- WN10-SO-000035
- Vuln IDs
- V-220914
- Rule IDs
- SV-220914r569187_rule
Fix: F-22618r555228_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Domain member: Digitally encrypt or sign secure channel data (always)" to "Enabled".
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- WN10-SO-000040
- Vuln IDs
- V-220915
- Rule IDs
- SV-220915r569187_rule
Fix: F-22619r555231_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Domain member: Digitally encrypt secure channel data (when possible)" to "Enabled".
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- WN10-SO-000045
- Vuln IDs
- V-220916
- Rule IDs
- SV-220916r569187_rule
Fix: F-22620r555234_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Domain member: Digitally sign secure channel data (when possible)" to "Enabled".
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- WN10-SO-000050
- Vuln IDs
- V-220917
- Rule IDs
- SV-220917r569187_rule
Fix: F-22621r555237_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Domain member: Disable machine account password changes" to "Disabled".
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- WN10-SO-000055
- Vuln IDs
- V-220918
- Rule IDs
- SV-220918r569187_rule
Fix: F-22622r555240_fix
This is the default configuration for this setting (30 days). Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Domain member: Maximum machine account password age" to "30" or less (excluding 0 which is unacceptable).
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- WN10-SO-000060
- Vuln IDs
- V-220919
- Rule IDs
- SV-220919r569187_rule
Fix: F-22623r555243_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Domain member: Require strong (Windows 2000 or Later) session key" to "Enabled".
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000057
- Version
- WN10-SO-000070
- Vuln IDs
- V-220920
- Rule IDs
- SV-220920r569187_rule
Fix: F-22624r555246_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Interactive logon: Machine inactivity limit" to "900" seconds" or less, excluding "0" which is effectively disabled.
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- WN10-SO-000085
- Vuln IDs
- V-220923
- Rule IDs
- SV-220923r569187_rule
Fix: F-22627r555255_fix
This is the default configuration for this setting (10 logons to cache). Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Interactive logon: Number of previous logons to cache (in case domain controller is not available)" to "10" logons or less. This setting only applies to domain-joined systems, however, it is configured by default on all systems.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000095
- Vuln IDs
- V-220924
- Rule IDs
- SV-220924r569187_rule
Fix: F-22628r555258_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Interactive logon: Smart card removal behavior" to "Lock Workstation" or "Force Logoff".
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- WN10-SO-000100
- Vuln IDs
- V-220925
- Rule IDs
- SV-220925r569187_rule
Fix: F-22629r555261_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Microsoft network client: Digitally sign communications (always)" to "Enabled".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000197
- Version
- WN10-SO-000110
- Vuln IDs
- V-220926
- Rule IDs
- SV-220926r569187_rule
Fix: F-22630r555264_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Microsoft network client: Send unencrypted password to third-party SMB servers" to "Disabled".
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- WN10-SO-000120
- Vuln IDs
- V-220927
- Rule IDs
- SV-220927r569187_rule
Fix: F-22631r555267_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Microsoft network server: Digitally sign communications (always)" to "Enabled".
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000366
- Version
- WN10-SO-000145
- Vuln IDs
- V-220929
- Rule IDs
- SV-220929r569187_rule
Fix: F-22633r555273_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network access: Do not allow anonymous enumeration of SAM accounts" to "Enabled".
- RMF Control
- SC-4
- Severity
- H
- CCI
- CCI-001090
- Version
- WN10-SO-000150
- Vuln IDs
- V-220930
- Rule IDs
- SV-220930r569187_rule
Fix: F-22634r555276_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network access: Do not allow anonymous enumeration of SAM accounts and shares" to "Enabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000160
- Vuln IDs
- V-220931
- Rule IDs
- SV-220931r569187_rule
Fix: F-22635r555279_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network access: Let Everyone permissions apply to anonymous users" to "Disabled".
- RMF Control
- SC-4
- Severity
- H
- CCI
- CCI-001090
- Version
- WN10-SO-000165
- Vuln IDs
- V-220932
- Rule IDs
- SV-220932r569187_rule
Fix: F-22636r555282_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network access: Restrict anonymous access to Named Pipes and Shares" to "Enabled".
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-SO-000167
- Vuln IDs
- V-220933
- Rule IDs
- SV-220933r569187_rule
Fix: F-22637r555285_fix
Navigate to the policy Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network access: Restrict clients allowed to make remote calls to SAM". Select "Edit Security" to configure the "Security descriptor:". Add "Administrators" in "Group or user names:" if it is not already listed (this is the default). Select "Administrators" in "Group or user names:". Select "Allow" for "Remote Access" in "Permissions for "Administrators". Click "OK". The "Security descriptor:" must be populated with "O:BAG:BAD:(A;;RC;;;BA) for the policy to be enforced.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000180
- Vuln IDs
- V-220934
- Rule IDs
- SV-220934r569187_rule
Fix: F-22638r555288_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: Allow LocalSystem NULL session fallback" to "Disabled".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000185
- Vuln IDs
- V-220935
- Rule IDs
- SV-220935r569187_rule
Fix: F-22639r555291_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: Allow PKU2U authentication requests to this computer to use online identities" to "Disabled".
- RMF Control
- IA-7
- Severity
- M
- CCI
- CCI-000803
- Version
- WN10-SO-000190
- Vuln IDs
- V-220936
- Rule IDs
- SV-220936r569187_rule
Fix: F-22640r555294_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: Configure encryption types allowed for Kerberos" to "Enabled" with only the following selected: AES128_HMAC_SHA1 AES256_HMAC_SHA1 Future encryption types
- RMF Control
- IA-5
- Severity
- H
- CCI
- CCI-000196
- Version
- WN10-SO-000195
- Vuln IDs
- V-220937
- Rule IDs
- SV-220937r569187_rule
Fix: F-22641r555297_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: Do not store LAN Manager hash value on next password change" to "Enabled".
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000366
- Version
- WN10-SO-000205
- Vuln IDs
- V-220938
- Rule IDs
- SV-220938r569187_rule
Fix: F-22642r555300_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: LAN Manager authentication level" to "Send NTLMv2 response only. Refuse LM & NTLM".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000210
- Vuln IDs
- V-220939
- Rule IDs
- SV-220939r569187_rule
Fix: F-22643r555303_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: LDAP client signing requirements" to "Negotiate signing" at a minimum.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000215
- Vuln IDs
- V-220940
- Rule IDs
- SV-220940r569187_rule
Fix: F-22644r555306_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: Minimum session security for NTLM SSP based (including secure RPC) clients" to "Require NTLMv2 session security" and "Require 128-bit encryption" (all options selected).
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-SO-000220
- Vuln IDs
- V-220941
- Rule IDs
- SV-220941r569187_rule
Fix: F-22645r555309_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network security: Minimum session security for NTLM SSP based (including secure RPC) servers" to "Require NTLMv2 session security" and "Require 128-bit encryption" (all options selected).
- RMF Control
- SC-13
- Severity
- M
- CCI
- CCI-002450
- Version
- WN10-SO-000230
- Vuln IDs
- V-220942
- Rule IDs
- SV-220942r569187_rule
Fix: F-22646r555312_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing" to "Enabled".
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- WN10-SO-000240
- Vuln IDs
- V-220943
- Rule IDs
- SV-220943r569187_rule
Fix: F-22647r555315_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "System objects: Strengthen default permissions of internal system objects (e.g. Symbolic links)" to "Enabled".
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-SO-000245
- Vuln IDs
- V-220944
- Rule IDs
- SV-220944r569187_rule
Fix: F-22648r555318_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "User Account Control: Admin Approval Mode for the Built-in Administrator account" to "Enabled".
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- WN10-SO-000250
- Vuln IDs
- V-220945
- Rule IDs
- SV-220945r569187_rule
Fix: F-22649r555321_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode" to "Prompt for consent on the secure desktop".
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-SO-000255
- Vuln IDs
- V-220947
- Rule IDs
- SV-220947r569187_rule
Fix: F-22651r555327_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "User Account Control: Behavior of the elevation prompt for standard users" to "Automatically deny elevation requests".
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- WN10-SO-000260
- Vuln IDs
- V-220948
- Rule IDs
- SV-220948r569187_rule
Fix: F-22652r555330_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "User Account Control: Detect application installations and prompt for elevation" to "Enabled".
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- WN10-SO-000265
- Vuln IDs
- V-220949
- Rule IDs
- SV-220949r569187_rule
Fix: F-22653r555333_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "User Account Control: Only elevate UIAccess applications that are installed in secure locations" to "Enabled".
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- WN10-SO-000270
- Vuln IDs
- V-220950
- Rule IDs
- SV-220950r569187_rule
Fix: F-22654r555336_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "User Account Control: Run all administrators in Admin Approval Mode" to "Enabled".
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- WN10-SO-000275
- Vuln IDs
- V-220951
- Rule IDs
- SV-220951r569187_rule
Fix: F-22655r555339_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "User Account Control: Virtualize file and registry write failures to per-user locations" to "Enabled".
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000005
- Vuln IDs
- V-220956
- Rule IDs
- SV-220956r569187_rule
Fix: F-22660r555354_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Access Credential Manager as a trusted caller" to be defined but containing no entries (blank).
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- WN10-UR-000010
- Vuln IDs
- V-220957
- Rule IDs
- SV-220957r569187_rule
Fix: F-22661r555357_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Access this computer from the network" to only include the following groups or accounts: Administrators Remote Desktop Users
- RMF Control
- AC-6
- Severity
- H
- CCI
- CCI-002235
- Version
- WN10-UR-000015
- Vuln IDs
- V-220958
- Rule IDs
- SV-220958r569187_rule
Fix: F-22662r555360_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Act as part of the operating system" to be defined but containing no entries (blank).
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- WN10-UR-000025
- Vuln IDs
- V-220959
- Rule IDs
- SV-220959r569187_rule
Fix: F-22663r555363_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Allow log on locally" to only include the following groups or accounts: Administrators Users
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000030
- Vuln IDs
- V-220960
- Rule IDs
- SV-220960r569187_rule
Fix: F-22664r555366_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Back up files and directories" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000035
- Vuln IDs
- V-220961
- Rule IDs
- SV-220961r569187_rule
Fix: F-22665r555369_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Change the system time" to only include the following groups or accounts: Administrators LOCAL SERVICE NT SERVICE\autotimesvc is added in v1909 cumulative update.
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000040
- Vuln IDs
- V-220962
- Rule IDs
- SV-220962r569187_rule
Fix: F-22666r555372_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Create a pagefile" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- H
- CCI
- CCI-002235
- Version
- WN10-UR-000045
- Vuln IDs
- V-220963
- Rule IDs
- SV-220963r569187_rule
Fix: F-22667r555375_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Create a token object" to be defined but containing no entries (blank).
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000050
- Vuln IDs
- V-220964
- Rule IDs
- SV-220964r569187_rule
Fix: F-22668r555378_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Create global objects" to only include the following groups or accounts: Administrators LOCAL SERVICE NETWORK SERVICE SERVICE
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000055
- Vuln IDs
- V-220965
- Rule IDs
- SV-220965r569187_rule
Fix: F-22669r555381_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Create permanent shared objects" to be defined but containing no entries (blank).
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000060
- Vuln IDs
- V-220966
- Rule IDs
- SV-220966r569187_rule
Fix: F-22670r555384_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Create symbolic links" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- H
- CCI
- CCI-002235
- Version
- WN10-UR-000065
- Vuln IDs
- V-220967
- Rule IDs
- SV-220967r569187_rule
Fix: F-22671r555387_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Debug programs" to only include the following groups or accounts: Administrators
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- WN10-UR-000070
- Vuln IDs
- V-220968
- Rule IDs
- SV-220968r569187_rule
Fix: F-22672r555390_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Deny access to this computer from the network" to include the following. Domain Systems Only: Enterprise Admins group Domain Admins group Local account (see Note below) All Systems: Guests group Privileged Access Workstations (PAWs) dedicated to the management of Active Directory are exempt from denying the Enterprise Admins and Domain Admins groups. (See the Windows Privileged Access Workstation STIG for PAW requirements.) Note: "Local account" is a built-in security group used to assign user rights and permissions to all local accounts.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- WN10-UR-000075
- Vuln IDs
- V-220969
- Rule IDs
- SV-220969r569187_rule
Fix: F-22673r555393_fix
This requirement is applicable to domain-joined systems, for standalone systems this is NA. Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Deny log on as a batch job" to include the following. Domain Systems Only: Enterprise Admin Group Domain Admin Group
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- WN10-UR-000080
- Vuln IDs
- V-220970
- Rule IDs
- SV-220970r569187_rule
Fix: F-22674r555396_fix
This requirement is applicable to domain-joined systems, for standalone systems this is NA. Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Deny log on as a service" to include the following. Domain Systems Only: Enterprise Admins Group Domain Admins Group
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- WN10-UR-000085
- Vuln IDs
- V-220971
- Rule IDs
- SV-220971r569187_rule
Fix: F-22675r555399_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Deny log on locally" to include the following. Domain Systems Only: Enterprise Admins Group Domain Admins Group Privileged Access Workstations (PAWs) dedicated to the management of Active Directory are exempt from denying the Enterprise Admins and Domain Admins groups. (See the Windows Privileged Access Workstation STIG for PAW requirements.) All Systems: Guests Group
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- WN10-UR-000090
- Vuln IDs
- V-220972
- Rule IDs
- SV-220972r569187_rule
Fix: F-22676r555402_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Deny log on through Remote Desktop Services" to include the following. If Remote Desktop Services is not used by the organization, assign the Everyone group this right to prevent all access. Domain Systems Only: Enterprise Admins group Domain Admins group Local account (see Note below) All Systems: Guests group Privileged Access Workstations (PAWs) dedicated to the management of Active Directory are exempt from denying the Enterprise Admins and Domain Admins groups. (See the Windows Privileged Access Workstation STIG for PAW requirements.) Note: "Local account" is a built-in security group used to assign user rights and permissions to all local accounts.
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000095
- Vuln IDs
- V-220973
- Rule IDs
- SV-220973r569187_rule
Fix: F-22677r555405_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Enable computer and user accounts to be trusted for delegation" to be defined but containing no entries (blank).
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000100
- Vuln IDs
- V-220974
- Rule IDs
- SV-220974r569187_rule
Fix: F-22678r555408_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Force shutdown from a remote system" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000110
- Vuln IDs
- V-220975
- Rule IDs
- SV-220975r569187_rule
Fix: F-22679r555411_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Impersonate a client after authentication" to only include the following groups or accounts: Administrators LOCAL SERVICE NETWORK SERVICE SERVICE
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000120
- Vuln IDs
- V-220976
- Rule IDs
- SV-220976r569187_rule
Fix: F-22680r555414_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Load and unload device drivers" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000125
- Vuln IDs
- V-220977
- Rule IDs
- SV-220977r569187_rule
Fix: F-22681r555417_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Lock pages in memory" to be defined but containing no entries (blank).
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- WN10-UR-000130
- Vuln IDs
- V-220978
- Rule IDs
- SV-220978r569187_rule
Fix: F-22682r555420_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Manage auditing and security log" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000140
- Vuln IDs
- V-220979
- Rule IDs
- SV-220979r569187_rule
Fix: F-22683r555423_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Modify firmware environment values" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000145
- Vuln IDs
- V-220980
- Rule IDs
- SV-220980r569187_rule
Fix: F-22684r555426_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Perform volume maintenance tasks" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000150
- Vuln IDs
- V-220981
- Rule IDs
- SV-220981r569187_rule
Fix: F-22685r555429_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Profile single process" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000160
- Vuln IDs
- V-220982
- Rule IDs
- SV-220982r569187_rule
Fix: F-22686r555432_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Restore files and directories" to only include the following groups or accounts: Administrators
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- WN10-UR-000165
- Vuln IDs
- V-220983
- Rule IDs
- SV-220983r569187_rule
Fix: F-22687r555435_fix
Configure the policy value for Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> User Rights Assignment >> "Take ownership of files or other objects" to only include the following groups or accounts: Administrators
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000132
- Version
- WN10-CC-000327
- Vuln IDs
- V-250318
- Rule IDs
- SV-250318r793287_rule
Fix: F-53707r793286_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows PowerShell >> "Turn on PowerShell Transcription" to "Enabled". Specify the Transcript output directory to point to a Central Log Server or another secure location to prevent user access.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- WN10-CC-000050
- Vuln IDs
- V-250319
- Rule IDs
- SV-250319r793294_rule
Fix: F-53708r793291_fix
Configure the policy value for Computer Configuration >> Administrative Templates >> Network >> Network Provider >> "Hardened UNC Paths" to "Enabled" with at least the following configured in "Hardened UNC Paths:" (click the "Show" button to display). Value Name: \\*\SYSVOL Value: RequireMutualAuthentication=1, RequireIntegrity=1 Value Name: \\*\NETLOGON Value: RequireMutualAuthentication=1, RequireIntegrity=1