SigmaHQ/rules/web/web_webshell_keyword.yml

17 lines
528 B
YAML
Raw Normal View History

2017-02-10 18:17:02 +00:00
title: Webshell Detection by Keyword
description: Detects webshells that use GET requests by keyword sarches in URL strings
detection:
selection:
log:
- access.log
- error.log
2017-02-10 18:17:02 +00:00
keywords:
- '=whoami'
- '=net%20user'
- '=cmd%20/c%20'
condition: selection and keywords
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