Added 'multiple_suspicious_response_codes_single_source' web rule

This commit is contained in:
Thomas Patzke
2017-01-11 00:39:26 +01:00
committed by Florian Roth
parent 97511f7c1e
commit e7d62f8fbe
@@ -0,0 +1,15 @@
title: Multiple suspicious Response Codes caused by Single Client
description: Detects possible exploitation activity or bugs in a web application
detection:
selection:
- log: web
response:
- 400
- 401
- 403
- 500
condition: selection | count() by clientip > 10
falsepositives:
- Unstable application
- Application that misuses the response codes
level: 60