Detection rules › Sigma
Suspicious Spool Service Child Process
Detects suspicious print spool service (spoolsv.exe) child processes.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Execution | T1203 Exploitation for Client Execution |
| Privilege Escalation | T1068 Exploitation for Privilege Escalation |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
Stages and Predicates
Stage 1: spoolsv
IntegrityLevel: [S-1-16-16384, System]
ParentImage|endswith: '\spoolsv.exe'
Stage 2: suspicious_unrestricted
or:
Image|endswith: '\accesschk.exe'
Image|endswith: '\bcdedit.exe'
Image|endswith: '\bitsadmin.exe'
Image|endswith: '\certutil.exe'
Image|endswith: '\cipher.exe'
Image|endswith: '\curl.exe'
Image|endswith: '\findstr.exe'
Image|endswith: '\fsutil.exe'
Image|endswith: '\gpupdate.exe'
Image|endswith: '\nltest.exe'
Image|endswith: '\query.exe'
Image|endswith: '\reg.exe'
Image|endswith: '\sc.exe'
Image|endswith: '\schtasks.exe'
Image|endswith: '\systeminfo.exe'
Image|endswith: '\taskkill.exe'
Image|endswith: '\taskmgr.exe'
Image|endswith: '\wevtutil.exe'
Image|endswith: '\wget.exe'
Image|endswith: '\whoami.exe'
Image|endswith: '\wmic.exe'
Image|endswith: '\write.exe'
Image|endswith: '\wuauclt.exe'
Stage 3: suspicious_net
or:
Image|endswith: '\net.exe'
Image|endswith: '\net1.exe'
Stage 4: not suspicious_net_filter
CommandLine|contains: start
Stage 5: suspicious_cmd
Image|endswith: '\cmd.exe'
Stage 6: not suspicious_cmd_filter
or:
CommandLine|contains: .spl
CommandLine|contains: 'program files'
CommandLine|contains: 'route add'
Stage 7: suspicious_netsh
Image|endswith: '\netsh.exe'
Stage 8: not suspicious_netsh_filter
or:
CommandLine|contains: 'add portopening'
CommandLine|contains: 'rule name'
Stage 9: suspicious_powershell
or:
Image|endswith: '\powershell.exe'
Image|endswith: '\pwsh.exe'
Stage 10: not suspicious_powershell_filter
CommandLine|contains: .spl
Stage 11: all of suspicious_rundll32_img
or:
Image|endswith: '\rundll32.exe'
OriginalFileName: RUNDLL32.EXE
Stage 12: all of suspicious_rundll32_cli
CommandLine|endswith: rundll32.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 | ends_with |
|
CommandLine | match |
|
Image | ends_with |
|
IntegrityLevel | eq |
|
OriginalFileName | eq |
|
ParentImage | ends_with |
|