2018-01-27 09:57:30 +00:00
|
|
|
title: Shells Spawned by Web Servers
|
2017-01-10 23:07:49 +00:00
|
|
|
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-18 23:31:59 +00:00
|
|
|
author: Thomas Patzke
|
|
|
|
logsource:
|
2017-03-13 08:23:08 +00:00
|
|
|
product: windows
|
|
|
|
service: sysmon
|
2017-01-10 23:07:49 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-02-15 22:53:08 +00:00
|
|
|
EventID: 1
|
|
|
|
ParentImage:
|
|
|
|
- '*\w3wp.exe'
|
|
|
|
- '*\httpd.exe'
|
|
|
|
- '*\nginx.exe'
|
2017-03-04 22:22:44 +00:00
|
|
|
- '*\php-cgi.exe'
|
2017-02-15 22:53:08 +00:00
|
|
|
Image:
|
|
|
|
- '*\cmd.exe'
|
|
|
|
- '*\sh.exe'
|
|
|
|
- '*\bash.exe'
|
2017-03-04 22:22:44 +00:00
|
|
|
- '*\powershell.exe'
|
2017-01-10 23:07:49 +00:00
|
|
|
condition: selection
|
2017-09-12 21:54:04 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2017-01-10 23:07:49 +00:00
|
|
|
falsepositives:
|
|
|
|
- Particular web applications may spawn a shell process legitimately
|
2017-02-16 17:02:26 +00:00
|
|
|
level: high
|