Hackers hide malware code in English words to infect Windows users in a recently uncovered campaign. This novel approach enables attackers to slip past security tools and prey on unsuspecting professionals, particularly those using Windows devices.
Malware Hidden in Plain English: The New Attack Vector
In early June 2024, cybersecurity researchers from GenDigital reported a live campaign targeting Windows users through a unique malware delivery technique. Attackers compromise legitimate websites, overlaying them with convincing fake CAPTCHA challenges. When visitors attempt to interact, the site instructs them to press Win+R, paste a supplied command, and execute it—an action that directly initiates malware download and installation.
The payload is a newly identified loader called WordlistLoader, which cleverly reconstructs malicious shellcode from a list of common English words. This method is designed to thwart both automated detection and manual analysis. The campaign ultimately delivers the Amatera Stealer, an information-stealing malware that targets sensitive data on Windows devices.
Detailed Timeline and Attack Mechanics
The campaign was first observed in the wild in early June 2024 and is linked to the established ClearFake operation. ClearFake is notorious for compromising real websites across a variety of sectors, injecting malicious JavaScript to display fraudulent CAPTCHA overlays. These overlays appear authentic, but instead of verifying the user, they deliver tailored social engineering instructions.
Attack Steps:
- Website Compromise: Attackers inject code into legitimate sites to display a fake CAPTCHA.
- User Prompt: The CAPTCHA prompts the user to press Win+R, paste a command (often copied to the clipboard automatically), and hit Enter.
- Malware Loader Execution: The command downloads and executes WordlistLoader, which contains its next-stage code in a list of English words.
- Payload Assembly: WordlistLoader reconstructs executable shellcode from the wordlist, evading traditional detection methods.
- Amatera Stealer Delivery: The reconstructed code drops Amatera Stealer, which harvests sensitive information from the victim’s machine.
This infection chain relies on human error rather than exploiting software vulnerabilities, making it particularly dangerous for organisations with less cyber-aware staff.
Technical Details: WordlistLoader’s Evasion Tactics
WordlistLoader stands out due to its approach to code obfuscation. Instead of embedding binary data or obvious script indicators, it stores shellcode as a string of common English words. Each word encodes a fragment of the underlying shellcode. When executed, the loader reads the sequence, decodes the words back into machine-readable instructions, and assembles the final payload in memory.
By using this wordlist-based encoding, the malware blends into legitimate traffic and is less likely to trigger heuristic or signature-based security tools. Security analysts note that this technique complicates reverse engineering, as the code appears benign at first glance.
Who Is Affected?
The immediate risk is to Windows users who encounter these fake CAPTCHA overlays and follow the instructions to run a command via the Windows Run dialog (Win+R). This campaign specifically targets environments where users are likely to comply with browser prompts, such as small and medium-sized businesses (SMBs) whose staff may not be trained to spot sophisticated social engineering.
All supported versions of Windows are potentially vulnerable, as the attack does not leverage a technical flaw in the operating system but rather depends on user interaction. Any user with permission to execute commands via Win+R is at risk.
Current Exploitation Status and Campaign Evolution
As of June 2024, this campaign is active and continues to evolve. Security researchers have observed that compromised sites are widespread, with attackers continuously updating the overlay’s appearance to avoid detection by both browsers and end users. The Amatera Stealer payload is actively maintained, with new variants observed adapting to evade endpoint detection and response (EDR) solutions.
This attack method has gained traction among cybercriminals because it bypasses many traditional defences. Since it relies on social engineering and user-initiated execution, technical mitigation is challenging without supplementary user training and restrictions.
- Ongoing Monitoring: Researchers are tracking new WordlistLoader variants and additional payloads distributed via the same method.
- Wide Reach: The campaign has no specific industry focus, affecting a range of business and personal websites.
- Potential for Expansion: The technique could be repurposed to deliver other forms of malware beyond Amatera Stealer in the future.
Why This Attack Matters
This campaign highlights a growing trend of attackers leveraging human behaviour rather than software vulnerabilities. By hiding malware code in English words, threat actors can bypass both automated defences and cursory manual inspection. The approach poses a significant risk to UK SMBs and organisations dependent on Windows fleets, as staff are often the last line of defence.
What Organisations Should Do Now
- Reinforce user education on the dangers of following unsolicited prompts, especially those instructing use of Win+R or copying commands.
- Restrict use of the Windows Run dialog where feasible, particularly on non-administrative endpoints.
- Ensure EDR solutions and web filtering policies are up to date, with rules to block suspicious downloads and command execution.
Rapid identification and response are crucial, as this campaign evolves quickly and adapts to security controls.
Originally reported by cybersecuritynews.com.





