Sunday, September 13, 2026

SSH Worm Exploit Detected by DShield Sensor Using Credential Stuffing and Multi-Stage Malware

A DShield honeypot sensor recently recorded a complete compromise sequence involving a self-replicating SSH worm that exploits weak passwords to spread across Linux systems.

The incident highlights how poor SSH hygiene and the use of default credentials remain among the most persistent threats to Internet-connected devices.

Even in 2026, attackers continue leveraging automated credential stuffing and brute-forcing tools to take over Linux and IoT systems within seconds.

During a recent internship project, the DShield sensor addressed a real-world attack chain combining credential brute forcing, multi-stage malware drop, persistent backdoor creation, and command-and-control (C2) behavior over IRC channels.

Timeline of the Compromise

  • 08:24:13: Attacker connects from IP 83.135.10.12.
  • 08:24:14: Brute-force success using credentials pi / raspberryraspberry993311.
  • 08:24:15: 4.7 KB bash script uploaded via SCP.
  • 08:24:16: Script executed; persistence established.
  • 08:24:17: Attacker disconnects, worm initiates C2 check-in and active scanning.

Within only four seconds, the system was fully converted into a botnet node.

Network diagram of observed attack (Source : SANS.edu).
Network diagram of observed attack (Source : SANS.edu).

The connection originated from 83.135.10.12, traced to Versatel Deutschland, a German ISP. The attacker’s SSH fingerprint (SSH-2.0-OpenSSH_8.4p1 Raspbian-5+b1, HASSH: ae8bd7dd09970555aa4c6ed22adbbf56) suggests the source was another already compromised Raspberry Pi.

Such devices, often left online with default settings, have become ideal targets for use in large-scale botnets.

Seconds after authentication, the attacker deployed a small bash script designed to achieve persistence, turn off competing malware, and modify the system’s host file to redirect a known C2 domain to a loopback address.

Next, the malware established communication with the operator through six IRC networks, joining a channel named #biret.

The uploaded and executed script was a 4.7KB bash script captured by the DShield sensor.

Post Compromise Behavior  (Source : SANS.edu).
Post Compromise Behavior (Source : SANS.edu).

To verify authenticity, the worm used an embedded RSA key to validate signed commands a rare but notable security mechanism within the malicious code.

The infected device responded to “PING” commands from the C2 with “PONG,” confirming successful enrollment into the botnet.

Implications

Soon after joining the botnet, the malware installed two tools: zmap (a high-speed network scanner) and sshpass (for automated SSH logins).


C2 Established (Source : SANS.edu).
C2 Established (Source : SANS.edu).

Using these, it scanned 100,000 random IP addresses looking for open SSH ports. For each, the worm attempted two credential pairs:

  • pi/raspberry.
  • pi / raspberryraspberry993311.

Any vulnerable host found was infected in the same rapid sequence, allowing the worm to propagate autonomously across the Internet.

Though no cryptominer was installed, the script included functions to kill rival cryptomining processes, indicating that such payloads could be deployed on command later.

This attack underscores three critical lessons:

  • Weak or default passwords still drive large-scale compromises.
  • IoT and hobbyist devices, particularly Raspberry Pis, remain high-value botnet resources.
  • Self-propagating worms can spread silently in seconds once a single host is breached.

Security teams and home users can mitigate these threats by:

  • Disabling password authentication and enforcing SSH key-based logins.
  • Removing the default pi user from Raspberry Pi devices.
  • Enabling tools like fail2ban to block repeated SSH attempts.
  • Segregating IoT systems from main production networks.

This captured attack demonstrates how unprotected Linux devices can be rapidly weaponized into global botnets. Even a single Raspberry Pi with default credentials can act as a launchpad for large-scale automated threats.

The lesson is simple yet urgent: never leave SSH exposed without strong authentication and hardening.

Follow us on Google NewsLinkedIn, and X to Get Instant Updates and Set GBH as a Preferred Source in Google.

Mayura Kathir
Mayura Kathirhttps://gbhackers.com/
Mayura Kathir is a cybersecurity reporter at GBHackers News, covering daily incidents including data breaches, malware attacks, cybercrime, vulnerabilities, zero-day exploits, and more.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

Threat Actors Use Claude AI Agents to Automate Cyberattacks and Steal Sensitive Data

Threat actors are increasingly using Claude-based AI workflows to...

China-Linked Hackers Chain Chrome Zero-Day With Windows Kernel Flaw in Attacks

China-linked threat actors UTA0560 and JungleBamboo chained a Google...

New Phishing Campaign Abuses Windows Mshta.exe to Steal Credentials and Secrets

A newly identified phishing campaign is abusing the legitimate...

CISA Warns of Critical GitLab Vulnerability Exploited in Attacks

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has...

Researchers Uncover 10,000+ Malware Loaders Behind YouTube and SEO Poisoning Campaign

A long-running pay-per-install (PPI) operation that used YouTube gaming...

VLC Media Player Flaws Let Attackers Corrupt Memory and Leak Sensitive Data

Two security vulnerabilities in VLC media player versions 3.0.0...

CISA Adds Exploited MikroTik RouterOS Flaws to Security Alert

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has...

Related Articles

Recent News