SigmaHQ/rules/web/web_multiple_suspicious_resp_codes_single_source.yml

18 lines
493 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
detection:
selection:
2017-02-10 18:17:02 +00:00
- log:
- access.log
- error.log
response:
- 400
- 401
- 403
- 500
condition: selection | count() by clientip > 10
falsepositives:
- Unstable application
- Application that misuses the response codes
2017-02-10 18:17:02 +00:00
level: 40