mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +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
|
condition: selection | count() by clientip > 10
|
||||||
fields:
|
fields:
|
||||||
- client_ip
|
- client_ip
|
||||||
|
- vhost
|
||||||
- url
|
- url
|
||||||
- response
|
- response
|
||||||
falsepositives:
|
falsepositives:
|
||||||
|
@ -11,6 +11,7 @@ detection:
|
|||||||
condition: keywords
|
condition: keywords
|
||||||
fields:
|
fields:
|
||||||
- client_ip
|
- client_ip
|
||||||
|
- vhost
|
||||||
- url
|
- url
|
||||||
- response
|
- response
|
||||||
falsepositives:
|
falsepositives:
|
||||||
|
Loading…
Reference in New Issue
Block a user