HabrAugust 7, 2026🇷🇺Translated from Russian

Behavioral Anti-Fraud: How Systems Analyze User Actions Beyond Device and Browser Fingerprints

Anti-fraud systems once relied heavily on device and browser fingerprints, yet these static signals are losing their dominant position. Aurorium specialist Alexander examines why fingerprint spoofing alone no longer guarantees undetected automation and how behavioral anti-fraud has emerged as the stronger defense layer.

Why hardware spoofing is no longer enough

Modern anti-fraud engines operate on heuristic rules that compare values such as the User-Agent string against Canvas rendering or installed fonts. When a profile claims Windows Chrome but returns macOS or Linux patterns, the mismatch triggers blocks or additional challenges. Bot developers quickly learned to synchronize these static parameters, rendering pure heuristic checks predictable and less effective.

Transition from heuristics to ML scoring

Protection platforms are moving from rule-based decisions to probabilistic machine-learning models. Instead of a single fingerprint check at page load, algorithms continuously evaluate dozens of micro-events throughout the session. This approach is known as continuous authentication. A script that begins with a clean proxy and realistic fingerprint still receives an initial high Trust Score; the score then changes in real time based on observed behavior.

Anti-fraud scripts record cursor coordinates, touch events, focus changes, scroll velocity, and text selections. These logs are compared against clusters derived from petabytes of genuine user sessions. Any profile whose actions fall outside legitimate clusters can be flagged as synthetic even when the device fingerprint appears perfect.

Keyboard dynamics

Two primary timing metrics are measured: Dwell Time (interval between keydown and keyup) and Flight Time (interval between keyup of one key and keydown of the next). Human typists exhibit natural variation in both values. Scripts that emit perfectly uniform delays or omit error-correction events such as Backspace usage stand out immediately.

Mouse and cursor behavior

Human mouse movement contains micro-tremor and follows the acceleration profile described by Fitts’s law: slow start, rapid middle segment, and deceleration near the target. Straight-line or mathematically perfect Bézier curves generated by automation frameworks are now recognized as synthetic patterns.

Browser-level automation artifacts

Even when visual behavior looks human, automation frameworks leave detectable traces. Event.isTrusted returns false for synthetic clicks, and the expected sequence of mouseover, mousedown, mouseup, and click events may be missing. Tools such as Puppeteer set navigator.webdriver to true by default and inject CDP-specific global variables that anti-fraud scripts can read.

Mobile biometrics

On mobile devices, anti-fraud systems analyze accelerometer, gyroscope, and pressure-sensor data in addition to touch timing. The same principle applies: perfectly consistent or absent sensor noise indicates automation rather than human interaction.

Related articles

HabrFraud & Social Engineering

Avito and BI.ZONE Launch Cyberdetective CTF for Non-Technical Employees Focused on Phishing and Social Engineering

Avito's Security Awareness team, in partnership with BI.ZONE, created the Cyberdetective jeopardy-style CTF competition specifically for non-technical staff who do not write code. The three-day event targeted 104 registered participants, with 44 completing tasks and 16 achieving maximum scores across scenarios involving phishing, OAuth consent abuse, file metadata analysis, and prompt injection. Tasks awarded flags not only for investigation but also for refusing risky actions such as granting excessive application permissions or clicking suspicious links. The design incorporated MITRE ATT&CK techniques including T1566.002 Spearphishing Link, T1528 Steal Application Access Token, and T1204.004 Malicious Copy and Paste. Organizers emphasized indirect hints to help participants recognize when an object required action, avoiding the common barrier where employees fail to understand that a strange string or domain needs examination. Feedback highlighted the value of hands-on decision-making over passive lectures, though some technical employees completed the set rapidly.

AntiMalwareFraud & Social Engineering

Paper Mail Combined with Phishing: Russians Targeted by Fake FNS Tax Portal Copies

Russian scammers have started blending traditional postal mail with digital phishing to steal taxpayer credentials. Victims first receive official-looking paper letters from the Federal Tax Service demanding corrections to tax declarations or supporting expense documents. These letters are followed by emails directing users to a counterfeit version of the FNS personal account portal. The fake site captures login details, passwords, and other authentication data that can be reused for further identity theft and account takeovers. Senator Artem Sheikin highlighted the scheme, noting that the paper letter builds initial trust before the electronic follow-up appears legitimate. Users are advised to access tax information only by manually visiting the official FNS website or through the Gosuslugi platform without clicking any links. The attack relies primarily on psychological manipulation rather than technical sophistication.

HabrFraud & Social Engineering

The Human Factor in Phishing: Why Employees Wait Nine Days to Report Credential Theft

A detailed case analysis reveals how an employee clicked a phishing link, entered credentials, and realized the mistake within a minute, yet security teams only discovered the incident nine days later through an automated rule rather than a human report. The delay stemmed from immediate shame and motivated reasoning that allowed the victim to convince themselves no further action was needed, including the false belief that changing the password resolved the issue. This nine-day window left attacker sessions active, permitted potential mailbox forwarding rules to exfiltrate data, and risked rotating logs that erased forensic evidence. The article examines how corporate cultures that frame incidents as blameworthy events actively discourage reporting and turn minor phishing successes into prolonged investigations involving third parties. Recommendations include creating a no-blame reporting policy with clear boundaries, implementing one-click in-client reporting buttons, and shifting metrics from click rates to reporting speed and volume. The analysis stresses that even strong technical detection cannot fully replace rapid human signals when cultural barriers remain unaddressed.

AntiMalwareFraud & Social Engineering

Fake GTA and Ghost Casino Apps Flood Google Play Early Access with Scam Promises

Unscrupulous developers are exploiting Google Play's Early Access program to distribute applications that make false promises of earnings through fake games and casino experiences. These apps lack public ratings and reviews, preventing disappointed users from warning others before installation. Bitdefender reports that the scheme is heavily promoted via advertisements on TikTok, Facebook, and other social networks, often featuring deepfakes of actors, athletes, and celebrities to build credibility. Users are lured with offers of PayPal payments, cryptocurrency, gift cards, and casino jackpots, but the apps deliberately slow progress near withdrawal thresholds. After installation, the software displays generous virtual winnings that never translate into real payouts. The campaign relies on aggressive advertising and misleading interfaces to maximize installations before users realize the fraud.