Process Proxy Execution Via Squirrel.EXE
Description
Detects the usage of the "Squirrel.exe" binary to execute arbitrary processes. This binary is part of multiple Electron based software installations (Slack, Teams, Discord, etc.)
Query · sigma
selection_img: Image|endswith: - \squirrel.exe - \update.exe selection_exec: CommandLine|contains: - --processStart - --processStartAndWait - --createShortcut filter_optional_discord: CommandLine|contains|all: - :\Users\ - \AppData\Local\Discord\Update.exe - Discord.exe CommandLine|contains: - --createShortcut - --processStart filter_optional_github_desktop: CommandLine|contains|all: - :\Users\ - \AppData\Local\GitHubDesktop\Update.exe - GitHubDesktop.exe CommandLine|contains: - --createShortcut - --processStartAndWait filter_optional_teams: CommandLine|contains|all: - :\Users\ - \AppData\Local\Microsoft\Teams\Update.exe - Teams.exe CommandLine|contains: - --processStart - --createShortcut filter_optional_yammer: CommandLine|contains|all: - :\Users\ - \AppData\Local\yammerdesktop\Update.exe - Yammer.exe CommandLine|contains: - --processStart - --createShortcut condition: all of selection_* and not 1 of filter_optional_*
Known false positives
- Expected FP with some Electron based applications such as (1Clipboard, Beaker Browser, Caret, Discord, GitHub Desktop, etc.)