mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
18 lines
493 B
YAML
18 lines
493 B
YAML
title: Multiple suspicious Response Codes caused by Single Client
|
|
description: Detects possible exploitation activity or bugs in a web application
|
|
detection:
|
|
selection:
|
|
- 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
|
|
level: 40
|