diff --git a/ee/cis/win-10/cis-NON-COMPLETED-policy-queries.yml b/ee/cis/win-10/cis-NON-COMPLETED-policy-queries.yml index 592c1ad12b..886a77f605 100644 --- a/ee/cis/win-10/cis-NON-COMPLETED-policy-queries.yml +++ b/ee/cis/win-10/cis-NON-COMPLETED-policy-queries.yml @@ -500,6 +500,26 @@ spec: --- apiVersion: v1 kind: policy +spec: + name: > + CIS - Ensure 'Turn on script scanning' is set to 'Enabled' + platforms: win10 + platform: windows + description: | + This policy setting allows script scanning to be turned on/off. Script scanning intercepts scripts then scans them before they are executed on the system. + The recommended state for this setting is: Enabled. + resolution: | + To establish the recommended configuration via GP, set the following UI path to 'Enabled': + 'Computer Configuration\Policies\Administrative Templates\Windows Components\Microsoft Defender Antivirus\Real-Time Protection\Turn on script scanning' + Note: This Group Policy path may not exist by default. It is provided by the Group Policy template WindowsDefender.admx/adml that is included with the Microsoft Windows 8.1 & Server 2012 R2 Administrative Templates (or newer). + query: | + SELECT 1 FROM registry WHERE (path = 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows Defender\\Real-Time Protection\\DisableScriptScanning' AND data = 0); + purpose: Informational + tags: compliance, CIS, CIS_Level1, CIS_win10_enterprise_1.12.0, CIS_bullet_18.9.47.9.4 + contributors: sharon-fdm +--- +apiVersion: v1 +kind: policy spec: name: > CIS - Ensure 'Turn off Spotlight collection on Desktop' is set to 'Enabled' diff --git a/ee/cis/win-10/cis-policy-queries.yml b/ee/cis/win-10/cis-policy-queries.yml index cfd5345825..dba2746bf2 100644 --- a/ee/cis/win-10/cis-policy-queries.yml +++ b/ee/cis/win-10/cis-policy-queries.yml @@ -5561,26 +5561,6 @@ spec: --- apiVersion: v1 kind: policy -spec: - name: > - CIS - Ensure 'Turn on script scanning' is set to 'Enabled' - platforms: win10 - platform: windows - description: | - This policy setting allows script scanning to be turned on/off. Script scanning intercepts scripts then scans them before they are executed on the system. - The recommended state for this setting is: Enabled. - resolution: | - To establish the recommended configuration via GP, set the following UI path to 'Enabled': - 'Computer Configuration\Policies\Administrative Templates\Windows Components\Microsoft Defender Antivirus\Real-Time Protection\Turn on script scanning' - Note: This Group Policy path may not exist by default. It is provided by the Group Policy template WindowsDefender.admx/adml that is included with the Microsoft Windows 8.1 & Server 2012 R2 Administrative Templates (or newer). - query: | - SELECT 1 FROM registry WHERE (path = 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows Defender\\Real-Time Protection\\DisableScriptScanning' AND data = 0); - purpose: Informational - tags: compliance, CIS, CIS_Level1, CIS_win10_enterprise_1.12.0, CIS_bullet_18.9.47.9.4 - contributors: sharon-fdm ---- -apiVersion: v1 -kind: policy spec: name: > CIS - Ensure 'Configure Watson events' is set to 'Disabled'