Dysphoria IoT Botnet Adds Blockchain C2 and Victim Relays After JackSkid Disruption
The Dysphoria IoT botnet has evolved to use blockchain-based command-and-control (C2) and infected-device relays, making it harder to disrupt after law enforcement actions against its predecessor, JackSkid. Researchers from CNCERT and XLab report the botnet's population exceeds 200,000 bots, with telemetry logging over 4,400 active devices in China and a single-day peak of 239,000 bots abroad. The botnet spreads through weak Telnet/SSH credentials and known IoT vulnerabilities, including CVE-202
Analysis
TL;DR
- The Dysphoria IoT botnet has evolved to use blockchain-based command-and-control (C2) and infected-device relays, making it harder to disrupt after law enforcement actions against its predecessor, JackSkid.
- Researchers from CNCERT and XLab report the botnet's population exceeds 200,000 bots, with telemetry logging over 4,400 active devices in China and a single-day peak of 239,000 bots abroad.
- The botnet spreads through weak Telnet/SSH credentials and known IoT vulnerabilities, including CVE-2025-9528, a Linksys E1700 command-injection flaw.
- The shift to Ethereum Name Service (ENS) and Solana Name Service (SNS) for C2 complicates traditional server seizure tactics but does not eliminate infrastructure dependencies.
- Defenders are advised to patch exposed IoT devices, replace unupdatable hardware, eliminate default credentials, and disable unnecessary remote management features like UPnP.
Why It Matters
This article highlights the evolving sophistication of IoT botnets as they adapt to law enforcement disruptions by leveraging decentralized technologies like blockchain for C2 communication. For AI practitioners and cybersecurity professionals, understanding these shifts is critical for developing proactive defense mechanisms and threat intelligence strategies that account for increasingly resilient malware architectures. Additionally, the reliance on weak credentials and unpatched vulnerabilities underscores the importance of robust device security practices in mitigating large-scale botnet threats.
Technical Details
- Blockchain-Based C2: Dysphoria uses ENS and SNS domains (e.g., m3rnbvs5d.eth, burrberry.eth) to encode distribution-node IPv4 addresses and other infrastructure records, enabling dynamic and decentralized command resolution.
- Infected-Device Relays: The botnet employs compromised devices as relays between bots and actual controllers, obscuring the true location of C2 servers and complicating takedown efforts.
- Propagation Methods: Infection occurs via brute-force attacks on Telnet/SSH services and exploitation of known IoT vulnerabilities, such as CVE-2025-9528 in Linksys routers.
- UPnP Exploitation: A relay-only variant leverages Universal Plug and Play (UPnP) to map ports locally, facilitating traffic forwarding between external connections and remote C2 services.
- Encryption and Obfuscation: Custom RC4 string encryption is used to obfuscate communications within the botnet, adding another layer of complexity to detection and analysis.
Industry Insight
The transition to blockchain-based C2 mechanisms reflects a broader trend among cybercriminals toward adopting decentralized technologies to evade traditional mitigation strategies. Organizations should prioritize securing IoT devices by enforcing strong authentication policies, regularly updating firmware, and disabling unused network protocols like UPnP. Furthermore, collaboration between public and private sectors remains essential for tracking emerging botnet variants and sharing threat intelligence to stay ahead of adaptive adversaries.
Disclaimer: The above content is generated by AI and is for reference only.