← Threat Pulse
Pulse #26

Threat Pulse W38 — Sharp Surge in RCE Campaigns & Telnet Exploitation

Week of Sept 7–14 saw 92,931 inbound probes (+38.8%), dominated by a coordinated wave of critical RCE campaigns targeting Hikvision, PHPUnit, Apache, GeoServer, and Exchange. Telnet remained the most-probed facade, while credential stuffing and IoT default password attacks intensified.
Week of 14 Sep 2026

Executive Summary

The honeypot sensor at tarpit-lab.xyz recorded 92,931 inbound probes during the week of September 7–14, 2026 — a 38.8% spike over the prior week. Five simultaneous critical-severity RCE campaigns each registered identical hit counts, suggesting coordinated or automated multi-vector tooling. The fake-telnet facade absorbed the largest share of traffic, consistent with ongoing IoT and embedded device targeting. Credential brute-force attempts against database services (MySQL, PostgreSQL, Redis, MongoDB) remained persistent, and newly observed paths indicate active exploitation of default credentials and shell injection attempts.


Attack Volume & Trends

Metric This Week Last Week Change
Total Probes 92,931 66,954 (est.) +38.8%
Scans 59,255 63.8% of total
Recon 23,573 25.4% of total
Bruteforce 7,839 8.4% of total
RCE 1,291 1.4% of total
Exploit 975 1.0% of total

Facade breakdown:

Facade Hits Share
fake-telnet 38,893 41.9%
fake-ssh 23,419 25.2%
fake-http 19,805 21.3%
fake-https 4,743 5.1%
fake-mysql 2,077 2.2%
fake-postgres 2,050 2.2%
fake-redis 1,429 1.5%
fake-mongodb 515 0.6%

Telnet's dominant share (41.9%) points to sustained automated scanning of IoT and embedded Linux targets. The combined database facades (MySQL + PostgreSQL + Redis + MongoDB) accounted for 6.5% of traffic — a non-trivial surface given how frequently these services are exposed with weak or default credentials.

The overall volume spike is likely attributable to a single or small cluster of automated scanning platforms executing multi-campaign playbooks simultaneously, evidenced by identical hit counts across five distinct RCE campaign signatures.


Top Threat Actors

Rank ASN / Host Country Events Primary Activity
1 GoDaddy.com, LLC US 17,788 Mass scanning
2 Host Universal Pty Ltd US 12,926 Recon / enumeration
3 DigitalOcean, LLC GB 3,643 Scanning
4 GoDaddy.com, LLC US 2,975 Scanning
5 GoDaddy.com, LLC US 2,938 Scanning

Key observations:

  • GoDaddy-hosted IPs collectively contributed over 23,700 events across three distinct source addresses, accounting for approximately 25.5% of total probe volume. This is almost certainly indicative of compromised shared hosting or VPS infrastructure rather than GoDaddy as an actor. Abuse reports to GoDaddy's NOC are warranted.
  • The Host Universal Pty Ltd source focused on recon activity (~12,926 events), suggesting structured enumeration behavior — potentially a crawler or vulnerability scanner building target inventories.
  • The DigitalOcean GB-routed source generated 3,643 scanning events; cloud provider abuse for scanning is a well-established pattern and should be reported upstream.

Active Campaigns

All five tracked campaigns recorded 33,678 hits each, a statistically improbable uniformity that strongly suggests a single automated framework dispatching these probes in parallel or that a counting artifact normalized these figures. Regardless, each campaign represents an active, critical-severity threat.

Campaign Type Severity Notes
Hikvision ISAPI RCE RCE Critical Targets /ISAPI/ endpoints on IP cameras and NVRs; unauthenticated remote code execution
PHPUnit eval-stdin RCE RCE Critical Exploits exposed vendor/phpunit paths; CVE-2017-9841, still highly effective against unpatched stacks
Apache Path Traversal / RCE Path Traversal / RCE Critical Likely targeting CVE-2021-41773 / CVE-2021-42013; Apache 2.4.49–2.4.50 traversal chain
GeoServer OGC Filter RCE RCE Critical CVE-2024-36401; OGC filter evaluation allows arbitrary code execution on GeoServer instances
Exchange ProxyLogon RCE Critical CVE-2021-26855 chain; Exchange Server pre-auth SSRF enabling full server compromise

Analysis: The simultaneous activation of five critical RCE campaigns — spanning IoT firmware, PHP frameworks, web servers, geospatial platforms, and enterprise email — is consistent with multi-exploit botnet recruitment tooling (e.g., Mirai derivatives or Mozi successors). Defenders should treat this as an active, broad-spectrum exploitation wave rather than isolated incidents.


Notable Paths & Techniques

The following paths and probe strings were observed at significant volume outside of known campaign signatures:

Probe / Path Hits Assessment
/ (HTTP root) 969 Generic HTTP fingerprinting / WAF probing
IZ1H9 663 Mirai variant identifier string; IoT malware recruitment probe
database=postgres 573 PostgreSQL credential/config enumeration via HTTP or injection
pass=admin 518 Default credential stuffing (admin:admin)
UNSTABLE 488 Known Mirai/botnet variant beacon string
set 474 Redis SET command; unauthenticated Redis write attempt
pass= 345 Blank password brute-force attempt
pass=1234 325 Common weak credential stuffing
pass=xc3511 305 Hikvision factory default password; targeted camera takeover
;sh\necho 288 Shell injection / command injection probe

Highlights:

  • IZ1H9 and UNSTABLE are well-documented Mirai botnet variant identifiers, confirming active IoT recruitment campaigns aligned with the high telnet facade traffic.
  • pass=xc3511 is the factory default password for a large range of Hikvision OEM cameras, directly corroborating the Hikvision ISAPI RCE campaign above.
  • The Redis set command probes target misconfigured Redis instances with no authentication — a vector historically used to write cron jobs or SSH keys for persistence.
  • Shell injection attempts (;sh\necho) indicate opportunistic command injection probing across multiple service types.

Geographic Distribution

Country Events Share Notes
🇺🇸 United States 49,781 53.6% Dominated by hosting/cloud abuse
🇨🇳 China 6,589 7.1% Consistent scanning presence
🇬🇧 United Kingdom 4,641 5.0% Primarily cloud-hosted sources
🇹🇷 Turkey 4,450 4.8% Elevated vs. baseline
🇳🇱 Netherlands 3,275 3.5% Hosting infrastructure abuse
🇮🇳 India 2,810 3.0% Mixed scan/bruteforce
🇩🇪 Germany 2,682 2.9% Hosting infrastructure
🇵🇰 Pakistan 2,401 2.6% Notable volume spike

US dominance (53.6%) is primarily an artifact of large hosting providers (GoDaddy, DigitalOcean) being leveraged as scanning infrastructure — the attacks do not necessarily originate from US-based threat actors. Turkey and Pakistan both show volumes worth monitoring for trend confirmation in coming weeks.


Recommendations

  1. Patch critical RCE vulnerabilities immediately. All five active campaigns target known, patched CVEs. Organizations running Hikvision devices, Apache 2.4.49–2.4.50, GeoServer, unpatched Exchange, or exposed PHPUnit installations are at acute risk. Apply vendor patches or isolate these services.
  1. Disable or firewall Telnet (port 23) globally. With 41.9% of probe volume targeting the telnet facade and confirmed Mirai variant activity, any internet-exposed Telnet service should be considered compromised until proven otherwise.
  1. Audit and harden database services. Redis, PostgreSQL, MySQL, and MongoDB instances should never be internet-exposed without authentication. Enforce strong passwords, bind to localhost or private networks, and use firewall rules to restrict access.
  1. Rotate Hikvision default credentials. The pass=xc3511 probe volume confirms active targeting of factory-default camera credentials. All Hikvision and OEM-equivalent devices should have default passwords changed and ISAPI remote access disabled where not required.
  1. Report compromised hosting infrastructure. The GoDaddy and DigitalOcean sources generating tens of thousands of events should be reported to the respective abuse teams with log evidence. Blocking at the ASN level is not recommended due to collateral impact but IP-level blocks are appropriate.
  1. Monitor for Mirai beacons. The presence of IZ1H9 and UNSTABLE strings indicates active botnet recruitment. Network defenders should add detection rules for these strings on ingress traffic and monitor for outbound C2 connections on compromised embedded devices.
  1. Implement Redis authentication and rename dangerous commands. The set command probes confirm unauthenticated Redis access attempts. Enable requirepass, use rename-command for dangerous operations, and ensure Redis is not accessible from untrusted networks.