SigmaHQ/rules/windows/sysmon/sysmon_webshell_spawn.yml

28 lines
739 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:
product: windows
service: 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
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Particular web applications may spawn a shell process legitimately
2017-02-16 17:02:26 +00:00
level: high