Close Menu
    What's Hot

    BambooToken Malware: Critical MQTT C2 Campaign

    September 16, 2026

    WordPress Plugin Attacks: Critical RCE Flaws Exposed

    September 16, 2026

    Apple Security Update: 273 Vulnerabilities Fixed

    September 16, 2026

    New Phishing Attacks: Trusted Email Abuse

    September 15, 2026

    Google Search Redirect Changes: Critical Link Check

    September 15, 2026
    Facebook X (Twitter) Instagram
    Wednesday, September 16
    CyberNexora News
    X (Twitter) Instagram LinkedIn
    • Home
    • Cyber Incidents
    • laws & government
    • Penalties
    • Learn & Protect
    • Resources
    • Contact Us
    Get Cyber Alerts
    CyberNexora News
    Home»Cyber Incidents»BambooToken Malware: Critical MQTT C2 Campaign

    BambooToken Malware: Critical MQTT C2 Campaign

    Debolina BarikBy Debolina BarikSeptember 16, 2026Updated:September 16, 20267 Mins Read
    BambooToken Malware campaign using MQTT C2 against Windows and Linux systems
    Facebook Twitter LinkedIn Email Telegram

    Introduction: BambooToken Malware — Why It Matters

    BambooToken Malware is an emerging multi-platform malware campaign that uses the lightweight Message Queuing Telemetry Transport (MQTT) protocol to communicate with compromised Windows and Linux systems. Researchers at Lumen Technologies’ Black Lotus Labs have linked the activity to attacks involving organizations across Asia and South America.

    The malware has reportedly been active since at least February 2023, with related activity detected as recently as July 2026. Researchers discovered samples on VirusTotal in early 2026, while the initial method used to gain access to targeted systems remains undetermined.

    The campaign stands out because it combines MQTT-based command-and-control (C2), DLL sideloading and information collection. These techniques can allow attackers to maintain communication with infected systems while attempting to avoid conventional detection.

    What Is BambooToken Malware?

    BambooToken Malware is a malware family designed to operate across Windows and Linux environments. Earlier versions reportedly extracted their C2 server address from a .DAT file or used a hard-coded address when that file was unavailable.

    After establishing communication, the malware gathers information about the infected host and sends it to its C2 infrastructure. The server can then issue commands to load plugins, stop plugins, terminate the malware or disconnect the infected machine.

    Later versions introduced a different execution technique involving Tendyron’s OnKey software. Researchers said the attackers used a rogue DLL, named OnKeyToken_KEB.dll, alongside the legitimate OnKeySrv program to trigger the malicious activity.

    Who Is Behind the BambooToken Campaign?

    The identity of the operators remains unknown. Black Lotus Labs has described the activity as consistent with a skilled threat actor that remained largely undetected for an extended period.

    Researchers have pointed to possible China-related infrastructure and targeting patterns, but this does not establish the identity or affiliation of the operators. The use of DLL sideloading and a SoftEther VPN connection from a VPS to C2 infrastructure contributed to the assessment of a possible China nexus.

    There is also no confirmed evidence connecting BambooToken Malware directly to Mustang Panda, despite both BambooToken and the previously documented MQsTTang backdoor using MQTT around the same period.

    BambooToken Malware: Technical Breakdown

    Timeline of Events

    • February 2023: Activity associated with BambooToken is assessed to have begun.
    • Early 2026: Black Lotus Labs identified previously undocumented samples on VirusTotal.
    • December 2025: The malware had expanded to target Linux systems while continuing to use MQTT.
    • July 2026: Related BambooToken activity was still being detected.

    How the Malware Operates

    The campaign has evolved through several execution methods:

    • Earlier samples could use a PowerShell-based stager to execute malicious code.
    • Later versions reportedly relied on DLL sideloading through Tendyron OnKey software.
    • The malware collects system information from compromised hosts.
    • An antivirus-focused plugin uses Windows Management Instrumentation (WMI) to identify installed security products.
    • Collected information can be transmitted to attacker-controlled C2 infrastructure.
    • MQTT provides the communication channel for commands and plugin management.

    Researchers identified multiple C2 domains and infrastructure associated with the campaign. Some infrastructure reportedly used Cloudflare as a proxy, making attribution and infrastructure tracking more difficult.

    Potential Risks & Impact

    Data Collection Risk

    BambooToken Malware can collect extensive information about compromised systems. Security-product information may help attackers understand the defensive tools installed on a victim’s network.

    The broader targeting described by researchers also creates potential exposure involving organizations operating mobile applications, financial services, hospitality systems, healthcare-related businesses and technology infrastructure.

    Business Risk

    Compromised servers can provide attackers with visibility into organizational environments and potentially create opportunities for additional malicious activity. The campaign’s multi-platform capability increases the relevance of the threat for organizations operating both Windows and Linux infrastructure.

    Security and Compliance Risk

    Organizations that experience malware infections may need to investigate affected systems, review authentication activity and determine whether sensitive information was accessed or transmitted. The appropriate response will depend on the systems involved and applicable regulatory requirements.

    Official Response / Statement

    Black Lotus Labs disclosed its findings on BambooToken and described the malware’s use of MQTT, DLL sideloading and host-information collection. The researchers also reported identifying compromised entities across several countries.

    No attribution to a specific threat actor has been confirmed. The initial access vector also remains unknown based on the available information. The findings were detailed in Lumen Black Lotus Labs’ research on the BambooToken campaign, which provides additional technical information about the malware and its infrastructure.

    Industry Context: Why MQTT Abuse Matters

    MQTT is a legitimate lightweight publish-subscribe protocol commonly associated with IoT and connected systems. Its use as a malware C2 mechanism is not new, but it remains relatively uncommon compared with more traditional communication channels.

    Previously documented malware has also abused MQTT. These examples include MQsTTang, Tizi, WailingCrab and IOCONTROL. BambooToken Malware adds another example of how legitimate communication protocols can be repurposed for malicious operations.

    Organizations can follow CyberNexora News’ latest cybersecurity incident coverage to track similar developments and emerging attack techniques.

    How to Protect Yourself / Your Organization

    1. Monitor unusual DLL activity: Investigate unexpected DLL loading by legitimate applications, particularly security or authentication software.
    2. Review PowerShell activity: Log and investigate suspicious PowerShell execution, especially when scripts allocate memory or launch unfamiliar binaries.
    3. Monitor MQTT traffic: Identify unexpected MQTT connections from servers, workstations and other systems that do not normally require the protocol.
    4. Strengthen endpoint monitoring: Use EDR and application-control technologies to detect suspicious process, DLL and network behavior.
    5. Audit security software: Investigate unexpected attempts to enumerate installed antivirus or endpoint-security products.
    6. Patch legitimate software: Keep authentication tools, operating systems and third-party applications updated.
    7. Restrict outbound connections: Apply network controls that limit unnecessary communication between internal systems and external infrastructure.
    8. Investigate suspicious servers: Review Linux and Windows servers for unusual processes, scheduled tasks, network connections and recently introduced files.

    Organizations can also use CyberNexora’s Learn & Protect resources for additional cybersecurity awareness and defensive guidance.

    Indicators of Compromise (IoCs)

    Reported infrastructure associated with the campaign includes:

    • chat5188[.]tk
    • api80[.]c2iznja[.]com
    • Rogue DLL: OnKeyToken_KEB.dll
    • MQTT-based C2 communication
    • Tendyron OnKey/OnKeySrv-related DLL sideloading activity
    • SoftEther VPN infrastructure associated with observed C2 communication

    These indicators should be investigated alongside behavioral evidence rather than treated as standalone proof of compromise.

    Key Takeaways

    • BambooToken Malware targets both Windows and Linux environments.
    • The malware uses MQTT for C2 communication.
    • Attackers reportedly use DLL sideloading involving Tendyron OnKey software.
    • BambooToken Malware can collect host and antivirus information.
    • The operators remain unidentified, although researchers have described indicators suggesting a possible China nexus.
    • Organizations should monitor unusual MQTT traffic and suspicious DLL-loading behavior.

    Conclusion: BambooToken Malware and What Happens Next

    BambooToken Malware highlights the continuing evolution of malware campaigns that abuse legitimate software and network protocols. Its combination of MQTT communication, DLL sideloading and system reconnaissance demonstrates why organizations need behavioral monitoring alongside traditional signature-based defenses.

    Security teams should watch for new BambooToken Malware variants, additional C2 infrastructure and evidence of expanded targeting. Monitoring unexpected MQTT connections and unusual DLL activity can help organizations identify suspicious behavior earlier. Further updates can be followed through CyberNexora News’ cyber incident coverage.

    Frequently Asked Questions (FAQs)

    Q1. What is BambooToken Malware?

    BambooToken Malware is a multi-platform malware campaign targeting Windows and Linux systems. It uses MQTT as a command-and-control channel and has been associated with system-information collection and DLL sideloading.

    Q2. How does BambooToken use MQTT?

    BambooToken uses MQTT to communicate with attacker-controlled C2 infrastructure. The server can send instructions related to plugin management, malware termination and other actions.

    Q3. What is DLL sideloading in the BambooToken campaign?

    DLL sideloading occurs when a legitimate application loads a malicious DLL placed where the application can find it. Researchers reported that BambooToken used a rogue OnKeyToken_KEB.dll alongside Tendyron OnKey software.

    Q4. Which systems does BambooToken target?

    BambooToken has been observed targeting both Windows and Linux systems. Linux targeting was reported as an expansion of the campaign by December 2025.

    Q5. Who is behind BambooToken?

    The threat actor behind BambooToken has not been identified. Researchers have described indicators suggesting a possible China nexus, but this remains an assessment rather than confirmed attribution.

    Q6. How can organizations detect BambooToken activity?

    Organizations can monitor unusual MQTT connections, suspicious DLL loading, unexpected PowerShell activity and attempts to enumerate installed security products. Endpoint and network telemetry can help correlate these behaviors.

    Related Articles

  • GhostLock Linux Kernel Flaw: Critical Root Access Risk GhostLock Linux Kernel Flaw — Why It Matters Security researchers...
  • HoneyMyte CoolClient Rootkit: Critical Update Introduction: HoneyMyte CoolClient Rootkit — Why It Matters HoneyMyte CoolClient...
  • Critical Linux Kernel Improper Authentication Vulnerability 2026 Explained Introduction The Linux Kernel Improper Authentication Vulnerability has emerged as...
  • TELESHIM Malware Campaign: Telegram C2 Targets Governments Introduction: TELESHIM Malware Campaign — Why It Matters A newly...
  • Mistic Backdoor Linked to KongTuke Targets Organizations via ClickFix Introduction: Why the Mistic Backdoor Matters A newly discovered stealth...
  • Share. Facebook Twitter LinkedIn Email Telegram

    latest news

    BambooToken Malware: Critical MQTT C2 Campaign

    September 16, 2026

    WordPress Plugin Attacks: Critical RCE Flaws Exposed

    September 16, 2026

    Apple Security Update: 273 Vulnerabilities Fixed

    September 16, 2026

    New Phishing Attacks: Trusted Email Abuse

    September 15, 2026

    Google Search Redirect Changes: Critical Link Check

    September 15, 2026

    FortiGate SSL-VPN Attack: Critical 3BB Intrusion

    September 15, 2026

    WhatsApp Restricted Chat: Powerful Privacy Upgrade

    September 14, 2026

    Twitch OAuth Token Exposure: 31,000 at Risk

    September 14, 2026

    iPhone Scam Websites: AI Shopping Scams Exposed

    September 14, 2026

    Dell ObjectScale Vulnerabilities: Critical RCE

    September 13, 2026
    Recent Posts
    • BambooToken Malware: Critical MQTT C2 Campaign
    • WordPress Plugin Attacks: Critical RCE Flaws Exposed
    • Apple Security Update: 273 Vulnerabilities Fixed
    Top Posts

    Unauthorized Access Incident at Coupang Exposes Customer Data

    December 29, 2025

    Significant Data Breach at Korean Air Subcontractor Exposes Employee Records

    December 29, 2025

    New York Passes Cybersecurity Procurement Law for State and Local Agencies

    December 30, 2025
    About

    CyberNexora Blog provides trusted cybersecurity news, attack analysis, and security awareness updates. Our goal is to educate and inform readers about emerging cyber threats and best protection practices.

    Facebook X (Twitter) Instagram Pinterest LinkedIn
    Pages
    • Home
    • Cyber Incidents
    • laws & government
    • Penalties
    • Learn & Protect
    • Resources
    • Contact Us

    Get Cyber Security Alerts

    Thanks! Please check your email to confirm subscription.

    • About CyberNexora News
    • Privacy Policy
    © 2026 CyberNexora News. All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.