SigmaHQ/rules/windows/sysmon/sysmon_webshell_spawn.yml

23 lines
660 B
YAML
Raw Normal View History

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:
2017-02-19 10:08:23 +00:00
product: sysmon
detection:
selection:
EventLog: Microsoft-Windows-Sysmon/Operational
EventID: 1
ParentImage:
- '*\w3wp.exe'
- '*\httpd.exe'
- '*\nginx.exe'
Image:
- '*\cmd.exe'
- '*\sh.exe'
- '*\bash.exe'
condition: selection
falsepositives:
- Particular web applications may spawn a shell process legitimately
2017-02-16 17:02:26 +00:00
level: high