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

Smart Engines and Intek Deliver Russian Scanners for AI-Powered Document Verification and Fraud Prevention

Smart Engines has partnered with GK Intek to release a line of Russian software-hardware scanner complexes that combine automatic data entry with multi-spectral authenticity checks for passports and other identity documents. The systems support documents from Russia, CIS countries and 235 jurisdictions worldwide, analyzing optical, ultraviolet and infrared images plus RFID chips to detect forgeries including photo swaps and digital edits. Deployments at Genbank and Severgazbank have reduced manual passport entry to fractions of a second while blocking fraudulent documents in real time without sending images outside the organization. The same technology powers border control modules at Sheremetyevo, Vnukovo and Koltsovo airports inside the Sapsan system, cutting passenger processing time to 40 seconds. Additional use cases include automatic pass issuance at transport hubs, electronic signature issuance by the Federal Tax Service and a pharmacy robot in Minsk that verifies age-restricted sales. A newly patented U.S. method detects hidden digital manipulations by analyzing image provenance rather than content, while another patent identifies optically variable devices to spot copies and replicas.

HabrFraud & Social Engineering

Why Isolated Bank Scoring Fails to Prevent Counterparty Default: OSINT Case Study of a Scam Deal

A Russian social entrepreneur lost nearly one million rubles after relying on a major bank's automated compliance system that assigned a green reliability score to a fraudulent supplier. The supplier, registered as a transport company, received 500,000 rubles in targeted government grant funds for IT equipment but delivered only 15,000 rubles worth of goods before disappearing. Retrospective analysis using public Russian registries revealed multiple red flags missed by the isolated scoring algorithm, including mismatched OKVED codes, missing financial statements for three years, and clear ownership links to a bankrupt IT firm. The beneficial owner later faced tax blacklist entry and three-year disqualification after the transport entity was liquidated as inactive. The case demonstrates that single-entity automated checks create a false sense of security by ignoring beneficiary networks and operational logic. Manual verification through official sources such as EGRUL, GIR BO, and arbitration court records proved far more effective at exposing the scheme.

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.