Threat Pulse W23 — Mass Scan Surge & Critical RCE Campaign Blitz
Executive Summary
The week of 2026-05-29 to 2026-06-01 saw a sharp 32.7% spike in total inbound probes, reaching 207,040 events. A single GB-attributed source accounted for nearly 59% of all traffic, flooding the fake-telnet facade with automated scan activity. Simultaneously, five distinct critical-severity RCE campaigns ran in parallel against web-facing services, indicating coordinated or tooling-shared offensive operations. Brute-force credential stuffing against Telnet and Postgres services also remained persistently elevated.
Attack Volume & Trends
- Total probes this week: 207,040 (+32.7% vs. prior week)
- The volume spike is primarily attributable to a single high-rate scanning source (see Top Threat Actors).
- Telnet remained the dominant target by a wide margin, absorbing 89.5% of all traffic.
| Facade | Events | Share |
|---|---|---|
| fake-telnet | 185,399 | 89.5% |
| fake-ssh | 12,701 | 6.1% |
| fake-postgres | 4,878 | 2.4% |
| fake-https | 1,614 | 0.8% |
| fake-http | 1,557 | 0.8% |
| fake-redis | 454 | 0.2% |
| fake-mysql | 221 | 0.1% |
| fake-mongodb | 216 | 0.1% |
| Attack Type | Events | Share |
|---|---|---|
| scan | 174,497 | 84.3% |
| bruteforce | 27,125 | 13.1% |
| recon | 2,916 | 1.4% |
| rce | 2,247 | 1.1% |
| exploit | 254 | 0.1% |
| auth | 1 | <0.1% |
Key trend: The scan-to-bruteforce ratio remains high (≈6.4:1), consistent with an IoT/Telnet mass-enumeration phase preceding targeted credential attacks. RCE event counts, while smaller in absolute terms, represent high-severity exploitation attempts against known critical CVEs.
Top Threat Actors
| Rank | ASN / Provider | Country | Events | Primary Behavior |
|---|---|---|---|---|
| 1 | DigitalOcean, LLC | GB | 121,986 | Mass scan |
| 2 | DigitalOcean, LLC | NL | 15,984 | Mass scan |
| 3 | GoDaddy.com, LLC | US | 14,242 | Mass scan |
| 4 | DigitalOcean, LLC | US | 12,708 | Mass scan |
| 5 | GoDaddy.com, LLC | US | 9,566 | Mass scan |
Actor #1 (GB/DigitalOcean) is responsible for 121,986 events — 58.9% of all weekly traffic — exclusively scan-type, and almost entirely directed at the fake-telnet facade. This is consistent with a large-scale Mirai-variant or custom IoT enumeration tool operating from a rented VPS node. The traffic pattern suggests automated, stateless SYN/banner probing rather than interactive sessions.
DigitalOcean appears in three of the top five sources, accounting for approximately 72% of total traffic across GB, NL, and US-registered nodes. GoDaddy infrastructure contributes two additional high-volume sources. Both providers are commonly abused for short-lived offensive VPS operations due to easy provisioning and abuse-report latency.
Active Campaigns
Five critical-severity campaigns were observed this week, each recording 32,545 hits — an identical count that suggests these are being executed by the same toolset, actor, or coordinated campaign infrastructure running parallel exploit modules.
| Campaign | Type | Severity | Hits | Target |
|---|---|---|---|---|
| Hikvision ISAPI RCE | RCE | Critical | 32,545 | IP cameras / NVR |
| PHPUnit eval-stdin RCE | RCE | Critical | 32,545 | PHP web apps |
| Apache Path Traversal / RCE | Path Traversal/RCE | Critical | 32,545 | Apache HTTP Server |
| GeoServer OGC Filter RCE | RCE | Critical | 32,545 | GIS/OGC services |
| Exchange ProxyLogon | RCE | Critical | 32,545 | Microsoft Exchange |
Analysis: The uniform hit count across all five campaigns is a strong indicator of a scripted mass-exploitation framework — likely a tool such as Nuclei, a custom scanner, or a botnet implant running a fixed template set. Targets span IoT devices (Hikvision), web frameworks (PHPUnit), web servers (Apache), enterprise GIS (GeoServer), and enterprise email (Exchange ProxyLogon/CVE-2021-26855). This breadth suggests opportunistic bulk exploitation rather than a targeted attack.
The Hikvision and PHPUnit vectors are perennial favorites for botnet recruitment and webshell implantation, respectively. ProxyLogon, despite being patched since 2021, continues to yield results against unpatched Exchange deployments.
Notable Paths & Techniques
Credential Brute-Force (Telnet/Postgres)
The following credential values were observed in brute-force attempts, primarily against fake-telnet and fake-postgres:
| Observed Value | Hit Count | Notes |
|---|---|---|
pass=admin |
2,696 | Most common default credential attempt |
database=postgres |
2,323 | Postgres default DB enumeration |
pass=xc3511 |
1,724 | Hikvision/XiongMai default firmware credential |
pass=vizxv |
1,640 | Dahua/generic IoT default |
pass= (empty) |
1,302 | Null password attempt |
pass=password |
1,082 | Generic weak credential |
pass=888888 |
1,061 | Common Chinese-market IoT default |
pass=123456 |
1,054 | Universal weak credential |
pass=12345 |
939 | Universal weak credential |
The presence of xc3511 and vizxv is consistent with Mirai-lineage botnet activity, as these are hardcoded credentials targeted by the original Mirai malware and its descendants. Combined with the Hikvision ISAPI RCE campaign, this week shows clear convergence on IP camera and DVR ecosystem exploitation.
Anomalous Path: UNSTABLE
An unusual path/token UNSTABLE recorded 19,995 hits and does not match any known campaign signature in the current database. This volume is too high to be noise. Possible interpretations:
- A probe token or session marker inserted by a specific scanning tool or implant
- A firmware version string or banner extracted from prior reconnaissance
- A new campaign or tool fingerprint not yet catalogued
This warrants continued monitoring and rule development.
Geographic Distribution
| Country | Events | Notes |
|---|---|---|
| GB | 122,356 | Dominated by single DigitalOcean VPS |
| US | 38,964 | Multiple sources incl. GoDaddy infrastructure |
| NL | 16,571 | DigitalOcean NL node |
| RO | 8,606 | Multiple sources, mixed scan/bruteforce |
| SG | 5,106 | Scan and recon activity |
| CN | 3,215 | IoT credential attempts, recon |
| PL | 1,880 | Scan activity |
| DE | 882 | Low-volume mixed activity |
GB's outsized share (59.1%) is an artifact of a single VPS operator, not indicative of UK-origin threat actors. VPS provider attribution (DigitalOcean, GoDaddy) is more operationally meaningful than geolocation in this context.
Recommendations
- Block or rate-limit DigitalOcean and GoDaddy ASN ranges at perimeter if these providers are not expected sources of legitimate traffic. The top-5 sources this week are exclusively from these two providers.
- Patch Hikvision/Dahua devices immediately. The combination of ISAPI RCE exploitation and default credential attempts (xc3511, vizxv) indicates active botnet recruitment targeting these devices. Any internet-exposed IP cameras or DVRs should be audited.
- Remediate PHPUnit eval-stdin exposure. Any production environment with PHPUnit accessible via web paths (particularly
/vendor/phpunit/) is at critical risk. This is a trivially exploitable path that should not exist in production deployments.
- Verify Exchange patching status. ProxyLogon (CVE-2021-26855) exploitation continues. Any on-premises Exchange server not patched to March 2021 or later is actively being targeted.
- Investigate the
UNSTABLEsignature. With ~20,000 hits and no current campaign match, this token should be triaged for tooling identification. Correlation with full packet captures or session logs is recommended.
- Enforce non-default credentials on all IoT and network devices. The brute-force credential list this week is a subset of the standard Mirai dictionary. Devices with any of the observed default passwords remain at high risk of compromise.
- Monitor Postgres exposure. The
database=postgresprobe volume (2,323 hits) indicates active enumeration of PostgreSQL services. Ensure Postgres is not exposed to the public internet and authentication requires strong, non-default credentials.