Security researchers at Gen Threat Labs have discovered a new malware loader, named WordlistLoader, that employs a creative obfuscation technique to evade detection. The loader conceals its malicious shellcode within a list of ordinary English words. By mapping these words back to byte values, it reconstructs the executable payload on the victim's machine. This method allows it to bypass security tools that scan for suspicious code patterns. WordlistLoader is currently being used in ClearFake campaigns, which leverage compromised websites and social engineering to deliver the Amatera infostealer to Windows systems.
The attack begins with a user visiting a compromised website, a hallmark of the ClearFake threat cluster. The user is presented with a social engineering lure, such as a fake CAPTCHA or a bogus browser update prompt, a technique often referred to as 'ClickFix'. This lure tricks the user into copying and running a malicious command, typically a PowerShell script. This script initiates the download and execution of WordlistLoader. The loader's sole purpose is to decode and launch the final payload, the Amatera infostealer (also known as ACR Stealer), which is a potent malware-as-a-service (MaaS) tool capable of exfiltrating a wide array of sensitive information.
The core innovation of WordlistLoader is its obfuscation method, a clear example of MITRE ATT&CK: T1027 - Obfuscated Files or Information.
This word-based encoding makes the payload appear as benign text, defeating many static analysis and signature-based detection engines.
A successful infection by Amatera can lead to a comprehensive compromise of the victim's personal and financial data. The infostealer is designed to steal:
This stolen data can be used for identity theft, financial fraud, or sold on dark web marketplaces, posing a severe risk to both individuals and organizations if an employee's machine is compromised.
No specific Indicators of Compromise were provided in the source articles.
Security teams can hunt for activity related to this threat using the following clues:
powershell -ExecutionPolicy Bypass -Filepowershell.exe to unknown domainsEducating users to recognize and avoid social engineering lures like fake browser updates is the most effective defense against the initial access vector.
Use application control policies to restrict the execution of unauthorized scripts, such as those downloaded from the internet.
Mapped D3FEND Techniques:
Employ web filters to block access to known malicious domains and categories of websites often used to host malware.
Mapped D3FEND Techniques:
The initial entry point for WordlistLoader relies entirely on tricking the user. Therefore, robust and continuous security awareness training is paramount. This training must specifically address modern social engineering tactics like the 'ClearFake' and 'ClickFix' methods. Use simulations to teach users to identify fake browser update notifications, fake CAPTCHAs, and any website prompt that asks them to copy and paste commands into PowerShell or a command prompt. Reinforce that legitimate updates never happen this way. This human firewall is the most effective countermeasure to prevent the entire attack chain from starting.
Deploy an Endpoint Detection and Response (EDR) solution and configure it to monitor for suspicious process parent-child relationships. For this specific attack, a key detection is a browser process (e.g., chrome.exe, firefox.exe) spawning a script interpreter (powershell.exe, cscript.exe). This is highly anomalous behavior. Further rules can be created to alert when that script interpreter then makes an outbound network connection to download a second stage. Analyzing the command-line arguments for these processes can also be revealing, looking for flags like -ExecutionPolicy Bypass or encoded commands. This allows for detection at the execution phase, even if the user falls for the initial lure.
Gen Threat Labs publishes a report on the new WordlistLoader malware.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.