Files
blue-team-tools/rules/windows/sysmon/sysmon_webshell_spawn.yml
T

25 lines
689 B
YAML
Raw Normal View History

2017-01-11 00:07:49 +01:00
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
2017-02-19 00:31:59 +01:00
author: Thomas Patzke
logsource:
2017-03-13 09:23:08 +01:00
product: windows
service: sysmon
2017-01-11 00:07:49 +01:00
detection:
selection:
2017-02-15 23:53:08 +01:00
EventID: 1
ParentImage:
- '*\w3wp.exe'
- '*\httpd.exe'
- '*\nginx.exe'
2017-03-04 14:22:44 -08:00
- '*\php-cgi.exe'
2017-02-15 23:53:08 +01:00
Image:
- '*\cmd.exe'
- '*\sh.exe'
- '*\bash.exe'
2017-03-04 14:22:44 -08:00
- '*\powershell.exe'
2017-01-11 00:07:49 +01:00
condition: selection
falsepositives:
- Particular web applications may spawn a shell process legitimately
2017-02-16 18:02:26 +01:00
level: high