For every genuine human browsing the web right now, there’s more than one bot doing the same — or something far less innocent.
The 2026 Imperva Bad Bot Report, published this year based on 2025 traffic data, confirms that bots now account for 53% of all measured web traffic — the second consecutive year that automated traffic has outnumbered real humans. The gap is widening: in 2024 the figure was 51%, and it keeps climbing. Human activity has fallen to 47% and continues to decline.
TL;DR
- 2026 reports (based on 2025 traffic data) confirm bots now generate 53% of measured web traffic, up from 51% in 2024
- 40% of all traffic came from bad bots — a 7-year growth streak
- AI agent traffic grew 8,000% year-over-year; overall AI-driven traffic jumped 187%
- Account takeover attacks grew 70% in one year, driven by bot automation
- Many advanced bad bots now mimic human behavior well enough to bypass basic detection
Why This Matters to You
You don’t need to run a website or work in IT to care about this. If you have an online bank account, a streaming service subscription, or an email address, you are a target.
Bad bots are the engine behind credential stuffing — the attack where criminals take leaked username/password pairs from one breach and automatically test them against hundreds of other services. When your bank, your Netflix, or your health portal gets silently probed millions of times per day, that’s a bot doing it.
The scale makes it personal: account takeover attacks grew 70% year-over-year, with financial services accounting for 46% of all these incidents.
What Is a Bot, Exactly?
A bot is simply an automated program that performs tasks on the internet — no human driving it in real time. That sounds neutral, because it is. Bots are everywhere, and some of them are doing entirely legitimate work.
Think of a search engine bot: Google’s crawler constantly visits websites to index their content so you can find them in search results. That’s a good bot. Uptime monitors that check if your website is still online every 60 seconds? Good bot. Price comparison tools, podcast aggregators, accessibility checkers — all good bots.
But then there’s the other half.
The Numbers: 53%, and What’s Inside That Figure
The 53% of traffic that isn’t human breaks down like this:
| Category | Share of all traffic | What it does |
|---|---|---|
| Good bots | ~13% | Search crawlers, AI indexers, monitoring |
| Bad bots | ~40% | Attacks, scraping, fraud, abuse |
| Humans | 47% | That’s you |
The bad bot number — 40% of all internet traffic — has grown for seven consecutive years. This isn’t a blip. It’s a structural shift.
The acceleration has one clear driver: artificial intelligence.
AI Changed Everything
Until recently, building a convincing bot required real engineering effort. Bots were detectable because they behaved like machines: they loaded pages in milliseconds, never moved a mouse, never paused to read, never accidentally clicked the wrong thing.
Generative AI and large language models broke that model.
Today’s AI agents can browse the web, fill out forms, solve puzzles, interpret context, and adapt to unexpected page layouts — all autonomously. The difference from a clumsy script of 2020 is enormous.
The numbers reflect this. According to HUMAN Security’s 2026 benchmark report, AI agent traffic grew nearly 7,851% year-over-year, and overall AI-driven traffic increased 187% from January to December 2025.
Two distinct forces are driving this:
AI scrapers — programs that harvest web content to train AI models or power retrieval-augmented generation (RAG) systems. These are often operated by large tech companies and are technically “good bots” — though website owners increasingly disagree when their bandwidth bill arrives.
Agentic AI — AI systems that don’t just crawl, but act. They can log into services, make purchases, submit forms, and interact with APIs. Unlike traditional bots built for one specific task, agentic systems adapt. They plan. They make decisions. And they’re increasingly deployed for malicious purposes.
What Bad Bots Actually Do
Bad bots aren’t just annoying. They’re a delivery mechanism for real financial harm. Here are the most common attack types in 2026:
Credential Stuffing
Attackers buy or download lists of leaked usernames and passwords — billions of records are available for cheap on criminal markets. A bot then automatically tests these credentials against every major service: banks, e-commerce, streaming platforms, loyalty programs.
If you’ve used the same password on multiple sites, this attack is probably coming for you. The bot doesn’t care if only 0.1% of logins succeed — at millions of attempts per day, 0.1% is still thousands of compromised accounts.
Account Takeover (ATO)
This follows credential stuffing. Once the bot finds a working login, it either hands the account off to a human operator or continues automatically — checking the balance, draining gift card funds, changing the recovery email, or placing fraudulent orders.
Scraping and Data Theft
Competitor pricing, product catalogs, contact databases, real estate listings, job boards — all of this gets scraped and resold or used to undercut the original source. Some scraping is legal gray area; most large-scale scraping violates terms of service and causes real operational costs to the target.
API Abuse
According to 2026 findings, 27% of bot attacks now target APIs directly, bypassing the web interface entirely. APIs are often less protected than the main website — they were designed for machine-to-machine communication, so adding extra friction for bots is harder without breaking legitimate integrations.
Fake Account Creation
Bots create fake accounts at scale to abuse new-user promotions, post spam or fake reviews, farm referral bonuses, or build inventory for later attacks. Some platforms see bot-created accounts outnumber real ones at signup.
How Modern Bots Evade Detection
Early bot detection was simple: block IP addresses that make too many requests, block known data center IP ranges, add a CAPTCHA. Bots today work around all of this.
Rotating residential proxies — instead of connecting from a data center (which is easily flagged), bots route through real home internet connections, often from unwitting users who installed compromised software. The traffic looks like it comes from real people in real cities.
Browser impersonation — sophisticated bots run a real browser engine (Chromium) that produces authentic TLS fingerprints, realistic mouse movements, and real-looking JavaScript behavior. JA4+ fingerprinting — the current gold standard for detecting bot TLS connections — works well against naive bots, but fails against bots using genuine browser engines.
Behavioral mimicry — modern bots introduce random delays, simulate reading time, move the mouse before clicking, and occasionally make “mistakes.” The goal is to be indistinguishable from a tired human at 2am.
The result: detection is a cat-and-mouse game that increasingly favors the bots.
What Defenders Can Do
If you run a website or API, the defensive stack in 2026 has several layers:
Rate limiting and anomaly detection — still the first line. Unusual request rates, sequential access patterns, or requests that never load images or CSS are red flags. Alone, this catches only unsophisticated bots.
JA4+ TLS fingerprinting — analyzes the cryptographic “handshake” a browser makes when connecting. Every browser version has a distinctive fingerprint; bots using curl or basic HTTP libraries look different from Chrome. Cloudflare and AWS WAF both support JA3/JA4 signals, and adoption across major CDNs is growing rapidly.
Behavioral biometrics — analyzes how a user interacts: mouse movement curves, typing rhythm, scroll patterns, time spent on page. Humans are messy and inconsistent. Bots tend toward suspiciously perfect patterns. Companies like DataDome and Kasada specialize in this layer.
Bot management platforms — Cloudflare Bot Management, AWS WAF Bot Control, Imperva Advanced Bot Protection, and Akamai Bot Manager all offer managed solutions that combine fingerprinting, behavioral analysis, and threat intelligence feeds. For most organizations, this is more practical than building custom detection.
CAPTCHA — used carefully — classic CAPTCHAs are largely solved by AI. Invisible CAPTCHA (reCAPTCHA v3, Cloudflare Turnstile) uses behavioral signals rather than puzzles, making it harder to automate without being annoying to real users. It’s not a silver bullet, but it raises the cost for attackers.
What You Can Do Today
Most users aren’t running websites. But you’re still a target. These steps directly reduce your exposure to bot-driven attacks:
-
Use unique passwords for every account. Credential stuffing only works if you reuse passwords. A password manager (Bitwarden, 1Password) handles this with zero friction.
-
Enable multi-factor authentication (MFA) everywhere it’s offered. A bot with your password still can’t log in if you require a second factor. MFA is the single most effective control against account takeover.
-
Check if your credentials have been leaked. HaveIBeenPwned checks your email against known breach databases for free. If your credentials appear in a dump, change that password immediately — everywhere you used it.
-
Monitor your accounts for suspicious activity. Banks and major platforms often detect bot-driven logins before you do. Enable login notifications so you hear about unusual access right away.
-
Be skeptical of “free” apps that request unusual permissions. Residential proxy networks don’t grow on their own — they often run inside apps that users voluntarily installed.
Related Posts
- AiTM Phishing and MFA Bypass with Evilginx — How attackers capture session tokens after successful login, bypassing MFA entirely — the next step after credential stuffing succeeds
- Trusted Email Is the New Phishing Infrastructure — The companion social engineering vector that feeds the credential databases bots rely on
Sources
- Bad Bot Report 2026: Bots in the Agentic Age — Imperva
- AI bots account for more than half of all web traffic, with 40% classified as malicious — E&T Magazine
- HUMAN Security: 2026 State of AI Traffic & Cyberthreat Benchmark Report
- AI and bots have officially taken over the internet, report finds — CNBC
- Bots account for 51% traffic on internet, AI-driven attacks surged 12.5x — Interesting Engineering
- TLS Fingerprinting in 2026: JA3, JA4+, and the Death of Privacy? — packet.guru
- Inside a Modern Fraud Attack: From Bot Signups to Account Takeovers — BleepingComputer
- Cloudflare report reveals global internet traffic grew 19% in 2025 — TechRadar