BoletimSecJuly 29, 2026🇵🇹Translated from Portuguese

Tengu Botnet Modernizes Mirai with 25 DDoS Methods and Advanced Persistence on IoT and Embedded Linux

A new botnet called Tengu is actively infecting Internet of Things devices and embedded Linux systems to perform denial-of-service attacks, redirect traffic, and maintain long-term access on compromised hosts.

The threat is a modernized variant of the well-known Mirai malware. Infection typically begins with brute-force attempts against exposed Telnet services. After obtaining valid credentials, a downloader script retrieves the appropriate malware binary matching the device architecture.

Tengu uses partially encrypted communication channels with its command-and-control infrastructure. Operators can execute arbitrary commands, gather detailed system and network information, update the implant, and convert the device into a SOCKS5 proxy.

The botnet ships with 25 DDoS attack methods, including UDP, TCP, and ICMP floods. It can also target HTTP, DNS, NTP, SSH, SMTP, FTP, SIP services as well as Minecraft servers and hosts running the Source Engine and Quake protocols.

Persistence and Self-Protection Mechanisms

The primary distinguishing features of Tengu are its advanced persistence and defensive capabilities. A secondary monitoring process checks the main malware every 60 seconds and automatically restarts it if the process is terminated.

  • Fake systemd services and modified init scripts ensure the malware reactivates after reboots.
  • The botnet manipulates the device watchdog timer to trigger a reboot whenever its process is removed.
  • It corrupts legitimate shutdown utilities and actively eliminates competing malware that attempts to take control of the same device.

Related articles

BoletimSecMalware & Botnets

Cybercriminals Hide Malware in Fake Claude Code Installation Command Targeting macOS Developers

Cybercriminals are distributing the MacSync infostealer by embedding malicious commands in fake installation tutorials for Claude Code. The campaign relies on sponsored search ads and counterfeit documentation pages that appear when developers look up official setup instructions. Victims are instructed to paste an obfuscated command into the macOS Terminal that uses Base64 encoding to conceal the download server and disables certificate validation. Once executed, the command retrieves MacSync, which steals passwords, session cookies, SSH keys, cloud credentials, and developer configuration files. Stolen tokens can bypass multi-factor authentication and grant attackers direct access to accounts and repositories. Security experts advise installing Claude Code exclusively through official channels and immediately isolating any compromised Mac while revoking all sessions and rotating credentials from a trusted device.

HabrMalware & Botnets

Automating Malware Reverse Engineering with Local LLMs, PyGhidra and Neo4j Graphs

A researcher has developed an automated pipeline that uses local large language models to analyze decompiled malware code extracted via PyGhidra. The system loads functions, call graphs, strings and imports into a Neo4j graph database to preserve context across hundreds of functions. Each function is sent to a local Qwen3 model running in LM Studio together with its neighboring call-graph context, producing structured JSON output on purpose, IOCs, tags and evasion techniques. Aggregated capabilities and behavioral patterns such as file encryption and C2 communication are then derived through graph queries. Testing on a WannaCry sample from MalwareBazaar processed 195 functions in 126 minutes and correctly identified File Encryption, C2 Communication and Anti-Analysis behaviors with 100 percent confidence. The approach keeps all sensitive indicators inside a local environment and avoids context overflow and censorship issues common with cloud-based models.

HabrMalware & Botnets

GitHub Removes 10,000 Malware Repositories After Public Exposure but Takes No Further Action

An investigation reveals that GitHub hosts thousands of repositories distributing trojanized ZIP archives, many of which have persisted for two years despite the platform's resources. The malicious repositories follow consistent patterns in README files, including specific headings and links to versioned archives hosted on githubusercontent.com. A detailed article and accompanying script published on Hacker News identified over 10,000 such repositories, prompting GitHub to delete only those specific entries. New repositories matching the same patterns continue to appear and remain active, with no additional proactive measures taken by the security team. The situation highlights questions about Microsoft's approach to automated detection and response on its subsidiary platform.

HispasecMalware & Botnets

Dolphin X Malware Adds AI Profiler to Rank and Prioritize High-Value Victims After Infection

Dolphin X is a newly identified Windows infostealer and remote access trojan that integrates an AI Profiler component designed to score infected machines and generate priority rankings for operators. The profiler analyzes telemetry from compromised systems, including application usage, browser domains visited, and installed software, to produce daily summaries that help attackers focus resources on the most valuable targets such as those with cloud access or sensitive tools. Dolphin X claims compatibility with over 300 applications, explicitly covering nine Chromium and Gecko browser families, more than 100 cryptocurrency wallet extensions, 65 desktop wallets, 10 password managers, and over 30 common cloud CLI tools. The malware targets files like .env configurations, SSH keys, cloud access tokens, browser sessions, and cryptocurrency wallet data to accelerate movement from initial credential theft to further compromises in accounts and production environments. Researchers have confirmed the AI Profiler workflow and associated scoring functions in the operator panel, although the underlying AI model itself remains unverified without full analysis of an active sample. The discovery highlights how automated prioritization can significantly shorten the time between mass infections and targeted follow-on attacks, prompting recommendations for reduced local credential storage and enhanced behavioral detection.