Starting in March 2022, Proofpoint observed campaigns delivering a new downloader called Bumblebee. ... Bumblebee's objective is to download and execute additional payloads. Proofpoint researchers observed Bumblebee dropping Cobalt Strike, shellcode, Sliver and Meterpreter.
Bumblebee
BumbleBee is a Windows malware family best characterized as a modular loader used to establish initial access and deliver follow-on payloads in enterprise intrusions.
Profile source: Mallory opens in a new tabBumblebee
Family profile
BumbleBee is a Windows malware family best characterized as a modular loader used to establish initial access and deliver follow-on payloads in enterprise intrusions. It emerged as a prominent replacement in the loader ecosystem after disruptions to earlier crimeware families and has been associated with financially motivated operations that later deploy tools such as AdaptixC2 and ransomware including Akira. BumbleBee has also been linked to broader cybercrime infrastructure and was among the loaders targeted by international law-enforcement action in 2024.
The malware is commonly delivered through trojanized software installers and disk-image style container formats, including MSI, ISO, and LNK-based infection chains. Observed campaigns have used SEO poisoning and fake software download pages to lure victims searching for enterprise IT tools, as well as compromised software distribution. Execution frequently relies on DLL side-loading or proxying through legitimate signed Windows or application binaries. In some campaigns, operators deliberately target software likely to be executed by administrators, increasing the chance of privileged initial access.
BumbleBee is designed for stealth and staged execution. Reported samples use packing and obfuscation, anti-analysis checks, process-based tool detection, registry checks, geofencing, and dynamic API resolution. It can identify analysis environments and security tooling, and some variants use domain generation algorithms for command-and-control discovery. The malware supports modular payload retrieval and has been observed downloading additional components after initial execution.
Post-compromise behavior attributed to BumbleBee includes process injection, including APC-based injection techniques, and use as a launch point for persistent command-and-control beacons. In intrusion reporting, BumbleBee-enabled access has preceded reconnaissance, credential theft, lateral movement, persistence through remote administration software, and large-scale data exfiltration before ransomware deployment. Its operational role is therefore primarily as an access and delivery platform rather than a standalone end-stage payload.
BumbleBee targets Windows environments and has been observed in enterprise compromises affecting organizations using administrative and infrastructure management tooling. High-confidence reporting supports its role as a loader in financially motivated intrusion chains rather than as a banking trojan or pure infostealer.
Capabilities
- Defense Evasion
- Dll Sideloading
- Initial Access
- Post Exploitation
- Process Injection
- Reconnaissance
Reported operators
Threat actors
9 named in public reportingStarting in March 2022, Proofpoint observed campaigns delivering a new downloader called Bumblebee. ... Bumblebee's objective is to download and execute additional payloads. Proofpoint researchers observed Bumblebee dropping Cobalt Strike, shellcode, Sliver and Meterpreter.
This investigation resulted in the discovery of two new backdoors called TriFive and Snugy, which we discussed in a prior blog, as well as a new webshell that we call BumbleBee... The actor used the BumbleBee webshell to upload and download files to and from the compromised Exchange server, but more importantly, to run commands that the actor used to discover additional systems and to move laterally to other servers on the network.
“TA580 used it to drop Bumblebee, why don’t we have a VHD chain?”
Microsoft attributes this campaign to Storm-0249... known for distributing, at minimum, BazaLoader, IcedID, Bumblebee, and Emotet malware.
"...a supply chain attack that distributed a trojanized installer to drop the Bumblebee malware loader on users' machines."
In this intrusion from April 2022, the threat actors used BumbleBee as the initial access vector. BumbleBee is a malware loader that was first reported by Google Threat Analysis Group in March 2022.
In this intrusion from April 2022, the threat actors used BumbleBee as the initial access vector. BumbleBee is a malware loader that was first reported by Google Threat Analysis Group in March 2022.
Cyjax, highlighting the use of SEO poisoning to redirect users searching for software programs from companies like SonicWall, Hanwha Vision, and Pulse Secure (now Ivanti Secure Access) on Bing to fake sites and trick them into downloading MSI installers that deploy the Bumblebee loader.
MITRE ATT&CK
Bumblebee in ATT&CK
89 distinct techniquesTechniques
89 techniquesReporting
Research mentioning Bumblebee
Detection: Windows Suspicious Child Process of Consent.EXE | Splunk Security Content
Splunk published a Windows endpoint analytic that detects suspicious child processes launched by consent.exe, a behavior strongly associated with User Account Control (UAC) bypass and privilege escalation. Because consent.exe normally displays the UAC elevation prompt rather than spawning executables, the detection treats such process creation as anomalous, excluding WerFault.exe as a known crash-related exception. The analytic maps to MITRE ATT&CK techniques T1548.002, T1068, and T1059, and is designed for telemetry from Sysmon, Windows Security Event ID 4688, and CrowdStrike ProcessRollup2 data normalized into Splunk's Endpoint data model. The release aligns with MITRE ATT&CK documentation showing UAC bypass remains a widely used post-compromise technique across ransomware operators, commodity malware, and state-linked intrusion groups. ATT&CK lists methods including COM abuse through CMSTPLUA, scheduled task abuse such as SilentCleanup, registry hijacks involving ms-settings and mscfile, and abuse of trusted Windows binaries including fodhelper.exe, eventvwr.exe, and sdclt.exe. Splunk also published supporting attack simulation data for suspicious child processes of consent.exe, giving defenders a way to test visibility for this privilege-escalation pattern, although the analytic is disabled by default and generates intermediate risk events rather than direct notable alerts.
ACR Stealer Spreads Through ClickFix Lures
Microsoft reported a rise in ACR Stealer intrusions across customer environments, tracing two prominent infection chains that relied on ClickFix social engineering to trick users into launching malicious commands. In one chain, attackers delivered DLLs over WebDAV, then used obfuscated PowerShell, Python-based loaders, and scheduled tasks for persistence; some infections also resolved command-and-control infrastructure through blockchain-based dead-drop techniques such as EtherHiding. A second chain used mshta.exe, VBScript, and obfuscated PowerShell before retrieving payloads hidden inside a hosted JPEG and executing them filelessly in memory. The campaigns were designed to steal browser credentials, cookies, authentication tokens, and sensitive enterprise documents, including PDFs and Microsoft 365-related files. Microsoft said the malware abuses DPAPI to decrypt browser data and stages the collected information for exfiltration. The company published indicators of compromise, MITRE ATT&CK mappings, hunting queries, and mitigation guidance focused on detecting ClickFix lures, suspicious WebDAV or MSHTA activity, obfuscated PowerShell, persistence mechanisms, and browser credential theft.