HackMyIP
← Back to News
2026-07-15 The Hacker News

TuxBot v3 IoT Botnet Shows Signs of LLM-Assisted Malware Development

MalwareAI ThreatsLLM Security

Palo Alto Networks Unit 42 researchers have disclosed details of a previously unreported IoT botnet framework dubbed TuxBot v3 Evolution that bears hallmarks of LLM-assisted development, though with flawed results. According to analysts Chris Navarrete, Asher Davila, and Doel Santos, the malware contains an AI-generated safety disclaimer that the developer forgot to strip before shipping, and several functions in the analyzed samples fail to operate correctly. The cybersecurity firm noted that manual code review would have caught these issues and warned that more refined iterations of the malware may already be circulating in the wild. At least one sample was uploaded to VirusTotal on January 20, 2026, suggesting the botnet has been operational for over six months, with development tracing back roughly a year earlier when the author cloned the MHDDoS toolkit from GitHub.

The modular framework comprises a C-based bot agent that cross-compiles for ARM, MIPS, MIPSEL, MIPS64, x86_64, PowerPC, and RISC-V architectures, paired with a Go-based command-and-control (C2) server featuring a DDoS-for-hire panel, a custom exploit virtual machine, Docker-based test infrastructure, and an automated build system. The bot agent brute-forces Telnet access using a dictionary of 1,496 credential pairs, while also leveraging exploit code targeting more than 30 IoT device families via known vulnerabilities. Operators interact with the Go-based C2 server across three TCP ports: 1991 (or 31337) for encrypted command dispatch, 2222 for an SSH-accessible operator shell, and 9999 for JSON-based programmatic access — making infrastructure enumeration via a port scanner a useful triage step for defenders investigating related activity.

TuxBot's command channel is remarkably redundant, employing encrypted TCP as the primary protocol alongside a SHA512-based domain generation algorithm (DGA), peer-to-peer gossip with Ed25519-signed commands, Internet Relay Chat (IRC), DNS TXT queries, and HTTP polling as fallback mechanisms. This multi-tier resilience architecture borrows heavily from the Mirai, AISURU, and Wuhan botnet families, with select functions partially ported from the open-source MHDDoS Python DDoS toolkit. Upon initialization, the botnet loads its C2 address through the layered infrastructure, activates anti-debugging protections, and prepares for staged attacks — an operational pattern consistent with professionally developed malware-as-a-service offerings.

The disclosure highlights a troubling inflection point in AI-assisted cybercrime: while the LLM clearly aided in constructing the botnet's scaffolding, it left behind identifiable fingerprints and broken code that competent adversaries will quickly learn to scrub in future releases. Network defenders should prioritize monitoring the listed TCP ports for anomalous traffic, audit exposed IoT devices for the brute-force signatures referenced in Unit 42's report, and verify that outbound DNS resolution is not leaking queries to attacker-controlled DGA domains using a DNS leak test. As LLM-assisted malware development matures, the gap between amateur botnet operators and professional threat actors continues to narrow — a trend with significant implications for IoT security postures worldwide.

Source: The Hacker News →

Related Tools

Check whether this kind of story affects you — free, no signup:

IP Lookup →IP Blacklist Check →Privacy Checkup →

Related Guides

Learn the background behind this story:

What is a DDoS attack? →What is a proxy server? →Is my IP blacklisted? →