SecuritylabJuly 19, 2026🇷🇺Translated from Russian

Aurorium Anti-Detect Browser Uses AI Fingerprinting Linked to Real Hardware and User Profiles to Evade Modern Anti-Fraud Systems

Aurorium is a new anti-detect browser that attempts to solve a long-standing problem in the market: fingerprints generated by formal rules that have no connection to the actual hardware or the social legend of the persona being emulated.

Core Technical Approach

Unlike most competing products that apply noise on top of Canvas and WebGL renders, Aurorium modifies rendering algorithms for fonts and anti-aliasing at the engine level. Public checks with CreepJS and BrowserLeaks showed no obvious inconsistencies. The browser also routes UDP traffic for WebRTC through the configured proxy and resolves DNS queries on the proxy side, preventing real IP leaks while keeping WebRTC enabled so that the session does not trigger obvious automation flags.

AI-Powered Fingerprint Generation

The standout feature is the Aurorium Fingerprint button. Instead of drawing parameters from a fixed rule set, the system examines the real device running the client and selects plausible but non-identical hardware (same GPU class, similar CPU family, comparable RAM). It then cross-references the chosen hardware with the target persona’s age, income level, occupation, and geographic location. This produces fingerprints that are statistically consistent with both the physical machine and the supposed user, reducing the “wealthy banker on a ten-year-old Windows 7 laptop” mismatch that modern LLM-based anti-fraud systems readily detect.

Additional Spoofing and Automation Features

Users can manually lock CPU cores, RAM size, and GPU model. Additional noise is applied to WebGPU, Client Rects, and Audio Context. The browser can emulate connected webcams and microphones, an important detail because platforms such as TikTok and KYC services flag sessions without any media devices as likely server-based. Command-line flags can be passed directly to Chromium, and options exist to disable heavy media, block Google services, and close local ports that financial platforms sometimes scan.

Team and Workflow Tools

The client integrates proxy management with smart string parsing, a built-in CRM with deadlines and subtasks, and a full-featured messenger supporting file transfer, voice messages, and read receipts across personal, team, and global channels. A mobile application allows task and chat management from iOS or Android. A synchronizer feature mirrors actions across multiple profiles for repetitive tasks such as form filling or bonus collection.

Security Audit

In February 2026 the company commissioned an external audit by Cure53, the Berlin firm previously engaged by NordVPN, Surfshark, and the Tor Project. Seven researchers spent 28 person-days examining the backend, Electron desktop client, mobile app, and website. The audit found 35 issues, including four critical vulnerabilities related to user anonymity and data integrity. All critical findings were remediated and re-verified by the auditors.

Conclusion

By combining kernel-level spoofing, hardware-aware AI fingerprinting, realistic social-context matching, and a transparent security audit, Aurorium positions itself as a technically substantive entrant in the anti-detect browser market rather than another interface variation on the same underlying engine.

Related articles

HabrFraud & Social Engineering

PhishIntel: Open-Source Python and Go Tool Automates Web Reconnaissance for OSINT Analysts

PhishIntel is a lightweight reconnaissance utility written primarily in Python with performance-critical components in Go. The tool launches via a single command and presents an interactive menu that lets analysts select language and modules. Its core crawler recursively visits a configurable number of pages at a chosen depth and concurrency level, harvesting Russian and US-format phone numbers, emails, cryptocurrency wallets, and physical addresses. Additional modules collect domain metadata including DNS records, RDAP, WHOIS, TLS certificates, redirect chains, and external JavaScript and API endpoints. A limited TCP port scan performed by the Go binary identifies listening services and basic technology fingerprints without replacing full port scanners such as Nmap. Results are exported in both structured JSON and human-readable HTML formats, while an optional .env file allows customization of user agents and proxies.

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.