Threat Pulse W34 — Persistent RCE Campaigns & Telnet Botnet Surge
Executive Summary
Week 34 (2026-08-10 to 2026-08-17) saw a 13.5% reduction in total probe volume to 130,466 events, but the decline in raw numbers should not be misread as reduced threat severity. Five concurrent critical-rated RCE campaigns remained fully active, each registering identical hit counts — a pattern consistent with coordinated, scripted mass-exploitation tooling. The fake-telnet facade dominated sensor intake at 87,003 hits (66.7%), reflecting sustained IoT credential stuffing and botnet propagation efforts. Credential probes targeting weak default passwords and active busybox shell injection attempts indicate a mature, multi-stage compromise pipeline operating across the sensor's attack surface.
Attack Volume & Trends
| Metric | This Week | Previous Week | Change |
|---|---|---|---|
| Total Probes | 130,466 | 150,828 (est.) | -13.5% |
| Scan | 91,815 | — | 70.4% of total |
| Bruteforce | 21,317 | — | 16.3% of total |
| RCE | 12,912 | — | 9.9% of total |
| Recon | 3,639 | — | 2.8% of total |
| Exploit | 784 | — | 0.6% of total |
Key observations:
- Despite the volume drop, the RCE category remains disproportionately active relative to overall probe counts.
- Scans still constitute the plurality of traffic, consistent with automated internet-wide reconnaissance tooling.
- Bruteforce activity at 21,317 events is substantial, driven primarily by the telnet and SSH facades.
Facade Breakdown
| Facade | Hits | Share |
|---|---|---|
| fake-telnet | 87,003 | 66.7% |
| fake-ssh | 18,937 | 14.5% |
| fake-postgres | 14,473 | 11.1% |
| fake-mysql | 3,650 | 2.8% |
| fake-http | 2,782 | 2.1% |
| fake-https | 1,641 | 1.3% |
| fake-redis | 1,446 | 1.1% |
| fake-mongodb | 534 | 0.4% |
The fake-postgres facade at 11.1% of traffic — well above fake-mysql and fake-redis — warrants attention, particularly in context of the database=postgres notable path (6,809 hits). Actors are actively probing for exposed PostgreSQL instances, likely targeting credential reuse and privilege escalation via extensions.
Top Threat Actors
All top-5 source IPs this week are classified as scan-dominant. Three originate from GoDaddy-hosted infrastructure, suggesting continued abuse of shared/cloud hosting for scan operations.
| Rank | ASN / Org | Country | Events | Primary Behavior |
|---|---|---|---|---|
| 1 | Hangzhou Alibaba Advertising Co., Ltd. | CN | 26,885 | Scan |
| 2 | GoDaddy.com, LLC | US | 19,597 | Scan |
| 3 | SS-Net | RO | 13,242 | Scan |
| 4 | GoDaddy.com, LLC | US | 5,712 | Scan |
| 5 | GoDaddy.com, LLC | US | 4,905 | Scan |
Notable patterns:
- The top Alibaba-hosted IP alone accounts for 20.6% of all probe events, an unusually high single-source concentration.
- Three distinct GoDaddy IP addresses collectively contributed 30,214 events (23.2%), pointing to either coordinated multi-IP scan distribution or compromised hosting accounts being leveraged for reconnaissance.
- The Romanian SS-Net source (13,242 events) is consistent with bulletproof or permissive hosting frequently associated with Eastern European scanning infrastructure.
Active Campaigns
Five campaigns each recorded 38,652 hits this week — an identical count across all five that strongly suggests a single automated toolkit or campaign framework executing them in parallel.
| Campaign | Classification | Type | Severity |
|---|---|---|---|
| Hikvision ISAPI RCE | CVE-2021-36260 | RCE | Critical |
| PHPUnit eval-stdin RCE | CVE-2017-9841 | RCE | Critical |
| Apache Path Traversal / RCE | CVE-2021-41773/42013 | Path Traversal + RCE | Critical |
| GeoServer OGC Filter RCE | CVE-2024-36401 | RCE | Critical |
| Exchange ProxyLogon | CVE-2021-26855 | RCE | Critical |
Analysis:
- The GeoServer OGC Filter RCE (CVE-2024-36401) is the most recently disclosed vulnerability in this group and its presence alongside older CVEs confirms that threat actors bundle legacy and contemporary exploits into unified toolkits.
- Hikvision ISAPI and PHPUnit targets are perennial honeypot fixtures; their continued dominance reflects the long tail of unpatched internet-facing devices and legacy PHP deployments.
- ProxyLogon targeting persists despite patches being available since March 2021, confirming that on-premises Exchange servers remain a viable attack surface in many environments.
- The uniform hit count across all five campaigns is highly anomalous and suggests either a single threat actor rotating through exploit modules, or a shared exploit framework being deployed by multiple actors using the same default configuration.
Notable Paths & Techniques
Several paths recorded this week fall outside known campaign signatures and deserve independent scrutiny.
Database Credential Probing
database=postgres— 6,809 hits. High-volume targeted probing of PostgreSQL authentication. Likely credential stuffing or default credential checks against exposed instances.
Shell Injection & Busybox Propagation
sh\n/bin/busybox— 2,658 hitssh— 1,334 hits;sh\nbusybox— 665 hits
These patterns are characteristic of Mirai-lineage botnet propagation. After initial telnet authentication, malware drops busybox to establish a persistent foothold and enumerate architecture for payload selection. The UNSTABLE string (3,966 hits) may correspond to a specific Mirai variant build tag observed in the wild.
Default Credential Attempts
| Credential Pattern | Hits | Context |
|---|---|---|
pass=admin |
1,123 | Generic default — routers, cameras, NAS |
pass=1234 |
696 | Numeric default — IoT devices |
pass=xc3511 |
678 | HiSilicon/Dahua camera default |
pass=vizxv |
654 | Dahua DVR default — classic Mirai target |
The pass=xc3511 and pass=vizxv credentials are highly specific to HiSilicon-based IP cameras and Dahua DVR/NVR hardware — a fingerprint consistent with Mirai and its descendants. The presence of these alongside the Hikvision ISAPI RCE campaign suggests actors are pursuing multiple vectors against surveillance hardware simultaneously.
Geographic Distribution
| Country | Events | Notable |
|---|---|---|
| United States | 38,713 | 29.7% — hosting abuse dominant |
| China | 35,643 | 27.3% — includes top single-IP source |
| Romania | 14,853 | 11.4% — permissive hosting |
| Argentina | 3,972 | 3.0% |
| Pakistan | 3,648 | 2.8% |
| Turkey | 2,844 | 2.2% |
| Netherlands | 2,794 | 2.1% — common VPS/proxy origin |
| India | 2,763 | 2.1% |
US and CN together account for 57% of probe traffic. US-origin traffic is primarily scan-driven from cloud and shared hosting infrastructure (GoDaddy dominates this week). CN-origin traffic skews toward high-volume single-source scanning. Romanian traffic is consistent with prior weeks and associated with SS-Net hosted infrastructure. The Netherlands presence, while modest in volume, is a typical indicator of VPN exit node or proxy-based scanning.
Recommendations
Immediate Priority:
- Patch GeoServer CVE-2024-36401 immediately if running exposed GeoServer instances. This is the most recently disclosed RCE in this week's active campaign set and patching lag is being actively exploited.
- Audit internet-facing Exchange deployments for ProxyLogon indicators. Any on-premises Exchange server not patched to at least March 2021 CU levels should be treated as compromised until verified otherwise.
- Firewall or VPN-gate all Telnet (TCP 23) exposure. This week's data confirms sustained mass credential attacks; no legitimate management use case justifies open internet telnet access.
Short-Term Actions:
- Rotate all default credentials on IP cameras, DVRs, and NAS devices — particularly Dahua and HiSilicon-based hardware. The presence of
xc3511andvizxvpasswords in probe traffic confirms active targeting of these device families. - Restrict PostgreSQL (TCP 5432) to internal networks or authenticated tunnels only. The 6,809
database=postgresprobe events indicate active reconnaissance for exposed instances. - Block or rate-limit known scan ASNs at the perimeter, specifically GoDaddy-hosted IP ranges contributing disproportionate scan volume this week.
- Disable PHPUnit from production environments. CVE-2017-9841 targets a development dependency that should never be deployed to production; its continued exploitation reflects persistent misconfigurations.
Ongoing:
- Monitor for busybox and UNSTABLE build tag indicators in endpoint telemetry — these are reliable post-compromise markers for Mirai-family infections on embedded Linux systems.
- Continue tracking the five concurrent critical RCE campaigns for volume divergence next week; if hit counts decouple, it may indicate campaign operators splitting toolkits or shifting targeting priorities.
- Maintain blocklists derived from Romanian (SS-Net) and Alibaba cloud ranges generating high-volume scan traffic to this sensor.