Microsoft Windows 11
Hardened UNC Paths must be defined to require mutual authentication and integrity for at least the \\*\SYSVOL and \\*\NETLOGON shares
Description
Additional security requirements are applied to Universal Naming Convention (UNC) paths specified in Hardened UNC paths before allowing access them. This aids in preventing tampering with or spoofing of connections to these paths.
Check
This requirement is applicable to domain-joined systems, for standalone systems this is NA.If the following registry values do not exist or are not configured as specified, this is a finding.Registry Hive: HKEY_LOCAL_MACHINERegistry Path: \SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths\Value Name: \\*\NETLOGONValue Type: REG_SZValue: RequireMutualAuthentication=1, RequireIntegrity=1Value Name: \\*\SYSVOLValue Type: REG_SZValue: RequireMutualAuthentication=1, RequireIntegrity=1Additional entries would not be a finding.
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: \\*\SYSVOLValue: RequireMutualAuthentication=1, RequireIntegrity=1Value Name: \\*\NETLOGONValue: RequireMutualAuthentication=1, RequireIntegrity=1