mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
1317fe9df2
+ Added Sysmon detection of Office binaries spawning Windows shells + Additional web servers added for webshell detection
24 lines
668 B
YAML
24 lines
668 B
YAML
title: Shells spawned by Web Servers
|
|
status: experimental
|
|
description: Web servers that spawn shell processes could be the result of a successfully placed web shell or an other attack
|
|
author: Thomas Patzke
|
|
logsource:
|
|
product: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
ParentImage:
|
|
- '*\w3wp.exe'
|
|
- '*\httpd.exe'
|
|
- '*\nginx.exe'
|
|
- '*\php-cgi.exe'
|
|
Image:
|
|
- '*\cmd.exe'
|
|
- '*\sh.exe'
|
|
- '*\bash.exe'
|
|
- '*\powershell.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Particular web applications may spawn a shell process legitimately
|
|
level: high
|