Disabled IE Security Features
Description
Detects command lines that indicate unwanted modifications to registry keys that disable important Internet Explorer security features
Query · sigma
selection1: CommandLine|contains|all: - ' -name IEHarden ' - ' -value 0 ' selection2: CommandLine|contains|all: - ' -name DEPOff ' - ' -value 1 ' selection3: CommandLine|contains|all: - ' -name DisableFirstRunCustomize ' - ' -value 2 ' condition: 1 of selection*
Known false positives
- Unknown