2019-01-16 22:36:31 +00:00
|
|
|
title: Shells Spawned by Web Servers
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 8202070f-edeb-4d31-a010-a26c72ac5600
|
2019-01-16 22:36:31 +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
|
|
|
|
author: Thomas Patzke
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2020-03-04 13:25:57 +00:00
|
|
|
modified: 2020/03/03
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
ParentImage:
|
|
|
|
- '*\w3wp.exe'
|
|
|
|
- '*\httpd.exe'
|
|
|
|
- '*\nginx.exe'
|
|
|
|
- '*\php-cgi.exe'
|
2020-03-04 13:25:57 +00:00
|
|
|
- '*\tomcat.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
Image:
|
|
|
|
- '*\cmd.exe'
|
|
|
|
- '*\sh.exe'
|
|
|
|
- '*\bash.exe'
|
|
|
|
- '*\powershell.exe'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.persistence
|
|
|
|
- attack.t1100
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Particular web applications may spawn a shell process legitimately
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|