2017-02-10 18:17:02 +00:00
|
|
|
title: Webshell Detection by Keyword
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 7ff9db12-1b94-4a79-ba68-a2402c5d6729
|
2018-09-07 01:20:11 +00:00
|
|
|
description: Detects webshells that use GET requests by keyword searches in URL strings
|
2017-02-18 23:31:59 +00:00
|
|
|
author: Florian Roth
|
2020-01-30 14:32:39 +00:00
|
|
|
date: 2017/02/19
|
2017-02-18 23:31:59 +00:00
|
|
|
logsource:
|
2017-09-10 22:35:52 +00:00
|
|
|
category: webserver
|
2017-02-10 18:17:02 +00:00
|
|
|
detection:
|
|
|
|
keywords:
|
2019-11-12 22:12:27 +00:00
|
|
|
- =whoami
|
|
|
|
- =net%20user
|
|
|
|
- =cmd%20/c%20
|
2017-02-22 21:42:35 +00:00
|
|
|
condition: keywords
|
2017-09-12 21:54:04 +00:00
|
|
|
fields:
|
|
|
|
- client_ip
|
2017-09-16 22:20:17 +00:00
|
|
|
- vhost
|
2017-09-12 21:54:04 +00:00
|
|
|
- url
|
|
|
|
- response
|
2017-02-10 18:17:02 +00:00
|
|
|
falsepositives:
|
|
|
|
- Web sites like wikis with articles on os commands and pages that include the os commands in the URLs
|
|
|
|
- User searches in search boxes of the respective website
|
2017-02-16 17:02:26 +00:00
|
|
|
level: high
|