Last seven days
- First activity
- Sep 3, 2026
- Last activity
- Sep 9, 2026
- Feed role
- C2 / Distribution
- Host form
- 8 IP / 1 hostnames
Gafgyt, widely known as Bashlite, is a long-running Linux and IoT botnet malware family primarily used for distributed denial-of-service attacks.
Profile source: Mallory opens in a new tabGafgyt
Gafgyt, widely known as Bashlite, is a long-running Linux and IoT botnet malware family primarily used for distributed denial-of-service attacks. First active in 2014, it initially spread through exploitation of Shellshock on vulnerable embedded systems and subsequently proliferated after its source code leaked in 2015. The family has many aliases, including Lizkebab, Qbot, Torlus, PinkSlip, and LizardStresser, and has produced numerous forks and derivatives.
Gafgyt commonly compromises internet-exposed routers, cameras, DVRs, GPON equipment, and other embedded Linux devices through Telnet or SSH weak-password attacks and exploitation of publicly known remote-code-execution vulnerabilities. Variants have targeted vulnerable router and IoT products from multiple vendors, and typically retrieve architecture-specific payloads following compromise. Supported architectures across variants include ARM, MIPS, PowerPC, SuperH, x86, and x64.
Infected devices communicate with command-and-control infrastructure, often using lightweight IRC-like protocols; some variants use Tor-based infrastructure to conceal command-and-control communications. Core functions include network scanning, credential brute forcing, payload retrieval, process termination to remove competing botnets, and DDoS attacks. Common attack modes include TCP, UDP, HTTP, DNS, TLS, GRE, and TCP-flag floods. Some variants also execute shell commands, use string obfuscation, impersonate legitimate process names, and establish persistence through cron jobs or shell-startup modifications. Certain newer Gafgyt-derived activity has extended beyond IoT devices to Linux servers and cloud-oriented environments, including cryptomining campaigns.
Gafgyt has been associated with multiple criminal botnet operations. Historical activity was attributed to Lizard Squad, while later Gafgyt variants and related botnets have been linked to the Keksec cybercrime ecosystem. Its leaked codebase has also materially influenced related botnets, including Hakai, Simps, Enemybot, and other Linux IoT malware families.
C2 tracking
Derp observations, rolling seven-day window
Samples
410fe1699749582a576c43d760128856be27a6cf04a80c0e3ad880ab41aa7c62 481ab3406ddfd6b9cf4c9346b4cb815776fd0d89719344247d0d22c8a20e9e57 8127b15b21a3373301672aa6d7b8f3c99014f82b17725303698563a45710dc4e aaa9531209cd91b2390d611d5d934be077dd5aa9780aa7b9c768e857b4ca392d dbf8a577d037022a5c8834874be21590b399b0dc5e5103241b3d34d723d05186 02040009ebcecfee14b8ab21e737d154a7bf8c89641b4b8d54733ee82a8d80db 671d7db9ea9bc33168e51c97c52d3ff9e8f4c596dcbbd224ef4a1b6e3939ca8f cd4b5390890f18df23345caa1dba8621efc1aff60f376e49e17c4fe67a181845 e96e86dd43cbd957848d1d482a5efed9c5557e3d48cf5e67abee6f207504b3ed eee72764a752a092bc90fce37dd5a4064d9645425f1b1345a78fc58f1825b2bf Reported operators
Gafgyt_tor share the same origin with the Gafgyt samples described by the keksec group, the core function is still DDoS attacks and scanning.
The original Mirai was consistently tweaked to compete with its “DDoS-as-a-Service” provider rival vDOS and their Gafgyt botnet.
Keksec actively maintains three main families, Gafgyt, Tsunami and Necro, with new features constantly being added.
BASHLITE (also known as Gafgyt, Lizkebab, PinkSlip, Qbot, Torlus and LizardStresser) is malware which infects Linux systems in order to launch distributed denial-of-service attacks (DDoS).
Exploited software
MITRE ATT&CK
Reporting
Researchers at CrySyS Lab presented EMBeD (Embedded Malware Benchmark Dataset), a proposed public benchmark intended to make IoT malware-binary detection research more reproducible and comparable. The dataset addresses reliance on proprietary collections, inconsistent malware-family labels, and undisclosed machine-learning training and test splits by providing balanced, consistently labeled samples. EMBeD extracts sample metadata, filters unreliable binaries, and derives and validates family labels using weighted VirusTotal detections and TLSH-based similarity graphs. Its proof of concept processed 67,800 MIPS IoT-malware samples and produced seven families—Mirai, Gafgyt, Hajime, Kaiji, Tsunami, DDoSTF, and Dofloo—with 100 samples per family; planned releases will expand coverage and add architectures including ARM using sources such as VirusTotal and Ukatemi's Kaibou Repo.
TeamTNT continued to evolve from a Linux-focused cryptojacking group into a broad cloud threat actor targeting exposed Redis, Docker, Kubernetes, Jupyter, Hadoop, PostgreSQL, Tomcat, Nginx, SSH, and other internet-facing services. Researchers tied the group to worm-like campaigns that rapidly scanned for vulnerable hosts, deployed XMRig miners, dropped Tsunami-based IRC bots including DDoS-capable variants, and used malicious container images on Docker Hub to spread payloads at scale. One TeamTNT-linked Docker Hub account reportedly served images pulled more than 150,000 times, while later campaigns showed the group abusing public registries, compromised accounts, and cloud-native tooling to infect newly exposed systems and report them back to command-and-control infrastructure. Across these operations, TeamTNT consistently paired monetization with aggressive credential theft and stealth. Investigations found the group harvesting AWS, Azure, GCP, Kubernetes, Git, NPM, Grafana, database, and storage secrets; stealing SSH keys and host data; and using tools such as Weave Scope, Peirates, BotB, MimiPenguin, Mimipy, tmate, and Gsocket to expand access and persistence. Analysts also documented detection evasion through log wiping, process hiding, LD_PRELOAD userland rootkits, the Diamorphine kernel rootkit, privileged containers with restart policies, and even disabling runc to lock out rival attackers, underscoring TeamTNT’s shift from opportunistic mining to sustained compromise of cloud and container environments.
Attackers are actively exploiting CVE-2025-3248, a remote code execution flaw in Langflow’s code validation API, to compromise internet-exposed AI development servers and deploy a customized Gafgyt/BASHLITE malware variant on x86_64 Linux systems. Akamai reported that the intrusion chain uses untrusted Python execution to fetch a Linux binary from a staging server, launch it from a temporary directory, and turn the host into a bot focused on distributed denial-of-service activity rather than cryptomining, persistence, or lateral movement. The malware reportedly supports multiple flood modes, including UDP, TCP, HOLD, and junk/STD, and uses a modified RC4-based cipher to obscure command-and-control traffic and hinder standard decoding. CISA added CVE-2025-3248 to its Known Exploited Vulnerabilities catalog, while GreyNoise observed hundreds of exploit source IPs targeting the flaw. Defenders are being urged to patch Langflow, isolate AI development environments, place exposed instances behind a WAF, enforce outbound filtering including blocking unauthorized traffic such as port 1337, and deploy YARA detections keyed to the malware’s distinctive cipher seed bytes.
Palo Alto Networks Unit 42 reported on TuxBot v3 Evolution, a previously undocumented modular IoT botnet framework that can infect devices, maintain persistence, communicate over encrypted command-and-control channels, and launch distributed denial-of-service attacks across 17 CPU architectures. Researchers recovered the botnet’s source code, compiled binaries, Docker-based test infrastructure, and 254 DDoS benchmark reports, showing active development and testing into early 2026. The malware’s working capabilities include Telnet brute-forcing with 1,496 credentials, SSH, HTTP, and ADB scanning, plus fallback mechanisms such as a domain generation algorithm and peer-to-peer gossiping. The report said the framework appears to have been developed with heavy LLM assistance, which introduced several implementation flaws, including a broken XOR string table, a nonfunctional exploit virtual machine, and a fake Argon2id routine that actually behaves like repeated SHA-256 hashing similar to PBKDF2. Despite those defects, Unit 42 assessed the botnet as operationally dangerous because its core infection and DDoS functions work, and the bugs are relatively easy to correct. Telemetry linked the malware to active infrastructure including a command-and-control server at 209.182.237[.]133 and a dropper at 185.10.68[.]127, with reported ties to the Keksec/Kaitori and AISURU ecosystems.
Derp wouldn't exist without the work these projects do for the security community. We rely on their data sources to improve the quality and depth of what we publish. Thank you, we're genuinely grateful.