2022-11-13 08:11:28 +00:00
|
|
|
id: bigip-detect
|
2020-11-02 21:07:47 +00:00
|
|
|
|
|
|
|
info:
|
2021-10-31 15:40:48 +00:00
|
|
|
name: BIGIP Cookie Detection
|
2020-11-02 21:07:47 +00:00
|
|
|
author: PR3R00T
|
2020-11-24 20:45:18 +00:00
|
|
|
severity: info
|
2021-08-19 13:17:27 +00:00
|
|
|
reference:
|
|
|
|
- https://www.intelisecure.com/how-to-decode-big-ip-f5-persistence-cookie-values
|
|
|
|
- https://support.f5.com/csp/article/K23254150
|
2021-10-31 15:40:48 +00:00
|
|
|
tags: bigip,tech
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-11-02 21:07:47 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-11-02 21:07:47 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2020-11-24 20:45:18 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2020-11-02 21:07:47 +00:00
|
|
|
matchers:
|
2021-10-31 15:40:48 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'BIGipServer~'
|
|
|
|
|
|
|
|
extractors:
|
2020-11-02 21:07:47 +00:00
|
|
|
- type: regex
|
2021-10-31 15:40:48 +00:00
|
|
|
part: header
|
|
|
|
group: 1
|
2020-11-02 21:07:47 +00:00
|
|
|
regex:
|
2022-11-13 08:11:28 +00:00
|
|
|
- '(BIGipServer[a-z\_\.\-\~0-9A-Z]*)=([!a-z0-9A-Z/.=]+)'
|