This Linux Malware Reboots Devices When You Try to Kill It

ยท
Listen to this article~4 min
This Linux Malware Reboots Devices When You Try to Kill It

A new Mirai-derived botnet called Tengu uses a Linux hardware watchdog to reboot devices when its process is killed, giving it another chance to relaunch. Security researchers at Nozomi Networks Labs spotted it via Telnet brute forcing.

Imagine you're a system administrator, and you've just identified a malicious process running on one of your Linux servers. You confidently kill the process, only to watch in horror as the entire device reboots, giving the malware a fresh start. That's the reality of a new botnet called Tengu, a Mirai-derived threat that uses a clever hardware trick to survive. ### The Hardware Watchdog Trick Tengu doesn't just rely on software persistence. It exploits a feature built into many Linux devices: the hardware watchdog timer. This timer is designed to reboot a system if it becomes unresponsive, which is great for recovering from crashes. But Tengu weaponizes it. When a defender kills its main process, the botnet triggers the watchdog, forcing an immediate reboot. This gives Tengu's other persistence mechanisms a chance to relaunch the infection. Security researchers at Nozomi Networks Labs first spotted Tengu in their honeypots. The dropper gets in through good old-fashioned Telnet credential brute forcing. It's a low-tech entry for a high-tech persistence mechanism. Once inside, it can do a lot of damage. ### What Tengu Can Do Tengu supports 25 different distributed denial-of-service (DDoS) attack methods. That's a lot of firepower for a botnet. Here's what makes it dangerous: - **Diverse attack vectors**: From simple UDP floods to more complex application-layer attacks, Tengu can overwhelm a variety of targets. - **Hardware-level persistence**: The watchdog trick makes it harder to cleanly remove the malware without a full system reimage. - **Telnet brute forcing**: It targets weak credentials, which are still far too common on exposed Linux devices. ### How to Protect Your Linux Devices The best defense against Tengu is to close the door it walks through. Start with these steps: - **Disable Telnet**: Use SSH instead. Telnet sends credentials in plaintext, making brute forcing trivial. - **Use strong passwords**: This seems obvious, but it's the number one way botnets like Mirai and Tengu spread. - **Update firmware**: Many IoT and embedded Linux devices have known vulnerabilities. Keep them patched. - **Monitor for unusual reboots**: If a device reboots unexpectedly, especially after you've killed a suspicious process, investigate immediately. ### Why This Matters for Professionals For antidetect browser professionals and digital privacy strategists, Tengu is a reminder that security is layered. A botnet that can survive process termination requires a different incident response approach. You can't just kill the process and move on. You need to reimage the device or at least verify that no persistence mechanisms remain. It's also a wake-up call about hardware-level attacks. As devices get more complex, attackers are finding creative ways to use built-in features against us. The hardware watchdog is meant to help, but in the wrong hands, it becomes a weapon. ### Final Thoughts Tengu isn't the most sophisticated botnet out there, but its persistence method is clever. It exploits a feature that most administrators never think about. The takeaway? Don't underestimate the basics. Strong credentials, disabling insecure services, and monitoring for anomalies are still your best defenses. If you're managing Linux devices, especially IoT or embedded systems, take a hard look at your security posture. Tengu might be new, but the vulnerabilities it exploits are old news. Don't let them catch you off guard.