Beyond the Crawl: Unmasking Browser Fingerprinting in Real User Interactions
Meenatchi Sundaram Muthu Selva Annamalai, Igor Bilogrevic, Emiliano De Cristofaro
TL;DR
The study shows that automated crawls substantially underestimate browser fingerprinting observed in real-user interactions, with 45% of fingerprinting websites missed in crawls. It collects real-user telemetry from 30 participants across 3,000 top-ranked sites over 10 weeks and compares it to an automated crawl, revealing higher fingerprinting prevalence and richer vectors (e.g., AudioContext, WebRTC) in real data. By leveraging DP-FL through FP-Fed, the authors demonstrate effective, privacy-preserving detector training that matches or surpasses crawl-based models, achieving $\mathrm{AUPRC}=0.98$ at $\varepsilon=1$ on real-user data. The results highlight the need for hybrid, privacy-preserving approaches that integrate real-user data to build robust browser fingerprinting defenses with practical browser deployment implications.
Abstract
Browser fingerprinting is a pervasive online tracking technique used increasingly often for profiling and targeted advertising. Prior research on the prevalence of fingerprinting heavily relied on automated web crawls, which inherently struggle to replicate the nuances of human-computer interactions. This raises concerns about the accuracy of current understandings of real-world fingerprinting deployments. As a result, this paper presents a user study involving 30 participants over 10 weeks, capturing telemetry data from real browsing sessions across 3,000 top-ranked websites. Our evaluation reveals that automated crawls miss almost half (45%) of the fingerprinting websites encountered by real users. This discrepancy mainly stems from the crawlers' inability to access authentication-protected pages, circumvent bot detection, and trigger fingerprinting scripts activated by specific user interactions. We also identify potential new fingerprinting vectors present in real user data but absent from automated crawls. Finally, we evaluate the effectiveness of federated learning for training browser fingerprinting detection models on real user data, yielding improved performance than models trained solely on automated crawl data.
