2017-01-10 23:39:26 +00:00
|
|
|
title: Multiple suspicious Response Codes caused by Single Client
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 6fdfc796-06b3-46e8-af08-58f3505318af
|
2017-01-10 23:39:26 +00:00
|
|
|
description: Detects possible exploitation activity or bugs in a web application
|
2017-02-18 23:31:59 +00:00
|
|
|
author: Thomas Patzke
|
2020-01-30 14:32:39 +00:00
|
|
|
date: 2017/02/19
|
2017-02-18 23:31:59 +00:00
|
|
|
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
|