Threatstealth
Threat Intel 2026-04-30 13 min read

Telemetry Findings: 4.1M WAF Events Reveal the Top 10 Web Attack Patterns in Q1 2026

SQL injection is still #1 by volume. But the most significant Q1 2026 shift is the rise of scanner-first attacks — automated tools probing for 47 CVEs before any human operator reviews the output. Here's what 4.1M events reveal.

By Threatstealth WAF Research

Threatstealth WAF processed 4.1 million matched events across monitored environments in Q1 2026 (January 1 – March 31). This report analyses attack category distribution, source patterns, and technique shifts relevant to WAF rule tuning and SOC prioritisation.

Events represent WAF rule matches — not necessarily successful attacks. False positive rates vary by rule and environment. All source IP geographies are approximate (GeoIP accuracy ±5%).

Attack Category Distribution (4.1M Events)

Q1 2026 WAF Event Distribution by OWASP Category
RankCategoryEvent volume% of totalQ4 2025 rank
1SQL Injection (SQLi)892,00021.8%#1
2Scanner / Reconnaissance781,00019.1%#3
3Cross-Site Scripting (XSS)614,00015.0%#2
4Path Traversal / LFI489,00011.9%#4
5Remote File Inclusion (RFI)312,0007.6%#6
6Known CVE Exploitation (non-Log4j)287,0007.0%#7
7Log4Shell (CVE-2021-44228) remnants201,0004.9%#5
8Command Injection / RCE198,0004.8%#8
9HTTP Protocol Anomalies187,0004.6%#9
10Authentication Bypass139,0003.4%#10

Key Finding 1 — Scanner-First Attacks Rose to #2

Automated reconnaissance events moved from #3 to #2 by volume, driven by mass scanning for 47 specific CVEs across exposed web infrastructure. The most-scanned CVEs were: Spring4Shell (CVE-2022-22965), Apache Struts CVE-2023-50164, PHP CGI CVE-2024-4577, and Erlang/OTP CVE-2025-32433. Scanner fingerprinting of these CVEs preceded exploitation attempts by a median of 4.2 days — making WAF-level scanner detection a useful early-warning signal.

Key Finding 2 — Log4Shell Still Generates 4.9% of Events (2.5 Years Post-Disclosure)

Log4Shell (CVE-2021-44228) events accounted for 201,000 WAF events in Q1 2026 — 4.9% of total volume. This reflects two things: persistent unpatched deployments across the internet, and the fact that automated scanning tools still include Log4Shell probes in default scan profiles. The persistence of this pattern argues for keeping Log4Shell detection rules active indefinitely.

Key Finding 3 — Geographic Distribution Shift

Source IP geographies shifted in Q1 2026. Traffic from TOR exit nodes increased 34% year-over-year. VPN/proxy IP traffic increased 22%. Traffic from residential IP ranges (previously used only in targeted attacks) increased 41% — a likely indicator of botnet-infected residential devices being used to launder attack traffic.

WAF Tuning Recommendations