Pikabot Fake DLL Extension Execution Via Rundll32.EXE
Description
Detects specific process tree behavior linked to "rundll32" executions, wherein the associated DLL lacks a common ".dll" extension, often signaling potential Pikabot activity.
Query · sigma
selection: ParentImage|endswith: - \cmd.exe - \cscript.exe - \mshta.exe - \powershell.exe - \pwsh.exe - \regsvr32.exe - \wscript.exe Image|endswith: \rundll32.exe CommandLine|contains: - :\ProgramData\ - :\Users\Public\ - :\Windows\Installer\ - \AppData\Local\Temp\ - \AppData\Roaming\ filter_main_known_extension: - CommandLine|contains: - '.cpl ' - .cpl, - '.dll ' - .dll, - '.inf ' - .inf, - CommandLine|endswith: - .cpl - .cpl" - .dll - .dll" - '.inf' - .inf" - .cpl' - .dll' - .inf' condition: selection and not 1 of filter_main_*
Known false positives
- Unknown