Listen to this Post
Introduction: A New Generation of Botnets Is Changing the Cybersecurity Battlefield
Cybercriminals are no longer relying on traditional malware infrastructure to control infected devices. Instead, they are embracing decentralized technologies that were originally designed for innovation and transparency. A newly discovered botnet known as Dysphoria demonstrates just how dangerous this evolution has become. By combining blockchain-based command-and-control infrastructure with aggressive exploitation of Internet of Things (IoT) devices, Dysphoria has rapidly grown into one of the most sophisticated botnets observed in 2026.
Security researchers estimate that approximately 200,000 devices worldwide have already been compromised, creating a massive distributed network capable of launching large-scale Distributed Denial-of-Service (DDoS) attacks while simultaneously operating as an anonymous traffic relay platform. Its architecture makes traditional takedown operations significantly more difficult, signaling a worrying trend for defenders across the cybersecurity industry.
Researchers Discover
Researchers from QiAnXin XLab first detected Dysphoria on March 25, 2026, and have continuously monitored its rapid development ever since.
Rather than remaining a static malware family, Dysphoria has gone through numerous technical revisions within only a few months. Every new version introduces improvements ranging from more resilient command-and-control discovery techniques to expanded blockchain support and specialized malware variants.
According to XLab, the malware evolved from earlier botnets known as jackskid and fbot, but its developers significantly enhanced the original codebase with modern techniques designed to resist detection and infrastructure takedowns.
The pace of development indicates that Dysphoria is maintained by experienced operators who actively improve their malware based on operational needs.
Blockchain Is Now Powering Malware Infrastructure
Perhaps the most alarming innovation introduced by Dysphoria is its use of blockchain naming systems for command-and-control resolution.
Instead of hardcoding server addresses or relying on traditional domains that security companies can quickly seize, Dysphoria retrieves infrastructure information from decentralized blockchain services including:
Ethereum ENS (Ethereum Name Service)
Solana SNS (Solana Name Service)
Because these services operate on decentralized blockchain networks, removing malicious infrastructure becomes dramatically more difficult than shutting down conventional domains.
To further complicate forensic investigations, command-and-control server addresses are hidden inside fake IPv6 strings. The malware reconstructs the real addresses using a custom byte-transformation algorithm before connecting to its operators.
This layered concealment makes the malware both stealthier and more resilient against disruption efforts.
How Dysphoria Communicates With Attackers
Once a vulnerable device becomes infected, Dysphoria establishes communication with its operators using a lightweight protocol.
Each compromised device periodically sends a fixed 78-byte login and heartbeat packet back to the command server.
After authentication, infected systems receive attack instructions that may include:
Attack duration
Attack type
Target IP addresses
Network protocol options
Various operational flags
This streamlined communication minimizes bandwidth usage while allowing attackers to coordinate thousands of compromised systems simultaneously.
The Botnet Has Split Into Specialized Variants
Researchers noticed a significant architectural change during late June.
Instead of maintaining one universal malware family capable of performing every task, the operators introduced specialized variants.
One branch continues focusing on DDoS attacks.
Another variant completely removes the DDoS functionality and instead converts infected devices into anonymous network relay nodes.
This separation allows attackers to dedicate different portions of their botnet to different criminal operations while reducing unnecessary software complexity.
Such modular development reflects a level of maturity increasingly seen among professional cybercrime organizations.
UPnP Abuse Creates Hundreds of Open Entry Points
One particularly dangerous capability involves abusing Universal Plug and Play (UPnP) functionality.
Once inside a vulnerable device, Dysphoria automatically creates approximately 155 port forwarding rules, exposing internal network services directly to the public internet.
These newly opened ports can provide attackers with additional opportunities for:
Persistent remote access
Anonymous traffic routing
Further malware deployment
Lateral movement inside local networks
Many home users remain unaware that UPnP can automatically expose devices without requiring manual router configuration.
Weak Passwords Continue Fueling Massive Infections
Despite all of its sophisticated blockchain capabilities, Dysphoria still relies heavily on familiar attack techniques for initial compromise.
Researchers observed widespread scanning for:
Weak Telnet passwords
Weak SSH credentials
Default administrator accounts
Internet-facing IoT devices
The malware aggressively targets routers, IP cameras, smart appliances, and embedded Linux systems that often remain online for years without firmware updates.
Multiple Router Vulnerabilities Are Under Active Exploitation
The botnet also exploits numerous publicly known vulnerabilities across networking equipment.
Among the more recent flaws abused are:
CVE-2025-55182 (React2Shell)
CVE-2025-34152
CVE-2025-28137 affecting Totolink devices
CVE-2025-9528 affecting Linksys products
Older vulnerabilities remain equally valuable to attackers because many organizations and home users never installed available security updates.
Examples include:
CVE-2017-17215 affecting Huawei devices
CVE-2020-8515 affecting DrayTek routers
This demonstrates a recurring cybersecurity problem: vulnerabilities remain exploitable years after patches become available.
Researchers Measure Massive Global Activity
Between July 14 and July 20, researchers recorded extraordinary levels of activity generated by the botnet.
Monitoring identified:
Around 740,000 daily pings
Approximately 239,000 overseas client connections
Around 1,800 connections originating from China
Based on this telemetry, researchers estimate that roughly 200,000 devices currently participate in Dysphoria’s infrastructure.
The numbers continue fluctuating as new infections occur while others are cleaned or disconnected.
A Claimed 4 Tbps DDoS Capability
Operators behind Dysphoria openly advertise their DDoS service on a public website disguised as a legitimate network stress-testing platform.
They claim the botnet can generate attacks reaching 4 Tbps.
Although this remains well below the 31.4 Tbps record reportedly achieved by the Aisuru/Kimwolf botnet during late 2025, a sustained 4 Tbps attack is still capable of overwhelming many enterprise networks, hosting providers, online gaming platforms, and digital services.
Even organizations with advanced mitigation services may experience significant operational disruptions during attacks of this scale.
Protecting Devices Against Dysphoria
Reducing the risk of infection requires basic—but consistently applied—security practices.
Users and organizations should:
Install firmware updates immediately after vendors release them.
Replace all default administrator passwords with strong, unique credentials.
Disable Telnet whenever possible.
Use SSH with key-based authentication instead of password-only access.
Turn off remote management unless absolutely necessary.
Disable UPnP if it is not required.
Monitor routers and IoT devices for unexpected configuration changes.
Replace unsupported hardware that no longer receives security patches.
These defensive measures remain the most effective way to prevent automated botnet infections.
Deep Analysis
Dysphoria represents more than just another IoT botnet—it reflects the ongoing professionalization of cybercrime. By leveraging decentralized blockchain services, its operators have reduced one of the biggest weaknesses of traditional malware: centralized command-and-control servers that defenders can seize or block. This shift means future malware families may increasingly rely on distributed infrastructure that is far more resilient against disruption.
The botnet’s modular design is another important development. Separating DDoS capabilities from proxy services allows attackers to optimize infected devices for different criminal business models, whether selling attack-for-hire services or providing anonymous relay networks. This mirrors legitimate software engineering practices, highlighting how organized cybercriminal groups continue adopting professional development methodologies.
Example Detection and Investigation Commands
Check for unusual listening ports (Linux):
ss -tulnp
Review active network connections:
netstat -antp
Inspect UPnP configuration:
upnpc -l
Monitor suspicious outbound connections:
tcpdump -i any
Check running processes:
ps aux
Review recent authentication attempts:
journalctl -u ssh
Search for unexpected scheduled tasks:
crontab -l
Verify router firmware version:
cat /etc/os-release uname -a
These commands do not specifically detect Dysphoria, but they assist incident responders in identifying suspicious behavior commonly associated with IoT malware infections.
What Undercode Say:
Dysphoria is not simply another Mirai-inspired botnet. It represents a noticeable evolution in malware architecture where decentralized technologies are being repurposed for offensive cyber operations.
The use of Ethereum ENS and Solana SNS demonstrates that attackers are adapting to defender strategies.
Traditional domain seizures become less effective.
Infrastructure becomes more resilient.
Incident response grows more complicated.
Threat intelligence teams must expand blockchain monitoring capabilities.
Network defenders can no longer focus solely on conventional DNS activity.
IoT devices remain the weakest link.
Manufacturers continue shipping products with insecure default configurations.
Many organizations still ignore firmware management.
Old vulnerabilities continue creating new victims.
Weak passwords remain a global cybersecurity epidemic.
Attackers understand that automation always wins against negligence.
The separation between proxy and DDoS variants suggests business-oriented operations.
Cybercrime increasingly resembles commercial software development.
Continuous updates indicate active maintenance.
The malware developers appear technically experienced.
Blockchain-based C2 mechanisms may become more common.
Future malware families will likely adopt similar decentralized approaches.
Security vendors need better blockchain intelligence.
Governments may face legal challenges when malicious infrastructure resides on decentralized networks.
Network visibility will become even more important.
Behavior-based detection is replacing signature-based security.
Organizations should inventory every connected IoT device.
Many enterprises underestimate shadow IoT.
Consumer routers often remain forgotten for years.
Attackers know this.
Small businesses are particularly exposed.
Home offices also present attractive targets.
Internet-facing management services should be eliminated wherever possible.
Zero Trust principles should extend to IoT environments.
Firmware lifecycle management deserves greater investment.
Cyber hygiene continues outperforming expensive security products when consistently applied.
Dysphoria proves that cyber threats evolve faster than many defensive programs.
Ignoring router security is no longer acceptable.
The industry should expect similar blockchain-enabled botnets throughout the coming years.
This campaign is unlikely to remain an isolated case.
It is a warning about the future direction of malware development.
✅ Fact: Researchers estimate Dysphoria has infected approximately 200,000 devices, based on observed telemetry collected over several months.
✅ Fact: The malware uses Ethereum ENS and Solana SNS to resolve command-and-control infrastructure, making traditional takedown efforts more difficult due to decentralized blockchain services.
✅ Fact: Dysphoria spreads through weak Telnet and SSH credentials and exploits both recent and older vulnerabilities in routers and IoT devices, highlighting the continued risks posed by unpatched systems.
Prediction
(+1) The discovery of Dysphoria will accelerate investment in IoT security, blockchain-aware threat intelligence, and behavior-based detection systems. Security vendors are likely to introduce new capabilities for monitoring decentralized command-and-control techniques, while organizations will place greater emphasis on firmware management, Zero Trust architectures, and continuous monitoring of internet-connected devices. At the same time, defenders should prepare for future botnets that increasingly combine blockchain technologies with modular malware designs, making proactive security practices more important than ever.
▶️ Related Video (82% Match):
🕵️📝Let’s dive deep and fact‑check.
🎓 Live Courses & Certifications:
Join Undercode Academy for Verified Certifications
🚀 Request a Custom Project:
Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands
References:
Reported By: www.bleepingcomputer.com
Extra Source Hub (Possible Sources for article):
https://www.medium.com
Wikipedia
OpenAi & Undercode AI
Image Source:
Unsplash
Undercode AI DI v2
🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]
📢 Follow UndercodeNews & Stay Tuned:
𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube




