mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Added vhost field to web rules
This commit is contained in:
parent
270ab9ba78
commit
6b8a5aea4a
@ -14,6 +14,7 @@ detection:
|
||||
condition: selection | count() by clientip > 10
|
||||
fields:
|
||||
- client_ip
|
||||
- vhost
|
||||
- url
|
||||
- response
|
||||
falsepositives:
|
||||
|
@ -11,6 +11,7 @@ detection:
|
||||
condition: keywords
|
||||
fields:
|
||||
- client_ip
|
||||
- vhost
|
||||
- url
|
||||
- response
|
||||
falsepositives:
|
||||
|
Loading…
Reference in New Issue
Block a user