2022-11-13 08:11:28 +00:00
|
|
|
id: bigip-detect
|
2020-11-02 21:07:47 +00:00
|
|
|
|
|
|
|
info:
|
2023-11-06 11:49:31 +00:00
|
|
|
name: BIGIP - Detection
|
|
|
|
author: PR3R00T,0x240x23elu
|
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:
|
2023-11-06 12:42:20 +00:00
|
|
|
max-request: 2
|
2023-11-06 11:49:31 +00:00
|
|
|
tags: bigip,tech,f5
|
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}}"
|
2023-11-06 11:49:31 +00:00
|
|
|
- "{{BaseURL}}/my.policy"
|
2020-11-24 20:45:18 +00:00
|
|
|
|
2023-11-06 11:49:31 +00:00
|
|
|
stop-at-first-match: true
|
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~'
|
|
|
|
|
2023-11-06 11:49:31 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'BigIP'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'F5 Networks.'
|
|
|
|
|
2021-10-31 15:40:48 +00:00
|
|
|
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-11-06 13:16:29 +00:00
|
|
|
|
|
|
|
# digest: 490a004630440220272c2ea860d37bcb37cfc922c67467c44bcf95fbe4a2c3e014095c2ffcf9879f02206912d48d438af3522215b36b32bf2515077ca466eb6780c13216f2c646aa781d:922c64590222798bb761d5b6d8e72950
|