// per-site profile
what detects you on kasada.io
kasada.io is defended by kasada, which declares native attestation (3/3), strong js fingerprint (2/3), strong behavioral (2/3), strong challenge (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 | 2/3 strong | 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 | unaddressed | 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 |
public-matrix prediction (argmax capability per layer), free. the benchmarked winning bundle for kasada.io, the one verified against a live run and kept fresh, is metered: see what a lookup costs.
notes
no public Kasada demo exists (evaluation is sales-gated). vendor site used as a reachability placeholder, the ips.js loader + KP_UIDz / x-kpsdk-ct|cd PoW tells are the presence signal. this is a reachability-only canary: a rejected Kasada session is a bare 429 silent-drop with no interstitial text, so there is no bot-vs-human DOM oracle. speculative: replace with a grounded Kasada-protected endpoint (KAN-96 follow-up).
questions
- what detects you on kasada.io?
- kasada.io is defended by kasada, which declares native attestation (3/3), strong js fingerprint (2/3), strong behavioral (2/3), strong challenge (2/3) capability.
- which config survives kasada.io?
- 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.