Remote Thread Created In Shell Application
Description
Detects remote thread creation in command shell applications, such as "Cmd.EXE" and "PowerShell.EXE". It is a common technique used by malware, such as IcedID, to inject malicious code and execute it within legitimate processes.
Query · sigma
selection: TargetImage|endswith: - \cmd.exe - \powershell.exe - \pwsh.exe filter_main_system: SourceImage|startswith: - C:\Windows\System32\ - C:\Windows\SysWOW64\ - C:\Program Files (x86)\ - C:\Program Files\ filter_optional_defender: SourceImage|endswith: \MsMpEng.exe condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Unknown