46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
id: bigip-detect
|
|
|
|
info:
|
|
name: BIGIP - Detection
|
|
author: PR3R00T,0x240x23elu
|
|
severity: info
|
|
reference:
|
|
- https://www.intelisecure.com/how-to-decode-big-ip-f5-persistence-cookie-values
|
|
- https://support.f5.com/csp/article/K23254150
|
|
metadata:
|
|
max-request: 1
|
|
tags: bigip,tech,f5
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/my.policy"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'BIGipServer~'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'BigIP'
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'F5 Networks.'
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: header
|
|
group: 1
|
|
regex:
|
|
- '(BIGipServer[a-z\_\.\-\~0-9A-Z]*)=([!a-z0-9A-Z/.=]+)'
|
|
|
|
# digest: 4a0a00473045022100fc70cd310415214c6de15905b887dc895a928506e91568d90feb6654787c944c02204503c14803d119a97e9c15c59e65b1f65038d094be0287292abc287837b374d7:922c64590222798bb761d5b6d8e72950
|