πΌ Management Samenvatting
Anonieme SID-to-name vertaling moet worden uitgeschakeld om te voorkomen dat niet-geauthenticeerde aanvallers SIDs (Security Identifiers) kunnen vertalen naar gebruikersnamen, wat waardevolle reconnaissance informatie oplevert voor verdere aanvallen.
β Windows 11
β Windows Server
SID TRANSLATION INFORMATION DISCLOSURE: Windows kan SIDs (zoals S-1-5-21-xxx-500 voor Administrator) vertalen naar de bijbehorende gebruikersnaam. ZONDER RESTRICTIE kunnen anonieme verbindingen: Elke SID vertalen naar username (reveals account naming conventions), Well-known SIDs gebruiken om beheerdersaccounts te identificeren (SID-500 is ingebouwde Administrator), Domain SIDs query zonder authenticatie. RECONNAISSANCE VALUE VOOR AANVALLERS: Identificeren van beheerdersaccounts (target voor privilege escalation), Ontdekken van serviceaccounts (vaak met weak passwords), Begrijpen van organizational structure (usernames reveal departments, roles), Account naming patterns (helpdesk001, admin-john β predictable patterns). ATTACK USAGE: Aanvaller zonder credentials β Queries SID S-1-5-21-[domain]-500 β Gets Administrator account name β Target voor brute force met die specific username. LEGACY COMPATIBILITY: Deze capability bestaat voor backward compatibility met pre-Windows 2000 systems, Moderne netwerken hebben GEEN legitieme gebruiken case voor anonymous SID translation.
Connection:
Local beveiligingsbeleidRequired Modules:
Implementatie
Deze control configureert LSAAnonymousNameLookup policy via Local beveiligingsbeleid: Network access: Sta toe anonymous SID/Name translation is Disabled. Technical implementation: via secedit /export en configuration, Policy value: LSAAnonymousNameLookup is 0 (disabled). EFFECT WANNEER DISABLED (value=0): Anonieme verbindingen kunnen NIET SIDs vertalen naar namen, geauthenticeerde gebruikers kunnen nog steeds SID lookups doen (legitimate operations), Blokkeert reconnaissance attacks via null sessions.
- Intune admin center β Endpoint security
- Security baseline β Windows Security Baseline
- Setting: 'Network access: Sta toe anonymous SID/Name translation' is Disabled
- Assign to: Alle devices
- GPO: Computer Configuration β Windows Settings β beveiligingsinstellings
- Local Policies β Security Options
- Policy: 'Network access: Sta toe anonymous SID/Name translation'
- Setting: Disabled
- Implementeer via gpupdate /force
Vereisten
- Windows 10, Windows 11, of Windows Server 2016+
- Intune of Group Policy management
- Administrator rechten
- Compatibility check: Zeer zeldzame legacy apps kunnen dit vereisen (Verifieer geen dependencies)
Implementatie
via Intune:
- Intune admin center β Endpoint security
- Security baseline β Windows Security Baseline
- Setting: 'Network access: Sta toe anonymous SID/Name translation' is Disabled
- Assign to: Alle devices
Gebruik PowerShell-script anonymous-sid-translation-disabled.ps1 (functie Invoke-Remediation) β Configureer LSAAnonymousNameLookup via secedit.
via Group Policy:
- GPO: Computer Configuration β Windows Settings β beveiligingsinstellings
- Local Policies β Security Options
- Policy: 'Network access: Sta toe anonymous SID/Name translation'
- Setting: Disabled
- Implementeer via gpupdate /force
Monitoring
Gebruik PowerShell-script anonymous-sid-translation-disabled.ps1 (functie Invoke-Monitoring) β Verificeer LSAAnonymousNameLookup is 0 via secedit export.
Monitor: Policy compliance, Vulnerability scans voor anonymous information disclosure
Compliance en Auditing
- CIS Windows Benchmark 2.3.10.1 - Level 1
- BIO 09.01 - Toegangsbeleid: Information disclosure prevention
- ISO 27001 A.9.1.2 - Toegang tot netwerken
- NIS2 Artikel 21 - Toegangscontrole en authenticaties
Remediatie
Gebruik PowerShell-script anonymous-sid-translation-disabled.ps1 (functie Invoke-Remediation) β Herstellen.
Compliance & Frameworks
- CIS M365: Control 2.3.10.1 (L1) - Sta toe anonymous SID/Name translation is Disabled
- BIO: 09.01.02 - Toegang tot netwerken - Information disclosure prevention
- ISO 27001:2022: A.9.1.2 - Toegang tot netwerken en netwerkdiensten
- NIS2: Artikel - Toegangscontrole en authenticatie measures
Automation
Gebruik het onderstaande PowerShell script om deze security control te monitoren en te implementeren. Het script bevat functies voor zowel monitoring (-Monitoring) als remediation (-Remediation).
Risico zonder implementatie
Management Samenvatting
Schakel anonieme SID-naar-naam vertaling uit (LSAAnonymousNameLookup=0). Voorkomt reconnaissance attacks. Voldoet aan CIS 2.3.10.1 L1, BIO 09.01, ISO 27001 A.9.1.2. Implementatie: 1-2 uur.
- Implementatietijd: 2 uur
- FTE required: 0.02 FTE