Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Microsoft August 2026 Patch Tuesday fixes 394 flaws, including 3 zero-days
August 11, 2026
Critical Zoom Zero-Click Flaws Let Attackers Hijack User Devices
August 11, 2026
DEF CON Attendees Broadcast Fake Wi-Fi Network on Flight
August 11, 2026
Home/Threats/Gremlin Stealer Hides C2 URLs and Paths in Encrypted Sections
Threats

Gremlin Stealer Hides C2 URLs and Paths in Encrypted Sections

Key Takeaways A new, highly obfuscated variant of the Gremlin stealer malware has been discovered. This variant hides its command-and-control (C2) server URLs and exfiltration paths within encrypted...

Emy Elsamnoudy
Emy Elsamnoudy
May 21, 2026 5 Min Read
73 0

Key Takeaways

  • A new, highly obfuscated variant of the Gremlin stealer malware has been discovered.
  • This variant hides its command-and-control (C2) server URLs and exfiltration paths within encrypted .NET resource sections.
  • The malware employs multiple layers of anti-analysis techniques, including identifier renaming, string encryption, and control-flow obfuscation, making static detection and reverse engineering significantly more challenging.
  • It targets a wide array of sensitive data, including browser credentials, cryptocurrency wallets, Discord tokens, and leverages a clipboard hijacker for real-time fund diversion.

Evolved Gremlin Stealer Hides Infrastructure in Encrypted Sections, Evading Detection

Cybersecurity researchers have identified a sophisticated new iteration of the Gremlin stealer malware, which now employs advanced obfuscation techniques to conceal its command-and-control (C2) infrastructure and evade detection. This updated variant significantly complicates traditional static analysis, posing a greater threat to organizations and individual users.

Table Of Content

  • Key Takeaways
  • Evolved Gremlin Stealer Hides Infrastructure in Encrypted Sections, Evading Detection
  • Gremlin Stealer Stores C2 URLs and Exfiltration Paths in Encrypted Resource Sections
  • Deep Code Obfuscation Blocks Reverse Engineering
  • What You Should Do

The Gremlin stealer, initially observed on underground forums as a readily available tool for credential theft, has historically targeted web browsers, clipboard contents, and local storage. Its objectives include extracting payment card details, browser cookies, session tokens, cryptocurrency wallet data, and FTP and VPN credentials. Once gathered, this sensitive information is compressed into a ZIP archive, named after the victim’s public IP address, and covertly uploaded to an attacker-controlled web panel for subsequent access or sale.

Analysts at Unit 42, the threat intelligence arm of Palo Alto Networks, reported the discovery of this new Gremlin variant. Their investigation revealed it was actively exfiltrating stolen data to a previously unflagged server located at hxxp[:]194.87.92[.]109. This lack of prior detection by security vendors on VirusTotal underscores the stealth capabilities of the new infrastructure.

The evolution of Gremlin is stark. Earlier versions of the malware lacked any significant obfuscation, leaving function names and class labels plainly visible. The latest builds, however, demonstrate a deliberate shift towards enhanced stealth, incorporating multiple anti-analysis measures designed to frustrate both automated security tools and human researchers alike.

Beyond its improved evasion tactics, the new variant has also expanded its data collection capabilities. In addition to standard browser and crypto wallet targeting, it now features a dedicated module for stealing Discord tokens, granting attackers unauthorized access to victims’ online accounts. Furthermore, a new clipboard hijacker module has been integrated, which surreptitiously replaces any copied cryptocurrency wallet address with one belonging to the attacker, enabling real-time diversion of funds.

Gremlin Stealer Stores C2 URLs and Exfiltration Paths in Encrypted Resource Sections

A critical technical advancement in this Gremlin variant is the method used to store its core configuration. Instead of embedding C2 URLs as easily readable strings within the code, the malware now encrypts this data using XOR encoding and stores it within the .NET resource section. This technique renders the resource block as indecipherable raw data to static analysis tools.

Resource section (Source - Unit42)
Resource section (Source – Unit42)

Researchers were able to uncover the plaintext configuration, including hard-coded server addresses and upload paths, by applying a simple single-byte XOR decryption routine. This strategy is not unique to Gremlin, mirroring tactics employed by other prominent malware families such as Agent Tesla, GuLoader, LokiBot, and Quasar RAT, which also leverage resource sections to conceal their payloads.

XOR decryption on resource section (Source - Unit42)
XOR decryption on resource section (Source – Unit42)

The current Gremlin variant also implements a staged loading mechanism, where individual functions are only decrypted and loaded into memory as they are needed. This approach necessitates the use of dynamic analysis and live debugging tools to observe the malware’s true operational behavior, as static reviews yield little meaningful information.

Deep Code Obfuscation Blocks Reverse Engineering

Beyond concealing C2 data, this Gremlin variant employs three distinct layers of obfuscation to impede analysis and reverse engineering efforts:

  1. Identifier Renaming: All classes, methods, and variables are renamed to short, meaningless labels (e.g., “a”, “b”, “hf”, “bb”). This eliminates contextual clues that would typically assist researchers in understanding a function’s purpose.
  2. String Encryption: Instead of embedding readable strings like “password” or server addresses directly in the code, all strings are encrypted and decrypted at runtime using an internal function. This prevents analysts from finding relevant keywords such as “Telegram” or “wallet.dat” through static analysis.
  3. Packed Gremlin variant (Source - Unit42)
    Packed Gremlin variant (Source – Unit42)
  4. Control-Flow Obfuscation: The decompiled code is deliberately flooded with spurious branches, irrelevant loops, and illogical “goto” jumps. While the underlying logic might be straightforward, this noise makes the code appear excessively complex and difficult to follow.

Given these sophisticated anti-analysis measures, organizations are strongly advised to prioritize behavioral detection tools over reliance on signature-based scanning, as this malware is specifically designed to circumvent static analysis.

What You Should Do

  • Implement and maintain robust endpoint detection and response (EDR) solutions capable of behavioral analysis, not just signature-based detection.
  • Regularly update all operating systems, applications, and security software to patch known vulnerabilities that malware like Gremlin might exploit.
  • Educate users about phishing and social engineering tactics, as these are common initial infection vectors for stealer malware.
  • Enforce multi-factor authentication (MFA) on all critical accounts, especially for email, cloud services, and cryptocurrency platforms, to mitigate the impact of stolen credentials.
  • Monitor network traffic for anomalous connections to known or suspected C2 infrastructure, including the IP hxxp[:]194.87.92[.]109.
  • Conduct regular backups of critical data and store them securely offline to enable recovery in case of data exfiltration or compromise.

Indicators of Compromise (IoCs):-

Type Indicator Description
IP / URL hxxp[:]194.87.92[.]109/i.php Gremlin stealer C2 exfiltration server
SHA256 2172dae9a5a695e00e0e4609e7db0207d8566d225f7e815fada246ae995c0f9b Packed Gremlin stealer sample (217.exe)
SHA256 9aab30a3190301016c79f8a7f8edf45ec088ceecad39926cfcf3418145f3d614 Gremlin stealer sample
SHA256 971198ff86aeb42739ba9381923d0bc6f847a91553ec57ea6bae5becf80f8759 Gremlin stealer sample
SHA256 ab0fa760bd037a95c4dee431e649e0db860f7cdad6428895b9a399b6991bf3cd Gremlin stealer sample
SHA256 f76ba1a4650d8cafb6d3ff071688c5db6fd37e165050f03cece693826f51d346 Gremlin stealer sample
SHA256 a9f529a5cbc1f3ee80f785b22e0c472953e6cb226952218aecc7ab07ca328abd Gremlin stealer sample
SHA256 691896c7be87e47f3e9ae914d76caaf026aaad0a1034e9f396c2354245215dc3 Gremlin stealer sample
SHA256 281b970f281dbea3c0e8cfc68b2e9939b253e5d3de52265b454d8f0f578768a2 Gremlin stealer sample
SHA256 9fda1ddb1acf8dd3685ec31b0b07110855832e3bed28a0f3b81c57fe7fe3ac20 Gremlin stealer sample
SHA256 d11938f14499de03d6a02b5e158782afd903460576e9227e0a15d960a2e9c02c Gremlin stealer sample
SHA256 1bd0a200528c82c6488b4f48dd6dbc818d48782a2e25ccd22781c5718c3f62f5 Gremlin steal

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.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackMalwareSecurityThreat

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Attackers Infect Windows Systems With Fake Income Tax Assessment Pages

Next Post

Dark Web Brokers Resell Old Breaches as New Corporate Data Leaks

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
LLM API Vulnerability Exposes AI Model Reasoning, Poses Data Risk
August 11, 2026
Critical SAP Vulnerabilities Allow Code Injection, Memory Corruption
August 11, 2026
Critical Ivanti Endpoint Manager CVEs Let Remote Attackers Crash Agent Service
August 11, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us