<?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>Tradertraitor - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/tradertraitor/</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>Fri, 18 Sep 2026 19:45:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/tradertraitor/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>TraderTraitor Campaign Targeting DevOps Engineers via Weaponized Terraform Repositories</title><link>https://feed.craftedsignal.io/briefs/2026-09-tradertraitor-macos-backdoors/</link><pubDate>Fri, 18 Sep 2026 19:45:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-tradertraitor-macos-backdoors/</guid><description>North Korean threat actor TraderTraitor is using fake job interview lures on GitHub containing weaponized Terraform lock files to deliver macOS backdoors to DevOps engineers, facilitating cloud credential theft.</description><content:encoded><![CDATA[<p>The North Korean state-sponsored threat actor TraderTraitor (also known as UNC4899, PUKCHONG, and Jade Sleet) is actively conducting social engineering campaigns targeting DevOps and cryptocurrency engineers. The group creates fake job interview coding projects on GitHub, specifically using names like 'Northwind-IAC' and 'novacart-interview', to entice targets into downloading and running infrastructure-as-code projects.</p>
<p>The malicious mechanism relies on weaponized '.terraform.lock.hcl' files. By configuring these files to point to attacker-controlled domains - such as registry.hashicorp-aws[.]com - the threat actor forces the execution of <code>terraform init</code> to download and run arbitrary malicious provider modules. Once the victim executes the code on their macOS workstation, the FLATROOF (macOS.Gaslight) and ROOFDECK backdoors are deployed. These backdoors enable the attackers to establish persistence, collect sensitive cloud API keys (AWS, GCP), and perform lateral movement. The campaign targets individuals in the IT services sector regardless of cryptocurrency ties, demonstrating a broad operational scope for gaining unauthorized access to production cloud environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker establishes contact with a target developer via social engineering through fake job interview lures on GitHub.</li>
<li>Target downloads a weaponized coding project repository containing a modified '.terraform.lock.hcl' file.</li>
<li>Victim executes <code>terraform init</code> within the project directory on their macOS workstation.</li>
<li>Terraform client reaches out to an attacker-controlled registry domain (e.g., registry.hashicorp-terraform[.]io) to download the provider.</li>
<li>Malicious provider code is executed, deploying FLATROOF and ROOFDECK backdoors onto the local macOS system.</li>
<li>Backdoors perform a Gatekeeper bypass by executing <code>xattr -rd com.apple.quarantine</code> and changing file permissions (<code>chmod +x</code>).</li>
<li>Implants establish persistent C2 communication via hardcoded IPs and transmit stolen cloud credentials to the threat actor.</li>
<li>Attacker uses stolen credentials to escalate privileges and access cloud infrastructure (AWS/GCP).</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful compromise results in full access to the victim's local developer workstation, theft of cloud environment credentials (AWS, GCP, OVH), and potential lateral movement into the organization's cloud production environments. This threat impacts DevOps teams and software engineers, potentially leading to widespread unauthorized access to private corporate infrastructure, data exfiltration, or further supply chain compromises.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Audit all <code>terraform init</code> activity and restrict egress traffic for developer workstations to verified Terraform registry domains (registry.terraform.io) only.</li>
<li>Block the malicious provider registry domains listed in the IOC table at the DNS resolver level.</li>
<li>Deploy Sigma rules to detect unauthorized execution of <code>terraform</code> commands from non-standard directories or unusual network destinations.</li>
<li>Monitor macOS endpoints for suspicious process executions involving <code>zsh</code> spawning shell commands that include <code>xattr</code> or <code>chmod +x</code> on binaries located in application or temporary directories.</li>
<li>Implement security awareness training regarding the risks of running third-party infrastructure-as-code project repositories from untrusted sources.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>macos</category><category>tradertraitor</category><category>supply-chain</category><category>social-engineering</category><category>cloud-security</category><category>devops</category></item></channel></rss>