HabrJuly 31, 2026🇷🇺Translated from Russian

Bots Now Form Over Half of Global Internet Traffic in 2025, Driving API Attacks and Business Metric Distortion

Bots already account for the majority of internet traffic, creating challenges that extend far beyond traditional information security. In 2025, automated clients generated more than 50% of observed traffic, with malicious bots responsible for 40% of the total. The number of attacks leveraging AI-enabled automation grew 12.5 times compared with the previous year.

During the 81st anniversary of Victory Day, Garda WAF blocked over 3.5 million attacks and stopped more than 307,000 bot requests targeting the Immortal Regiment historical movement site. Industry reports vary because vendors analyze different networks and apply different counting methods, yet the consistent message is that human-generated requests can no longer be assumed by default.

Shift of automated traffic from web pages to APIs

Modern bots increasingly target APIs directly instead of emulating browsers. Akamai data shows a 113% rise in daily API attacks, with 87% of organizations reporting at least one API-related security incident. The share of attacks involving unauthorized business workflows grew from 30% to 61%.

At the same time, simple automated scripts remain dominant. Qrator Labs statistics for Q2 2025 indicate that basic bots generated 59% of protected bot traffic while API bots accounted for 38%. A single large botnet observed by the company contained more than 4.5 million devices, twenty times larger than the biggest network detected the previous year.

New categories of crawlers and agents

Cloudflare Radar data reveals that 40% of verified bot traffic came from search crawlers, 20% from AI crawlers, and 13% from SEO bots. The boundary between beneficial and harmful automation has blurred because AI agents can generate high load, consume content without returning visitors, or perform reconnaissance under the guise of legitimate use.

OWASP classifies automated abuse of legitimate application functions as automated threats. Common scenarios include credential stuffing, scraping of pricing and inventory data, gift-card enumeration, ticket hoarding, and market manipulation through fake reviews or demand signals.

Impact on business metrics and infrastructure

Bot traffic distorts web analytics by inflating session counts and lowering observed conversion rates. An example shows that 5,000 additional bot sessions can reduce measured conversion from 3% to 2% without any change in real customer behavior. Infrastructure resources are consumed for CDN traffic, database queries, and third-party service limits, while aggressive protection mechanisms such as repeated CAPTCHAs can degrade genuine user experience.

Detection now relies on combinations of signals rather than single indicators. JA3/JA4 TLS fingerprints, header ordering, JavaScript execution integrity, and behavioral patterns within sessions help distinguish automated clients even when they use real browser engines such as Chromium, Playwright, or Puppeteer.

Related articles

AntiMalwareMalware & Botnets

Astaroth Trojan Hijacks WhatsApp Web Sessions to Spread Banking Malware to Contacts

The operators of the Astaroth banking Trojan, also known as Guildma, have added a new module that turns infected Windows systems into automated spam bots for WhatsApp Web. The malware copies browser profiles from Chrome or Edge, launches a legitimate WebDriver instance, and connects to an already authenticated WhatsApp Web session using the WPPConnect/WA-JS library. Once active, the bot scans the victim's contact list and sends each recipient a personalized greeting, a ZIP archive containing the Astaroth loader, and a closing message, all generated with randomized phrasing to evade detection. The technique leverages the trust users place in messages from known contacts, significantly increasing the likelihood of successful infection. Researchers at CrowdStrike note code similarities with tools used by other Latin American groups, including Vareg, suggesting shared development or active exchange of components. Indicators of compromise include PowerShell downloads of WebDriver, creation of ChromeAuto_ folders in C:\Users\Public\Temp, headless Chromium execution, and network activity tied to WPPConnect components.

AntiMalwareMalware & Botnets

Flying Eagle Android Trojan Turns Devices into Remote Surveillance Tools

Researchers at Hunt.io have analyzed the Flying Eagle Android trojan, which spreads via fake public security bureau apps hosted on counterfeit sites. Victims are tricked into installing the APK and granting Accessibility Services permissions, after which the malware effectively takes control of the device. It performs keylogging, screenshots, phishing overlays on banking and government apps, SMS interception, and remote camera and microphone activation. Operators use the dispatchGesture API to remotely control the interface and press buttons. The platform functions as a full surveillance factory with a unified panel for building customized APKs, managing infected devices, and collecting stolen data. After source code leaked in February 2026, builds are sold on Telegram for around 2000 USDT, with Night Dragon emerging as an enhanced successor targeting Alipay, WeChat, banking apps, and crypto wallets.

BoletimSecMalware & Botnets

Tengu Botnet Modernizes Mirai with 25 DDoS Methods and Advanced Persistence on IoT and Embedded Linux

A new botnet named Tengu has emerged, targeting Internet of Things devices and embedded Linux systems to conduct denial-of-service attacks, redirect traffic, and maintain persistent access. The malware represents an updated evolution of the Mirai botnet and begins its infection chain through brute-force attacks against exposed Telnet services. Once valid credentials are obtained, it downloads an architecture-specific payload and establishes partially encrypted communication with its command-and-control server. Operators can issue commands to collect system and network information, update the implant, and convert compromised devices into SOCKS5 proxies. The botnet includes 25 distinct DDoS attack methods covering UDP, TCP, and ICMP floods while also targeting services such as HTTP, DNS, NTP, SSH, SMTP, FTP, SIP, Minecraft, and servers running Source Engine or Quake protocols. Its key differentiators lie in robust persistence and self-protection mechanisms, including a secondary watchdog process that restarts the malware every 60 seconds if terminated, fake systemd services, manipulated device watchdogs, and the ability to remove competing malware.

BoletimSecMalware & Botnets

Cybercriminals Hide Malware in Fake Claude Code Installation Command Targeting macOS Developers

Cybercriminals are distributing the MacSync infostealer by embedding malicious commands in fake installation tutorials for Claude Code. The campaign relies on sponsored search ads and counterfeit documentation pages that appear when developers look up official setup instructions. Victims are instructed to paste an obfuscated command into the macOS Terminal that uses Base64 encoding to conceal the download server and disables certificate validation. Once executed, the command retrieves MacSync, which steals passwords, session cookies, SSH keys, cloud credentials, and developer configuration files. Stolen tokens can bypass multi-factor authentication and grant attackers direct access to accounts and repositories. Security experts advise installing Claude Code exclusively through official channels and immediately isolating any compromised Mac while revoking all sessions and rotating credentials from a trusted device.