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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: bigip,tech
|
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/.=]+)'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100fc70cd310415214c6de15905b887dc895a928506e91568d90feb6654787c944c02204503c14803d119a97e9c15c59e65b1f65038d094be0287292abc287837b374d7:922c64590222798bb761d5b6d8e72950
|