Detection rules › Sigma
Suspicious Child Process Of Veeam Dabatase
Detects suspicious child processes of the Veeam service process. This could indicate potential RCE or SQL Injection.
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
Stages and Predicates
Stage 1: selection_parent
ParentCommandLine|contains: VEEAMSQL
ParentImage|endswith: '\sqlservr.exe'
Stage 2: 1 of selection_child_1
or:
CommandLine|contains: '-ex '
CommandLine|contains: DownloadString
CommandLine|contains: bypass
CommandLine|contains: 'copy '
CommandLine|contains: cscript
CommandLine|contains: 'http://'
CommandLine|contains: 'https://'
CommandLine|contains: mshta
CommandLine|contains: regsvr32
CommandLine|contains: rundll32
CommandLine|contains: wscript
or:
Image|endswith: '\cmd.exe'
Image|endswith: '\powershell.exe'
Image|endswith: '\pwsh.exe'
Image|endswith: '\wsl.exe'
Image|endswith: '\wt.exe'
Stage 3: 1 of selection_child_2
or:
Image|endswith: '\net.exe'
Image|endswith: '\net1.exe'
Image|endswith: '\netstat.exe'
Image|endswith: '\nltest.exe'
Image|endswith: '\ping.exe'
Image|endswith: '\tasklist.exe'
Image|endswith: '\whoami.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 |
|
ParentCommandLine | match |
|
ParentImage | ends_with |
|