// per-site profile
what detects you on f5.com
f5.com is defended by f5 shape, which declares native js fingerprint (3/3), native attestation (3/3), strong behavioral (2/3), strong challenge (2/3), strong server coherence (2/3) capability. below: the layers it enforces and the tool config the matrix predicts survives it.
enforced detection layers
| detection layer | capability | what it covers |
|---|---|---|
| tls / network fingerprint | unaddressed | the ja3/ja4 clienthello and http/2 settings signature the edge reads before any javascript runs. |
| ip reputation | unaddressed | asn, proxy-class, and abuse-history scoring of the connecting address. |
| js fingerprint | 3/3 native | canvas, webgl, navigator, font, and audio signals collected in-page. |
| behavioral | 2/3 strong | mouse, keyboard, and timing biometrics read from interaction cadence. |
| challenge | 2/3 strong | interactive or invisible captcha and proof-of-work gates. |
| attestation | 3/3 native | hardware or os-backed integrity checks (webauthn, play integrity, device attestation). |
| server coherence | 2/3 strong | cross-checking headers, tls, ip, and js for internal consistency. |
unaddressed means this tool type does not operate at that layer, so it is not a failing score. a red 0/3 is a real, declared score of zero. both are declared capability, not live pass-rates.
recommended config (matrix-predicted)
| enforced layer | argmax tool |
|---|---|
| js fingerprint | CloakBrowser (stealth Chromium) |
| behavioral | Camoufox (anti-detect Firefox) |
| challenge | nothing catalogued |
| attestation | nothing catalogued |
| server coherence | nothing catalogued |
public-matrix prediction (argmax capability per layer), free. the benchmarked winning bundle for f5.com, the one verified against a live run and kept fresh, is metered: see what a lookup costs.
notes
no public F5 Shape (Distributed Cloud Bot Defense) demo exists; Shape is customer-proxied behind the origin with an obfuscated JS VM. vendor site used as a reachability placeholder. this is a reachability-only canary: a bad session gets a silent fail via a short-lived rotating token (the $rsc= signal), with no interstitial text and no bot-vs-human DOM oracle. speculative: replace with a grounded Shape-protected endpoint (KAN-96 follow-up).
questions
- what detects you on f5.com?
- f5.com is defended by f5 shape, which declares native js fingerprint (3/3), native attestation (3/3), strong behavioral (2/3), strong challenge (2/3), strong server coherence (2/3) capability.
- which config survives f5.com?
- matrix-predicted per enforced layer: js fingerprint → CloakBrowser (stealth Chromium); behavioral → Camoufox (anti-detect Firefox). this is a public-matrix prediction, not a metered recipe.