Kameleo Detection

How to detect Kameleo in 2026

Kameleo is the antidetect browser of choice for organised fraud — affiliate networks, credit-card testers, account-takeover crews, ad-arbitrage rings. It ships with a custom Chromium fork (Mimic) and a Firefox fork (Junglefox), spoofs canvas/WebGL/audio context per profile, integrates with residential-proxy providers, and rotates fingerprints automatically. IP-reputation tools see clean residential traffic. Sentinel sees the tampering signature.

Detection signals that fire on Kameleo

Sentinel runs a consistency check across 40+ low-entropy fingerprint signals on every evaluation. The signals below are the ones that, in our internal testing, fire most reliably on fresh Kameleo profiles paired with residential proxies. None alone is diagnostic — the combination is.

Canvas anti-aliasing curve
Kameleo's canvas spoofer leaves a measurable Bezier-curve aliasing pattern that real GPU rendering doesn't produce.
WebGL renderer drift
Reported renderer string changes per profile, but the underlying WebGL extension list and parameter outputs do not consistently match the claimed GPU.
Audio context tail
AudioContext.outputLatency and the sample-rate-vs-base-latency relationship deviate from real Chromium output.
JA3 + UA mismatch
Kameleo profiles often pair a Chrome UA string with a JA3 hash that doesn't belong to that Chrome major version.
Hardware concurrency vs RTT
Reported CPU thread count is too clean (4 / 8 / 16) on profiles whose RTT pattern shows mobile-network jitter.
Residential-proxy correlation
99%+ of Kameleo sessions in our data come paired with a residential-proxy IP — alone they're soft, together they're diagnostic.
Kameleo licences cost $60–$400/month per seat, indicating professional use. Detection rate >95% in our internal benchmarks against fresh Kameleo profiles + BrightData residential exits.

How to integrate

Embed the Sentinel SDK on your signup, login, or checkout page. Server-side, call /v1/evaluate with the SDK token. The response includes device.antidetect (boolean) and device.tampering_score (0–1). Block, step-up, or score on the result.

See the API reference for the full request/response shape and the 2026 antidetect detection deep-dive for the underlying technique.

Block Kameleo sessions with one API call.
Free during open beta. 1,000 requests / hour. No card.