Added vhost field to web rules

This commit is contained in:
Thomas Patzke 2017-09-17 00:20:17 +02:00
parent 270ab9ba78
commit 6b8a5aea4a
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ detection:
condition: selection | count() by clientip > 10 condition: selection | count() by clientip > 10
fields: fields:
- client_ip - client_ip
- vhost
- url - url
- response - response
falsepositives: falsepositives:

View File

@ -11,6 +11,7 @@ detection:
condition: keywords condition: keywords
fields: fields:
- client_ip - client_ip
- vhost
- url - url
- response - response
falsepositives: falsepositives: