<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Developer-Targeting - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/developer-targeting/</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>Tue, 01 Sep 2026 11:56:59 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/developer-targeting/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Mirage Kitten APT Deploys NodeRabbit and PollCat Backdoors via Trojanized Coding Challenges</title><link>https://feed.craftedsignal.io/briefs/2026-09-mirage-kitten-noderabbit/</link><pubDate>Tue, 01 Sep 2026 11:56:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-mirage-kitten-noderabbit/</guid><description>The Mirage Kitten threat actor is targeting aviation and FinTech software engineers with spear-phishing campaigns distributing trojanized coding challenge archives containing cross-platform Node.js and JavaScript backdoors.</description><content:encoded><![CDATA[<p>The Mirage Kitten APT group has launched a new campaign targeting software engineers within the aviation and FinTech sectors. The campaign utilizes a sophisticated delivery mechanism involving fake recruiter outreach on professional networking platforms like LinkedIn. Victims are invited to complete technical coding assessments, which are hosted on Amazon S3 buckets. These archives contain trojanized software development projects - specifically an application named TaskFlow - that include malicious npm packages such as 'colorized_terminal' (v2.1.0) and 'pretty-log' (v2.1.0).</p>
<p>Once executed, these packages trigger the installation of 'NodeRabbit', a previously undocumented, cross-platform remote access trojan (RAT) written in Node.js. NodeRabbit is capable of executing arbitrary shell commands, performing system reconnaissance, and establishing persistent backdoors on Windows, Linux, and macOS systems. During the same investigation, researchers identified a secondary RAT named 'PollCat', written in obfuscated JavaScript. This represents a significant shift in the group's tradecraft from native C/C++ or Go malware to high-level language-based implants, likely intended to blend into developer environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Mirage Kitten operators perform reconnaissance and reach out to targets on job search platforms posing as recruiters.</li>
<li>The target receives a link to a project archive (e.g., Front-Technical-Challenge.zip) hosted on Amazon S3.</li>
<li>The victim downloads and extracts the archive, which includes a malicious npm package dependency in the <code>node_modules</code> directory.</li>
<li>Upon running the development project, the malicious package executes an implant from <code>node_modules/.cache/.320697f1/index.js</code> as a background process.</li>
<li>The implant (NodeRabbit) generates a unique agent ID based on host system metadata and attempts to bind to a local TCP port to ensure single-instance operation.</li>
<li>Persistence is established: via Windows Registry <code>Run</code> keys for <code>nodew.exe</code>, cron jobs on Linux, or LaunchAgents on macOS.</li>
<li>The malware initiates beaconing to Azure-hosted C2 infrastructure using AES-256-GCM encrypted JSON payloads.</li>
<li>The final objective is achieved via arbitrary command execution and exfiltration of system information or developer assets.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The campaign targets high-value individuals within the aviation and FinTech sectors, posing a significant risk of intellectual property theft, unauthorized access to secure development environments, and potential follow-on compromise of critical corporate infrastructure. The usage of job search lures exploits the trust relationship inherent in the hiring process, making it difficult for standard email filters to flag the activity.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Deploy the Sigma rules below to monitor for suspicious process execution patterns related to Node.js implants.</li>
<li>Block outbound connections to the identified Azure-hosted C2 infrastructure at the network perimeter.</li>
<li>Implement strict controls on the execution of developer environments; verify the integrity of <code>node_modules</code> and external project dependencies before execution.</li>
<li>Hunt for the presence of the identified malicious file paths and registry modifications on developer workstations.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>phishing</category><category>malware</category><category>rat</category><category>developer-targeting</category></item></channel></rss>