2017-01-10 23:39:26 +00:00
|
|
|
title: Multiple suspicious Response Codes caused by Single Client
|
|
|
|
description: Detects possible exploitation activity or bugs in a web application
|
2017-02-18 23:31:59 +00:00
|
|
|
author: Thomas Patzke
|
|
|
|
logsource:
|
2017-09-10 22:35:52 +00:00
|
|
|
category: webserver
|
2017-01-10 23:39:26 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-02-15 22:53:08 +00:00
|
|
|
response:
|
|
|
|
- 400
|
|
|
|
- 401
|
|
|
|
- 403
|
|
|
|
- 500
|
2017-03-12 16:11:29 +00:00
|
|
|
timeframe: 10m
|
2017-01-10 23:39:26 +00:00
|
|
|
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
|
2017-01-10 23:39:26 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unstable application
|
|
|
|
- Application that misuses the response codes
|
2017-02-16 17:02:26 +00:00
|
|
|
level: medium
|