A financially motivated threat group known as Toy Ghouls has begun using two custom Windows backdoors that communicate through popular messaging and broker services.
The tools give attackers a discreet way to run commands, collect system details, and maintain control over compromised devices.
The campaign marks a change for the group, which had previously relied heavily on public tools and leaked ransomware builders.
Its move to custom malware suggests a broader effort to stay inside victim networks longer while making activity harder for security teams to spot.
Analysts at Securelist identified the malware in early July 2026 and linked it to Toy Ghouls, also tracked as Bearlyfy, Laboo.boo, and Feral Wolf. The group has targeted Russian organizations since 2025 and has previously been associated with its own GenieLocker ransomware.
The new backdoors are called mqtt-bird-agent 0.1.0 and matrix-bird-agent 0.1.0. They are delivered after attackers gain access to an organization, showing how a small initial breach can develop into a persistent and serious compromise.
Kaspersky said in a report shared with Cyber Security News (CSN) that the tools provide full control over an infected Windows device.
Hackers Use Popular Messaging Services
Toy Ghouls uses Windows Remote Management, or WinRM, to place the backdoors and their configuration files on already compromised systems.
The attackers use Evil-WinRM and WinRM-fs, tools that can help move files and run remote commands across Windows environments.

WinRM is widely used for legitimate administration, which can make malicious use difficult to identify without close monitoring.
Organizations have faced similar risks from Windows Remote Management abuse, where attackers use valid access and remote sessions to move deeper into a network. The HiveMQ version uses the public broker.hivemq.com MQTT service as its command-and-control channel.
It reports whether a device is online, sends information such as processor usage and free memory, and retrieves instructions that are then run through a hidden PowerShell process.
Using a broker service allows attackers to blend malicious traffic with normal internet activity. The approach resembles an earlier MQTT command channel used by WailingCrab, demonstrating why familiar cloud and messaging infrastructure can complicate network investigations.
The second version uses an attacker-controlled Element server based on the Matrix protocol. It sends device status messages to a designated room, receives commands from an account called panel-bot, and executes those instructions through the Windows command line.
Both variants can run interactively or install themselves as Windows services, allowing them to start again after a reboot. This persistence method makes the infection more dangerous because an attacker may regain access even after the original remote session has ended.
Persistence and Defensive Response
The malware stores its settings in a config.toml file before protecting sensitive fields with encryption tied to the infected computer.
On the Element variant, the file is deleted after first use and the information is moved into the Windows registry, reducing the number of obvious artifacts left on disk.
Security teams should review WinRM access, limit it to approved management systems, and investigate unusual remote PowerShell activity.
They should also watch for unexpected services named cplsupport or wtas, suspicious configuration files in ProgramData folders, and outbound traffic involving the listed messaging infrastructure.

Administrators should treat remote-management credentials as high-value assets and enforce strong authentication for privileged accounts.
Recent incidents involving the Teams and Quick Assist campaign show how social engineering and trusted Windows tools can be combined to create a path toward wider network access.
The discovery also reinforces the value of checking for quiet backdoor behavior, rather than looking only for known ransomware activity.
A recent Windows backdoor investigation similarly highlighted how attackers can minimize visible network signals while waiting for instructions.
Toy Ghouls’ use of MQTT and Element does not mean the services themselves are malicious. Instead, the case shows how threat actors can misuse legitimate or common technology to hide command traffic, gather system data, and keep control of compromised Windows systems for longer periods.
Indicators of compromise (IoCs):-
| Type | Indicator | Description |
|---|---|---|
| File name | cplsupport.exe |
HiveMQ-based backdoor executable |
| MD5 hash | BFADBEEE63A4F0BF19EC9DEB8FA58F58 |
Hash associated with cplsupport.exe |
| File name | wtass.exe |
Element-based backdoor executable |
| MD5 hash | 7916C33688385525078BEE504C90F359 |
Hash associated with wtass.exe |
| File name | config.toml |
Backdoor configuration file |
| Registry key | HKLMSoftwaresynapseConfigSealedConfig |
Stores sealed Element backdoor configuration |
| Registry key | HKLMSoftwareSynapseAgentmetrics_interval |
Stores Element variant metrics reporting interval |
| Service name | cplsupport (Problem Reports Control Panel) |
Service used by the HiveMQ variant |
| Service name | wtas (Windows Telemetry Aggregator Service) |
Service used by the Element variant |
| Domain | broker.hivemq.com |
Legitimate MQTT broker abused for command-and-control communications |
| Domain | ip-api.com |
Legitimate service queried to identify the victim system’s public IP address and country |
| Domain | meet.element[.]tw |
Attacker-controlled Element server used for command-and-control |
Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.
Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.
The post Hackers Use Popular Messaging Services to Control New Windows Backdoors appeared first on Cyber Security News.
