Explorer NOUACCHECK Flag
Description
Detects suspicious starts of explorer.exe that use the /NOUACCHECK flag that allows to run all sub processes of that newly started explorer.exe without any UAC checks
Query · sigma
selection: Image|endswith: \explorer.exe CommandLine|contains: /NOUACCHECK filter_dc_logon: - ParentCommandLine: C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule - ParentImage: C:\Windows\System32\svchost.exe condition: selection and not 1 of filter_*
Known false positives
- Domain Controller User Logon
- Unknown how many legitimate software products use that method