2019-01-16 23:36:31 +01:00
|
|
|
title: Shells Spawned by Web Servers
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 8202070f-edeb-4d31-a010-a26c72ac5600
|
2019-01-16 23:36:31 +01: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 16:07:37 +01:00
|
|
|
date: 2019/01/16
|
2020-03-25 14:02:39 +01:00
|
|
|
modified: 2020/03/25
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
2020-10-15 19:59:59 -03:00
|
|
|
ParentImage|endswith:
|
|
|
|
|
- '\w3wp.exe'
|
|
|
|
|
- '\httpd.exe'
|
|
|
|
|
- '\nginx.exe'
|
|
|
|
|
- '\php-cgi.exe'
|
|
|
|
|
- '\tomcat.exe'
|
2021-03-07 23:36:13 +03:00
|
|
|
- '\UMWorkerProcess.exe' # https://www.fireeye.com/blog/threat-research/2021/03/detection-response-to-exploitation-of-microsoft-exchange-zero-day-vulnerabilities.html
|
2020-10-15 19:59:59 -03:00
|
|
|
Image|endswith:
|
|
|
|
|
- '\cmd.exe'
|
|
|
|
|
- '\sh.exe'
|
|
|
|
|
- '\bash.exe'
|
|
|
|
|
- '\powershell.exe'
|
|
|
|
|
- '\bitsadmin.exe'
|
2019-03-02 00:14:20 +01:00
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
fields:
|
2019-03-02 00:14:20 +01:00
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
tags:
|
2019-03-02 00:14:20 +01:00
|
|
|
- attack.persistence
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1505.003
|
2020-08-29 19:22:09 +03:00
|
|
|
- attack.privilege_escalation # an old one
|
2021-01-09 10:38:20 +01:00
|
|
|
- attack.t1190
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Particular web applications may spawn a shell process legitimately
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|