Detection rules › Sigma
Suspicious Electron Application Child Processes
Detects suspicious child processes of electron apps (teams, discord, slack, etc.). This could be a potential sign of ".asar" file tampering (See reference section for more information) or binary execution proxy through specific CLI arguments (see related rule)
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
| Security-Auditing | 4688 | A new process has been created. |
Stages and Predicates
Stage 1: selection_parent
or:
ParentImage|endswith: '\GitHubDesktop.exe'
ParentImage|endswith: '\chrome.exe'
ParentImage|endswith: '\discord.exe'
ParentImage|endswith: '\keybase.exe'
ParentImage|endswith: '\msedge.exe'
ParentImage|endswith: '\msedgewebview2.exe'
ParentImage|endswith: '\msteams.exe'
ParentImage|endswith: '\slack.exe'
ParentImage|endswith: '\teams.exe'
Stage 2: 1 of selection_child_image
or:
Image|endswith: '\cmd.exe'
Image|endswith: '\cscript.exe'
Image|endswith: '\mshta.exe'
Image|endswith: '\powershell.exe'
Image|endswith: '\pwsh.exe'
Image|endswith: '\regsvr32.exe'
Image|endswith: '\whoami.exe'
Image|endswith: '\wscript.exe'
Stage 3: 1 of selection_child_paths
or:
Image|contains: ':\ProgramData\'
Image|contains: ':\Temp\'
Image|contains: '\AppData\Local\Temp\'
Image|contains: '\Users\Public\'
Image|contains: '\Windows\Temp\'
Stage 4: not 1 of filter_optional_discord
CommandLine|contains: '\NVSMI\nvidia-smi.exe'
Image|endswith: '\cmd.exe'
ParentImage|endswith: '\Discord.exe'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | match |
|
Image | ends_with |
|
Image | match |
|
ParentImage | ends_with |
|