Windows Defender Real-Time Protection Disabled
ID: windows-defender-realtime-protection-disabled
Severity: high
Author: princechaddha
Tags: windows,defender,windows-audit
Description
Section titled “Description”Checks if Windows Defender real-time protection is disabled.
YAML Source
Section titled “YAML Source”id: windows-defender-realtime-protection-disabled
info: name: Windows Defender Real-Time Protection Disabled author: princechaddha severity: high description: Checks if Windows Defender real-time protection is disabled. impact: | Disabling real-time protection increases the risk of malware infections. remediation: | Enable Windows Defender real-time protection to secure the system. tags: windows,defender,windows-audit
self-contained: true
code: - pre-condition: | IsWindows(); engine: - powershell - powershell.exe args: - -ExecutionPolicy - Bypass pattern: "*.ps1" source: | (Get-MpPreference).DisableRealtimeMonitoring
matchers: - type: word words: - "True"# digest: 4a0a00473045022100ae62a0f2a22fd5ab361487fd5e83077ac7d183cd5390fae3fa0598ec1a60d30602205959934326eed271719a41c1d444204b97e87088fcee0e39f8629f28dcef7cdc:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "code/windows/audit/windows-defender-realtime-protection-disabled.yaml"