SigmaHQ/rules/web/web_webshell_keyword.yml

23 lines
609 B
YAML
Raw Normal View History

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
author: Florian Roth
date: 2017/02/19
logsource:
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
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