Broomstick is a sophisticated C++ backdoor that emerged in mid-2023 and has since become a preferred tool for threat actors conducting ransomware operations. Also tracked under the aliases Oyster, CLEANBOOST, and CleanUpLoader, this malware establishes persistent remote access to compromised Windows systems, enabling attackers to transfer files, execute commands, and deploy additional payloads. Security researchers have documented its use across multiple ransomware campaigns, where it functions as the initial foothold that paves the way for more destructive attacks.
Think you're infected right now? Disconnect your machine from the internet immediately (unplug Ethernet or disable Wi-Fi). Do not attempt to pay any ransom demands. Contact Computer Repair Roswell at (770) 780-3962 for emergency analysis and removal. Broomstick is often a precursor to ransomware deployment—time matters.

Threat Profile

Threat NameBroomstick (Oyster, CLEANBOOST, CleanUpLoader)
CategoryBackdoor / Remote Access Trojan
PlatformWindows (all modern versions)
File TypeWindows PE executable (compiled C++)
First ObservedJuly 2023
Typical DistributionPhishing attachments, compromised RDP, software supply-chain
Primary PurposeEstablish command-and-control connection for follow-on attacks
Common Follow-On ThreatsRansomware families (LockBit, BlackCat, ALPHV variants)
Detection AliasesTrojan.Win32.Broomstick, Backdoor:Win32/Oyster, HEUR:Trojan.Win32.Generic
Persistence MechanismsRegistry Run keys, scheduled tasks, Windows services
Skill Level RequiredAdvanced (typically deployed by organized threat groups)
Intelligence Last UpdatedSeptember 2026 (Malpedia)

How It Spreads

Broomstick arrives on victim systems through multiple attack vectors, often customized for the target environment. The presence of distinct build identifiers in analyzed samples suggests that different threat groups have adapted the malware for their specific campaigns. Unlike mass-distributed malware, Broomstick infections typically represent deliberate targeting—someone has selected your organization or machine as a worthwhile objective. The most common entry points involve social engineering and credential compromise. Attackers may send phishing emails with weaponized Office documents or PDF files that exploit known vulnerabilities, ultimately downloading and executing the Broomstick payload. In other cases, threat actors gain initial access through compromised Remote Desktop Protocol (RDP) connections, using stolen or brute-forced credentials to manually install the backdoor on target systems. Distribution methods documented by security researchers include: - Spear-phishing emails with malicious attachments masquerading as invoices, shipping notifications, or business documents - Compromised RDP servers with weak passwords or unpatched vulnerabilities - Software supply-chain attacks where legitimate installers are trojanized with Broomstick - Drive-by downloads from compromised legitimate websites - Lateral movement from already-infected machines on the same network - Exploitation of unpatched VPN appliances and network edge devices

What It Does On Your Machine

Once executed, Broomstick performs initial reconnaissance to understand the environment it's operating in. The malware collects basic system information including computer name, operating system version, installed software, domain membership, and user privileges. This data is packaged and transmitted to the attacker's command-and-control server, allowing them to assess whether the compromised system is valuable enough for further exploitation. The backdoor establishes persistent communication channels with its C2 infrastructure, checking in at regular intervals for commands. Broomstick supports interactive remote sessions where operators can navigate the file system, upload and download files, and execute arbitrary commands through cmd.exe. This flexibility makes it an ideal staging platform for ransomware—attackers use Broomstick to map the network, identify valuable targets, and position ransomware payloads before triggering encryption across the environment. File transfer capabilities allow attackers to retrieve sensitive documents, credentials, and intellectual property before deploying ransomware. This "double extortion" approach has become standard in modern ransomware operations: steal your data first, encrypt it second, then threaten to publish what was stolen if you don't pay. Broomstick is often the tool that enables the theft phase.
Typical Broomstick Activity (observed in sandbox environments): C:\Users\[Username]\AppData\Local\Temp\cleanup.exe # Initial payload location HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run "SystemUpdate" = "C:\Users\[Username]\AppData\Roaming\svchost.exe" # Persistence mechanism cmd.exe /c whoami /all # Privilege enumeration cmd.exe /c net view /all /domain # Domain reconnaissance cmd.exe /c net group "Domain Admins" /domain # Administrator identification Network connections to C2 domains (varies by build): TCP connections to ports 443, 8443, or custom high ports # Domain names change frequently; often appear legitimate
The malware's C++ codebase provides performance advantages and makes reverse engineering more challenging than scripted malware. Operators can execute commands silently in the background, capture output, and exfiltrate results without visible windows or obvious system slowdowns. By the time most victims realize something is wrong, attackers have already spent days or weeks inside the network.

Manual Removal — Step by Step

01

Isolate the Infected System

Immediately disconnect the computer from all networks—unplug the Ethernet cable and disable Wi-Fi. Do not shut down the machine yet, as memory-resident evidence may be lost. If this is a business environment, notify your IT department or security team before proceeding. Broomstick infections often indicate broader network compromise.

Broomstick — cybersecurity illustration
Photo by cottonbro studio on Pexels
02

Boot Into Safe Mode With Networking

Restart the computer and press F8 repeatedly during boot (or use Shift+Restart on Windows 10/11 to access recovery options). Select "Safe Mode with Networking" from the advanced boot menu. This prevents most malware from loading automatically while still allowing you to download security tools.

03

Run a Full Antivirus Scan

Update your antivirus software to the latest definitions and perform a complete system scan. Because Broomstick is known to security vendors, current antivirus should detect it under one of its aliases (Oyster, CLEANBOOST, CleanUpLoader). Allow the scan to complete even if it takes several hours. Quarantine all detected threats.

04

Check Startup Locations Manually

Open the Run dialog (Windows+R), type msconfig, and examine the Startup tab. Look for unfamiliar entries, especially those pointing to AppData folders or temporary directories. Also type regedit and navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run and the corresponding HKEY_LOCAL_MACHINE location. Delete suspicious entries, but photograph them first for documentation.

05

Review Scheduled Tasks and Services

Type taskschd.msc in the Run dialog to open Task Scheduler. Examine the Task Scheduler Library for recently created tasks with generic names like "SystemUpdate" or "Maintenance." Delete suspicious tasks. Then type services.msc and review the services list for unfamiliar entries, especially those set to Automatic startup with executable paths in user directories.

06

Scan With Secondary Tools

Download and run Malwarebytes and HitmanPro (if possible, download these on a clean computer and transfer via USB). These tools use different detection engines and may catch components that your primary antivirus missed. Broomstick operators often deploy multiple persistence mechanisms, so redundant scanning is critical.

07

Examine Recent File Modifications

In File Explorer, sort your AppData folders (Local, Roaming, and LocalLow) by date modified. Look for executable files created around the time infection symptoms appeared. Also check C:\Users\Public, C:\ProgramData, and C:\Windows\Temp. Document any suspicious files before deleting them—you may need this information for forensic analysis.

08

Change All Passwords From a Clean Device

Do not change passwords from the infected machine. Use a different computer or your smartphone to change passwords for all accounts accessed from the compromised system—especially email, banking, work credentials, and cloud storage. Enable two-factor authentication wherever possible. Broomstick's command-and-control capabilities may have allowed attackers to capture credentials.

09

Monitor for Reinfection Signs

After removal, watch for suspicious behavior over the next week: unexpected network activity, files appearing in temp folders, unfamiliar processes, or performance degradation. Run daily quick scans. If you're part of a business network, coordinate with IT to monitor for lateral movement attempts—your infection may be one of many.

10

Consider Professional Forensic Analysis

For business systems or cases where sensitive data may have been accessed, manual removal may not be sufficient. Broomstick is frequently used in targeted attacks, and its presence suggests skilled adversaries. Professional forensic analysis can determine what data was accessed, whether the threat has spread, and what legal or compliance obligations may exist. Computer Repair Roswell provides forensic imaging and analysis services for these scenarios.

Prevention

  1. Implement network segmentation. Separate critical systems from general user workstations. If Broomstick infects one segment, proper network architecture prevents automatic lateral movement to valuable targets like file servers, databases, or backup systems.
  2. Enforce strong RDP security. Disable Remote Desktop Protocol entirely if it's not required. If RDP is necessary, place it behind a VPN, use complex passwords, enable Network Level Authentication, and implement account lockout policies to thwart brute-force attacks—a common Broomstick entry point.
  3. Maintain aggressive patching schedules. Broomstick operators often exploit known vulnerabilities in operating systems, browsers, and productivity software. Automated patch management ensures vulnerabilities are closed before attackers can weaponize them. Don't neglect firmware updates for routers, VPN appliances, and network-attached storage.
  4. Deploy endpoint detection and response (EDR) tools. Traditional antivirus catches known samples, but behavioral EDR solutions can detect the command-execution patterns and C2 communications that characterize Broomstick activity. These tools provide visibility that signature-based detection cannot.
  5. Train users to recognize phishing attempts. Conduct regular security awareness training with realistic phishing simulations. Broomstick often arrives via social engineering—employees who can identify suspicious attachments, urgent requests, and impersonation attempts become your first line of defense.
  6. Restrict user privileges. Standard user accounts cannot install system-level persistence mechanisms as easily as administrator accounts. Use the principle of least privilege: daily work should occur in standard accounts, with administrative access granted only when specifically needed for legitimate tasks.
  7. Maintain offline, encrypted backups. Since Broomstick frequently precedes ransomware, comprehensive backups are your ultimate insurance policy. Follow the 3-2-1 rule: three copies of data, two different media types, one copy offline. Test restoration procedures regularly—untested backups are wishful thinking, not disaster recovery.
  8. Monitor outbound network traffic. Implement DNS filtering and firewall rules that log outbound connections. Broomstick must communicate with C2 infrastructure, and these connections often exhibit patterns (regular beaconing intervals, connections to newly registered domains, unusual destination countries) that security teams can detect and investigate.
Our Removal Guarantee: When Computer Repair Roswell removes Broomstick or any malware from your system, we back our work with a 90-day reinfection warranty. If the same threat returns within 90 days, we'll clean it again at no charge. We also optimize your defenses to prevent reinfection—because proper removal isn't just about deleting files, it's about closing the doors attackers used to get in.

Bring It In

Broomstick infections represent serious security incidents that demand professional attention. This isn't adware or a browser hijacker—it's a sophisticated backdoor used by organized criminal groups to facilitate ransomware attacks and data theft. If you've found indicators of Broomstick on your system, the infection may be deeper than surface-level scans reveal, and your network may harbor additional compromises. Computer Repair Roswell has the forensic tools and expertise to perform thorough malware removal, assess the scope of compromise, and implement hardened security configurations that prevent reinfection. We serve homeowners and businesses throughout the Roswell area with same-day malware removal services. Bring your infected computer to our shop at 1295 Hembree Road or call (770) 780-3962 to discuss emergency on-site service for business networks. Our technicians perform comprehensive system cleaning, verify complete threat eradication, and provide detailed documentation of what was found and remediated—critical information if you need to meet compliance reporting requirements or assess potential data exposure. Don't gamble with do-it-yourself removal when the stakes include ransomware deployment and data theft. Let the professionals handle it.