Suspicious CommandLine Parameters for Electron Apps on Windows

Alerts on Electron app execution with command-line flags consistent with subprocess and renderer/utility launching behavior.

FreeReviewedSigma · Medium · v1
Product
windows
Category
process_creation
Author
frack113, Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-09-05
Updated
2026-07-30

What it detects

This rule flags Windows process creation events where the executed binary matches known Electron-based applications and the command line contains specific Electron launch/runtime parameters (for example, browser subprocess path and renderer/utility command prefixes). Such parameters can indicate an attacker is abusing Electron’s process model to proxy or launch additional components through a legitimate, signed application. It relies on process creation telemetry, matching executable image name or OriginalFileName plus substring matches in the CommandLine.

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.