Skip to content

Commit

Permalink
add policy section 18.9.46
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Dec 7, 2023
1 parent e24168f commit 6410a3b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions cfg/2.0.0/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3982,3 +3982,39 @@ groups:
To establish the recommended configuration via GP, set the following UI path to 'Enabled: Audit' (configuring to 'Enabled: Block' also conforms to the benchmark):
Computer Configuration\Policies\Administrative Templates\System\Security Account Manager\Configure validation of ROCA-vulnerable WHfB keys during authentication
scored: true
- id: 18.9.46.5.1
description: "Ensure 'Microsoft Support Diagnostic Tool: Turn on MSDT interactive communication with support provider' is set to 'Disabled' (Automated)"
audittype: powershell
audit:
cmd:
DomainController: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\ScriptedDiagnosticsProvider\Policy' DisableQueryRemoteServer
MemberServer: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\ScriptedDiagnosticsProvider\Policy' DisableQueryRemoteServer
tests:
test_items:
- flag: ""
compare:
op: eq
value: "0"
set: true
remediation: >
To establish the recommended configuration via GP, set the following UI path to 'Disabled':
Computer Configuration\Policies\Administrative Templates\System\Troubleshooting and Diagnostics\Microsoft Support Diagnostic Tool\Microsoft Support Diagnostic Tool: Turn on MSDT interactive communication with support provider
scored: true
- id: 18.9.46.11.1
description: "Ensure 'Enable/Disable PerfTrack' is set to 'Disabled' (Automated)"
audittype: powershell
audit:
cmd:
DomainController: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WDI\{9c5a40da-b965-4fc3-8781-88dd50a6299d}' ScenarioExecutionEnabled
MemberServer: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WDI\{9c5a40da-b965-4fc3-8781-88dd50a6299d}' ScenarioExecutionEnabled
tests:
test_items:
- flag: ""
compare:
op: eq
value: "0"
set: true
remediation: >
To establish the recommended configuration via GP, set the following UI path to 'Disabled':
Computer Configuration\Policies\Administrative Templates\System\Troubleshooting and Diagnostics\Windows Performance PerfTrack\Enable/Disable PerfTrack
scored: true

0 comments on commit 6410a3b

Please sign in to comment.