<?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>Information-Stealer - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/information-stealer/</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, 18 Aug 2026 20:50:24 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/information-stealer/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>MacSync Stealer Behavioral Hunting and Infrastructure Analysis</title><link>https://feed.craftedsignal.io/briefs/2026-08-macsync-stealer/</link><pubDate>Tue, 18 Aug 2026 20:50:24 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-macsync-stealer/</guid><description>MacSync Stealer is a macOS-based information stealer that evades detection through rapid domain rotation while maintaining consistent behavioral pivots in its payload retrieval, C2 communication, and chunked exfiltration patterns.</description><content:encoded><![CDATA[<p>MacSync Stealer is an information-stealing malware specifically targeting macOS environments. First identified by RST Cloud, the malware is notable for its use of rapidly rotating command-and-control (C2) infrastructure to evade static domain-based detection. Microsoft Defender Experts expanded the understanding of this threat by correlating recurring endpoint and network behaviors, uncovering more than 30 related domains. The malware typically initiates via ClickFix social engineering, where users are manipulated into executing malicious shell commands in Terminal. Once active, the stealer exhibits durable behavioral traits - including specific URI paths, curl command-line arguments, and unique HTTP header parameters - that persist regardless of the underlying domain. These patterns support a full lifecycle of collection, staging, and exfiltration of sensitive macOS data, including Keychain material, browser credentials, and SSH keys.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial access is achieved via ClickFix social engineering, prompting the user to paste and execute malicious commands in a Terminal session.</li>
<li>The interactive shell session invokes <code>curl</code> to fetch the primary payload from attacker-controlled infrastructure using paths containing <code>/curl/</code>.</li>
<li>The malware performs C2 check-ins using <code>curl</code> with consistent flags (<code>-k</code>, <code>-s</code>, <code>--max-time</code>), specific macOS User-Agent strings, and a static <code>api-key</code> header.</li>
<li>The stealer performs local discovery to identify Keychain files, browser profile data, cloud credentials, and SSH keys stored in user directories.</li>
<li>Collected sensitive data is moved to temporary directories and compressed into a single archive file.</li>
<li>The archive is split into smaller chunks, which are exfiltrated using <code>curl</code> via HTTP PUT requests with the <code>--data-binary</code> flag.</li>
<li>Exfiltration traffic is identified by unique URL parameters including <code>upload_id</code>, <code>chunk_index</code>, and <code>total_chunks</code> mapped to <code>/gate?buildtxd=</code> URI patterns.</li>
<li>Final cleanup occurs as the malware deletes temporary staging folders, compressed archives, and associated lock files to minimize forensic artifacts.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>MacSync Stealer poses a high risk to macOS users by facilitating the theft of high-value credentials, including browser-stored logins, cloud service tokens, and SSH keys. If the attack succeeds, attackers gain persistent unauthorized access to the victim's digital accounts and local development environments. While specific victim counts are not disclosed, the threat's capability to exfiltrate vast amounts of sensitive local data makes it a significant risk to individuals and enterprise users on the macOS platform.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule below to detect execution of <code>curl</code> commands containing known MacSync Stealer URI patterns and command-line flags.</li>
<li>Monitor process execution logs for <code>curl</code> sessions that utilize the <code>--data-binary</code> flag in conjunction with <code>PUT</code> requests, as these are highly indicative of exfiltration.</li>
<li>Implement endpoint controls to restrict the execution of untrusted commands in Terminal, specifically monitoring for base64-encoded or obfuscated script injection characteristic of ClickFix campaigns.</li>
<li>Configure network monitoring to alert on HTTP headers containing the <code>api-key</code> string when used in conjunction with macOS User-Agent strings in non-standard environments.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>macos</category><category>stealer</category><category>information-stealer</category></item></channel></rss>