SigmaHQ/rules/web/web_multiple_suspicious_resp_codes_single_source.yml

24 lines
551 B
YAML
Raw Normal View History

title: Multiple suspicious Response Codes caused by Single Client
description: Detects possible exploitation activity or bugs in a web application
author: Thomas Patzke
logsource:
category: webserver
detection:
selection:
response:
- 400
- 401
- 403
- 500
timeframe: 10m
condition: selection | count() by clientip > 10
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
falsepositives:
- Unstable application
- Application that misuses the response codes
2017-02-16 17:02:26 +00:00
level: medium