// per-site profile
what detects you on humansecurity.com
humansecurity.com is defended by human (perimeterx), which declares native behavioral (3/3), strong ip reputation (2/3), strong js fingerprint (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 | 2/3 strong | 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 | 3/3 native | mouse, keyboard, and timing biometrics read from interaction cadence. |
| challenge | 2/3 strong | interactive or invisible captcha and proof-of-work gates. |
| attestation | unaddressed | 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 |
|---|---|
| ip reputation | nothing catalogued |
| js fingerprint | CloakBrowser (stealth Chromium) |
| behavioral | Camoufox (anti-detect Firefox) |
| challenge | nothing catalogued |
public-matrix prediction (argmax capability per layer), free. the benchmarked winning bundle for humansecurity.com, the one verified against a live run and kept fresh, is metered: see what a lookup costs.
notes
no public HUMAN/PerimeterX challenge demo exists; the challenge fires on protected origins. vendor site used as a reachability placeholder, the client.perimeterx.net loader + _px3 / _pxvid / pxcts tells are the presence signal. human = no 'Press & Hold' human-challenge interstitial. _px3 carries the device verdict (cookie), out of DOM scope. speculative: replace with a grounded HUMAN-protected endpoint (KAN-96 follow-up).
questions
- what detects you on humansecurity.com?
- humansecurity.com is defended by human (perimeterx), which declares native behavioral (3/3), strong ip reputation (2/3), strong js fingerprint (2/3), strong challenge (2/3) capability.
- which config survives humansecurity.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.