Indirect Inline Command Execution Via Bash.EXE
Description
Detects execution of Microsoft bash launcher with the "-c" flag. This can be used to potentially bypass defenses and execute Linux or Windows-based binaries directly via bash.
Query · sigma
selection_img: - Image|endswith: - :\Windows\System32\bash.exe - :\Windows\SysWOW64\bash.exe - OriginalFileName: Bash.exe selection_cli: CommandLine|contains: ' -c ' condition: all of selection_*
Known false positives
- Unknown