Rundll32 Execution With Uncommon DLL Extension
Description
Detects the execution of rundll32 with a command line that doesn't contain a common extension
Query · sigma
selection:
- Image|endswith: \rundll32.exe
- OriginalFileName: RUNDLL32.EXE
filter_main_null:
CommandLine: null
filter_main_empty:
CommandLine: ''
filter_main_known_extension:
- CommandLine|contains:
- '.cpl '
- .cpl,
- .cpl"
- .cpl'
- '.dll '
- .dll,
- .dll"
- .dll'
- '.inf '
- .inf,
- .inf"
- .inf'
- CommandLine|endswith:
- .cpl
- .dll
- '.inf'
filter_main_localserver:
CommandLine|contains: ' -localserver '
filter_main_zzzzInvokeManagedCustomActionOutOfProc:
ParentImage|endswith: \msiexec.exe
CommandLine|contains|all:
- :\Windows\Installer\
- .tmp
- zzzzInvokeManagedCustomActionOutOfProc
filter_optional_EdgeUpdate:
ParentCommandLine|contains|all:
- :\Users\
- \AppData\Local\Microsoft\EdgeUpdate\Install\{
- \EDGEMITMP_
- .tmp\setup.exe
- --install-archive=
- --previous-version=
- --msedgewebview --verbose-logging --do-not-launch-msedge --user-level
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Unknown