GKRootWire
Security ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm ForecastsSecurity ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm Forecasts
Security

New Technique Spots Scraper Bots by How They Scroll

A developer's experiment shows that scroll patterns can reveal automated scrapers that otherwise look like real visitors.

A recent write-up explores a clever anti-bot detection method: analyzing scroll behavior to spot scrapers pretending to be human visitors. Many scraping bots, even ones built on headless browsers like Puppeteer or Playwright, don't scroll pages the way real users do. They either skip scrolling entirely, jump straight to the bottom, or scroll in perfectly linear, robotic patterns that lack the pauses, speed changes, and randomness typical of human interaction.

By logging scroll events, timing, and acceleration patterns, site owners can build a behavioral fingerprint distinguishing bots from people, without relying solely on traditional methods like CAPTCHAs, IP blocking, or User-Agent sniffing. The idea generated active discussion on Hacker News, with commenters debating how easily bot developers could adapt by simulating scroll noise, and whether such techniques risk misclassifying real users with accessibility tools or unusual browsing habits.

Why it matters: As AI companies increasingly scrape the web for training data, sites are turning to subtler, behavior-based signals rather than static rules. This cat-and-mouse dynamic is likely to accelerate: expect scrapers to start mimicking human scroll noise, pushing detection toward even more nuanced behavioral and biometric-style signals.

Sources: Hacker News