Toy Ghouls' New HiveMQ and Element Backdoors - #2824
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://securelist.com/toy-ghouls-new-hivemq-and-element-backdoors/121270 Content Categories: Based on the analysis, this content was categorized under "Basic Forensic Methodology > Malware Analysis / Windows post-exploitation, with cross-references from Network Services Pentesting > MQTT and Windows lateral movement > WinRM". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
Toy Ghouls, also tracked as Bearlyfy, Laboo.boo, and Feral Wolf, is a financially motivated threat group targeting Russian organizations since 2025. The group initially used tools from public GitHub repositories and leaked Babuk and LockBit ransomware builders, later developed the custom GenieLocker ransomware, and in early July 2026 deployed its first observed custom backdoor.
Kaspersky identified two ...
🔧 Technical Details
WinRM-based implant delivery: After obtaining access to a Windows host, an attacker can use WinRM and tools such as Evil-WinRM or WinRM-fs to transfer an executable and configuration remotely. Detection should correlate unusual WinRM logons or file operations with executable creation, configuration deployment, and subsequent service registration.
Service-based backdoor persistence: A Windows implant can provide an operator-facing installation command that registers the executable as a service, while a hidden or internal service-mode argument is configured for use by the Service Control Manager. The implant then runs continuously and executes received commands under the service account's security context. Hunt for newly created services with misleading display names, unusual binary paths, internal service arguments, and immediate external network communication.
Machine-bound configuration encryption: Malware can protect C...
🤖 Agent Actions
Plan:
I found existing pages for all adjacent topics, so I’ll now compare their scope and citation conventions before choosing a single edit target; this avoids duplicating the same technique across MQTT, WinRM, and forensic pages.
The comparison shows the MQTT and WinRM pages already document their offensive use and tooling. The genuinely new material is forensic analysis of machine-bound sealed configs plus MQTT/Matrix C2 correlation, so I’m adding it once to the existing malware-analysis page and linking to the established protocol pages rather than duplicating their content.
The edit is now in place. I’m doing a final structural validation: checking Markdown/build behavior, reference numbering, internal link resolution, and ensuring only the intended file changed.
Updated
src/generic-methodologies-and-resources/basic-forensic-methodology/malware-analysis.md.Added:
MachineGuid-based decryption and recovery workflow.Validation passed for Markdown diff, internal links, citation numbering, and forbidden-source checks.
mdbookwas unavailable, so the full build was not run.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.