fix "Configure Defender" being in wrong category #28
This commit is contained in:
@@ -977,48 +977,48 @@ actions:
|
|||||||
sc stop "VSStandardCollectorService150"
|
sc stop "VSStandardCollectorService150"
|
||||||
net stop VSStandardCollectorService150 2>nul
|
net stop VSStandardCollectorService150 2>nul
|
||||||
sc config "VSStandardCollectorService150" start=disabled
|
sc config "VSStandardCollectorService150" start=disabled
|
||||||
-
|
-
|
||||||
category: Configure Windows Defender
|
category: Configure Windows Defender
|
||||||
|
children:
|
||||||
|
-
|
||||||
|
name: Do not send Watson events
|
||||||
|
recommend: true
|
||||||
|
docs: https://getadmx.com/?Category=SystemCenterEndpointProtection&Policy=Microsoft.Policies.Antimalware::reporting_disablegenericreports
|
||||||
|
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "DisableGenericReports" /t REG_DWORD /d 1 /f
|
||||||
|
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "DisableGenericReports" /t REG_DWORD /d 0 /f
|
||||||
|
-
|
||||||
|
category: Disable Microsoft SpyNet (Windows Defender cloud export for analysis)
|
||||||
children:
|
children:
|
||||||
-
|
-
|
||||||
name: Do not send Watson events
|
name: Disable local setting override for reporting to Microsoft MAPS
|
||||||
recommend: true
|
recommend: true
|
||||||
docs: https://getadmx.com/?Category=SystemCenterEndpointProtection&Policy=Microsoft.Policies.Antimalware::reporting_disablegenericreports
|
docs:
|
||||||
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "DisableGenericReports" /t REG_DWORD /d 1 /f
|
- https://www.stigviewer.com/stig/windows_defender_antivirus/2017-12-27/finding/V-75161
|
||||||
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "DisableGenericReports" /t REG_DWORD /d 0 /f
|
- https://getadmx.com/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDefender::Spynet_LocalSettingOverrideSpynetReporting
|
||||||
|
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "LocalSettingOverrideSpynetReporting" /t REG_DWORD /d 0 /f
|
||||||
|
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "LocalSettingOverrideSpynetReporting" /t REG_DWORD /d 1 /f
|
||||||
-
|
-
|
||||||
category: Disable Microsoft SpyNet (Windows Defender cloud export for analysis)
|
name: Turn off Windows Defender SpyNet reporting
|
||||||
children:
|
|
||||||
-
|
|
||||||
name: Disable local setting override for reporting to Microsoft MAPS
|
|
||||||
recommend: true
|
|
||||||
docs:
|
|
||||||
- https://www.stigviewer.com/stig/windows_defender_antivirus/2017-12-27/finding/V-75161
|
|
||||||
- https://getadmx.com/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDefender::Spynet_LocalSettingOverrideSpynetReporting
|
|
||||||
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "LocalSettingOverrideSpynetReporting" /t REG_DWORD /d 0 /f
|
|
||||||
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "LocalSettingOverrideSpynetReporting" /t REG_DWORD /d 1 /f
|
|
||||||
-
|
|
||||||
name: Turn off Windows Defender SpyNet reporting
|
|
||||||
recommend: true
|
|
||||||
docs:
|
|
||||||
- https://www.stigviewer.com/stig/windows_7/2012-07-02/finding/V-15713
|
|
||||||
- https://getadmx.com/?Category=Windows_7_2008R2&Policy=Microsoft.Policies.WindowsDefender::SpyNetReporting
|
|
||||||
- https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-defender#defender-allowcloudprotection
|
|
||||||
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpynetReporting" /t REG_DWORD /d 0 /f
|
|
||||||
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpynetReporting" /t REG_DWORD /d 1 /f
|
|
||||||
-
|
|
||||||
name: Do not send file samples for further analysis
|
|
||||||
recommend: true
|
|
||||||
docc:
|
|
||||||
- https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-defender#defender-submitsamplesconsent
|
|
||||||
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d 2 /f
|
|
||||||
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d 1 /f
|
|
||||||
-
|
|
||||||
name: Disable Malicious Software Reporting tool diagnostic data
|
|
||||||
recommend: true
|
recommend: true
|
||||||
docs: https://getadmx.com/?Category=Windows10_Telemetry&Policy=Microsoft.Policies.Win10Privacy::DontReportInfection
|
docs:
|
||||||
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 1 /f
|
- https://www.stigviewer.com/stig/windows_7/2012-07-02/finding/V-15713
|
||||||
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 0 /f
|
- https://getadmx.com/?Category=Windows_7_2008R2&Policy=Microsoft.Policies.WindowsDefender::SpyNetReporting
|
||||||
|
- https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-defender#defender-allowcloudprotection
|
||||||
|
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpynetReporting" /t REG_DWORD /d 0 /f
|
||||||
|
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpynetReporting" /t REG_DWORD /d 1 /f
|
||||||
|
-
|
||||||
|
name: Do not send file samples for further analysis
|
||||||
|
recommend: true
|
||||||
|
docc:
|
||||||
|
- https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-defender#defender-submitsamplesconsent
|
||||||
|
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d 2 /f
|
||||||
|
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d 1 /f
|
||||||
|
-
|
||||||
|
name: Disable Malicious Software Reporting tool diagnostic data
|
||||||
|
recommend: true
|
||||||
|
docs: https://getadmx.com/?Category=Windows10_Telemetry&Policy=Microsoft.Policies.Win10Privacy::DontReportInfection
|
||||||
|
code: reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 1 /f
|
||||||
|
revertCode: reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 0 /f
|
||||||
-
|
-
|
||||||
name: Disable NET Core CLI telemetry
|
name: Disable NET Core CLI telemetry
|
||||||
recommend: true
|
recommend: true
|
||||||
|
|||||||
Reference in New Issue
Block a user