Update cisco-webvpn-detect.yaml
parent
43eafee24c
commit
a21e5edaf8
|
@ -20,16 +20,6 @@ requests:
|
|||
- "{{BaseURL}}/webvpn.html"
|
||||
- "{{BaseURL}}"
|
||||
matchers:
|
||||
- type: word
|
||||
case-insensitive: true
|
||||
condition: or
|
||||
part: header
|
||||
words:
|
||||
- "webvpncontext"
|
||||
- "CISCO"
|
||||
- "AnyConnect"
|
||||
- "SSL_Context"
|
||||
- "WEBVPN"
|
||||
- type: word
|
||||
case-insensitive: true
|
||||
condition: or
|
||||
|
@ -38,3 +28,9 @@ requests:
|
|||
- "CISCO"
|
||||
- "AnyConnect"
|
||||
- "SSLVPN Service"
|
||||
- type: regex
|
||||
part: header
|
||||
condition: or
|
||||
regex:
|
||||
- "webvpncontext=00@.+"
|
||||
- "webvpn="
|
||||
|
|
Loading…
Reference in New Issue