<?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>OnyX — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/onyx/</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, 26 Jan 2024 18:22:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/onyx/feed.xml" rel="self" type="application/rss+xml"/><item><title>OSX/CreativeUpdater Cryptominer Distributed via MacUpdate</title><link>https://feed.craftedsignal.io/briefs/2024-01-26-creativeupdater/</link><pubDate>Fri, 26 Jan 2024 18:22:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-26-creativeupdater/</guid><description>OSX/CreativeUpdater is a macOS cryptominer distributed through compromised download links on the MacUpdate website, using a trojanized application bundle to execute a script that downloads and installs a persistent Monero miner using launch agents.</description><content:encoded><![CDATA[<p>OSX/CreativeUpdater is a macOS cryptominer that was distributed in early February 2018 via compromised download links on the popular MacUpdate website. The attack involved modifying download links for applications like Firefox, OnyX, and Deeper to point to a hacker-controlled URL (download-installer.cdn-mozilla.net) serving a trojanized version of the application. This trojanized application, disguised as a legitimate application and signed with an Apple Developer ID (Ramos Jaxson), bypasses Gatekeeper&rsquo;s default security settings. Once executed, the malware installs a persistent payload designed to mine Monero, impacting system performance and potentially allowing for future customized payloads. The use of MacUpdate as an infection vector allowed the malware to potentially infect a large number of macOS users.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>User visits MacUpdate and downloads a popular application (e.g., Firefox) from a compromised link.</li>
<li>The user downloads a signed disk image (.dmg) containing a trojanized application bundle.</li>
<li>The user mounts the disk image, bypassing Gatekeeper due to valid developer signature (Apple Developer ID: Ramos Jaxson).</li>
<li>The user executes the trojanized application (e.g., Firefox.app), which in turn executes a script file located within the application&rsquo;s Resources directory.</li>
<li>The script downloads a zip file (mdworker.zip) from a remote server (<a href="https://public.adobecc.com/files/1U14RSV3MVAHBMEGVS4LZ42AFNYEFF">https://public.adobecc.com/files/1U14RSV3MVAHBMEGVS4LZ42AFNYEFF</a>) and unzips it into the user&rsquo;s Library folder (~/Library/mdworker/).</li>
<li>The script creates a LaunchAgent file (MacOSupdate.plist) in ~/Library/LaunchAgents/ to achieve persistence.</li>
<li>The LaunchAgent loads, which in turn downloads another plist file (MacOS.plist) from a remote server (<a href="https://public.adobecc.com/files/1UJET2WD0VPD5SD0CRLX0EH2UIEEFF)">https://public.adobecc.com/files/1UJET2WD0VPD5SD0CRLX0EH2UIEEFF)</a>.</li>
<li>The second plist file (MacOS.plist) executes the &lsquo;mdworker&rsquo; binary, which is the MinerGate command-line cryptominer (minergate-cli), configured to mine Monero (XMR) using specific email addresses and, in some cases, a SOCKS proxy.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful infection leads to the installation of a Monero cryptominer on the victim&rsquo;s macOS system. This results in high CPU usage and reduced system performance. The malware periodically connects to minergate.com, passing the email address as a login. The compromised applications included Firefox, OnyX and Deeper. Although the exact number of victims is unknown, the use of the popular MacUpdate platform as a distribution vector suggests a potentially wide impact.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Detect Suspicious MacOSupdate.plist Launch Agent&rdquo; to detect malicious launch agent files in the ~/Library/LaunchAgents/ directory.</li>
<li>Block the following domains at the DNS resolver to prevent the downloading of malicious payloads: public.adobecc.com and minergate.com (IOC table).</li>
<li>Monitor process execution for &lsquo;mdworker&rsquo; running from the ~/Library/mdworker/ directory and alert if found (Sigma rule).</li>
<li>Inspect network connections for connections to the IP address 104.236.13.101 on port 1080, as this was used as a SOCKS proxy (IOC table).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cryptominer</category><category>macos</category><category>malware</category></item></channel></rss>