PowerShell Defender Threat Severity Default Action Set to 'Allow' or 'NoAction'
Description
Detects the use of PowerShell to execute the 'Set-MpPreference' cmdlet to configure Windows Defender's threat severity default action to 'Allow' (value '6') or 'NoAction' (value '9'). This is a highly suspicious configuration change that effectively disables Defender's ability to automatically mitigate threats of a certain severity level. An attacker might use this technique via the command line to bypass defenses before executing payloads.
Query · sigma
selection_cmdlet: CommandLine|contains: Set-MpPreference selection_action: CommandLine|contains: - -LowThreatDefaultAction - -ModerateThreatDefaultAction - -HighThreatDefaultAction - -SevereThreatDefaultAction - '-ltdefac ' - '-mtdefac ' - '-htdefac ' - '-stdefac ' selection_value: CommandLine|contains: - Allow - '6' - NoAction - '9' condition: all of selection_*
Known false positives
- Highly unlikely