Skip to content

Commit

Permalink
add policies 18.5.*
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Dec 5, 2023
1 parent c204f07 commit abc4fec
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions cfg/2.0.0/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2340,3 +2340,42 @@ groups:
To establish the recommended configuration via GP, set the following UI path to 'Disabled':
Computer Configuration\Policies\Administrative Templates\MS Security Guide\WDigest Authentication (disabling may require KB2871997)
scored: true
- id: 18.5
description: Microsoft Solutions for Security (MSS) (Legacy)
checks:
- id: 18.5.1
description: "Ensure 'MSS: (AutoAdminLogon) Enable Automatic Logon (not recommended)' is set to 'Disabled' (Automated)"
audittype: powershell
audit:
cmd:
DomainController: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon' AutoAdminLogon
MemberServer: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon' AutoAdminLogon
tests:
test_items:
- flag: ""
compare:
op: eq
value: "1"
set: true
remediation: >
To establish the recommended configuration via GP, set the following UI path to 'Disabled':
Computer Configuration\Policies\Administrative Templates\MSS (Legacy)\MSS: (AutoAdminLogon) Enable Automatic Logon (not recommended)
scored: true
- id: 18.5.2
description: "Ensure 'MSS: (DisableIPSourceRouting IPv6) IP source routing protection level (protects against packet spoofing)' is set to 'Enabled: Highest protection, source routing is completely disabled' (Automated)"
audittype: powershell
audit:
cmd:
DomainController: Get-ItemPropertyValue 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters' DisableIPSourceRouting
MemberServer: Get-ItemPropertyValue 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters' DisableIPSourceRouting
tests:
test_items:
- flag: ""
compare:
op: eq
value: "1"
set: true
remediation: >
To establish the recommended configuration via GP, set the following UI path to 'Enabled: Highest protection, source routing is completely disabled':
Computer Configuration\Policies\Administrative Templates\MSS (Legacy)\MSS: (AutoAdminLogon) Enable Automatic Logon (not recommended)
scored: true

0 comments on commit abc4fec

Please sign in to comment.