Skip to content
Tech News
← Back to articles

BambooToken malware controls Windows and Linux systems via MQTT

read original get YubiKey 5C NFC Security Key → more articles
Why This Matters

BambooToken is a newly documented malware framework that abuses the MQTT messaging protocol—normally used for IoT devices—to control infected Windows and Linux machines stealthily. This matters because it shows attackers borrowing lightweight, broker-based communication methods to evade traditional network detection, posing risks to sectors like finance, legal services, and software development that rely on compromised servers.

Key Takeaways
Worth a Look

YubiKey 5C NFC Security Key — With malware frameworks like BambooToken quietly hijacking command-and-control channels, hardening endpoint and account security is more important than ever. A hardware security key like the YubiKey adds a strong layer of authentication that helps prevent unauthorized access even if credentials get compromised. It's a simple, practical step toward better protecting the servers and accounts targeted by this kind of attack.

See YubiKey 5C NFC Security Key on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

A previously unknown malware framework called BambooToken, active since at least 2023, is now using the Message Queuing Telemetry Transport (MQTT) protocol to communicate with Windows and Linux systems.

The malware adopted MQTT for command-and-control communications in variants developed between 2024 and 2025, compromising servers used by mobile apps, legal and financial services, and software development.

MQTT is a lightweight messaging protocol primarily designed for IoT (Internet of Things) devices. It relies on a central broker and channels called “topics” to relay messages from publishers to subscribers, rather than using direct communication channels.

While MQTT is not novel, it is an uncommon approach, and researchers at cybersecurity company ESET documented an unrelated backdoor called MQsTTang in 2023.

In the case of BambooToken, the infected machine subscribes to topics associated with a unique identifier. The attacker then publishes to those topics the commands to be executed on infected hosts.

The malware publishes status and system information through the broker and receives operator instructions through subscribed topics.

Hardcoded Topics in the malware code

Source: Lumen

This approach has the advantage that infected systems do not connect directly to the attacker’s infrastructure, which increases evasion and resilience. At the same time, communications can be asynchronous, ensuring operational continuity during temporary network disruptions.

A report today from Lumen's research arm, Black Lotus Labs, notes that BambooToken infected systems by side-loading via a digitally signed Tendyron OnKey USB-token software or by impersonating the Kingsoft Office productivity suite.

... continue reading