<?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>Cryptominer — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cryptominer/</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/tags/cryptominer/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><item><title>Mac Malware of 2019 Report</title><link>https://feed.craftedsignal.io/briefs/2024-01-mac-malware-2019/</link><pubDate>Wed, 03 Jan 2024 18:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-mac-malware-2019/</guid><description>The Mac Malware of 2019 report details various Mac malware specimens and variants, including CookieMiner, a cryptominer that steals user cookies and passwords, likely to give attackers access to victims' online accounts and wallets; CookieMiner persists via launch agents and exfiltrates browser cookies to a remote C2 server.</description><content:encoded><![CDATA[<p>The &ldquo;Mac Malware of 2019&rdquo; report provides a comprehensive analysis of new Mac malware specimens and variants that emerged throughout the year. It covers various aspects, including infection vectors, persistence mechanisms, and the ultimate goals of the malware. One notable example is CookieMiner, a cryptominer that also steals user cookies and passwords, potentially granting attackers access to victims&rsquo; online cryptocurrency accounts and wallets. The report also mentions other malware families like Yort, Siggen, BirdMiner, Netwire, Mokes.B, and GMERA, some attributed to the Lazarus Group. This report is important for defenders as it highlights the evolving threat landscape targeting macOS and provides actionable insights for detection and prevention.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial infection vector is unknown, but suspected to be third-party store downloads.</li>
<li>The malware installs two launch agents via a shell script named <code>uploadminer.sh</code> to establish persistence. The script downloads property lists to <code>~/Library/LaunchAgents</code>.</li>
<li>The first launch agent (<code>com.apple.rig2.plist</code>) persists a cryptocurrency mining binary named <code>xmrig2</code>.</li>
<li>The second launch agent (<code>com.proxy.initialize.plist</code>) executes inline python commands, including a base64 encoded chunk of data, achieving persistence.</li>
<li>The <code>xmrig2</code> binary mines the Koto cryptocurrency, using the pool <code>koto-pool.work</code>.</li>
<li>The malware steals cookies from Safari by copying the <code>Cookies.binarycookies</code> file, zipping it, and exfiltrating it to <code>46.226.108.171</code>. The cookies are checked for cryptocurrency exchange association.</li>
<li>The malware downloads a Python script named <code>harmlesslittlecode.py</code> to extract saved login credentials and credit card information from Google Chrome.</li>
<li>Stolen data, including cookies and passwords, are used to bypass 2FA on cryptocurrency exchanges, granting attackers full control of victims&rsquo; accounts.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>A successful CookieMiner infection can lead to significant financial loss for victims. By stealing cookies, passwords, and potentially SMS data, attackers can bypass multi-factor authentication on cryptocurrency exchanges and wallets. This allows them to drain accounts and make unauthorized transactions. The report does not specify the number of victims or the exact financial impact, but it highlights the potential for substantial damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor for the creation of launch agents in <code>~/Library/LaunchAgents</code> that execute suspicious binaries or scripts, based on the persistence mechanism used by CookieMiner (Attack Chain steps 2-4).</li>
<li>Detect connections to known cryptocurrency mining pools, such as <code>koto-pool.work</code>, used by the <code>xmrig2</code> miner (IOC: domain).</li>
<li>Implement the Sigma rule &ldquo;Detect CookieMiner Cookie Stealing&rdquo; to identify exfiltration of Safari cookie files to the C2 server <code>46.226.108.171</code> (IOC: ip).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>macos</category><category>malware</category><category>cryptominer</category><category>cookie-stealing</category></item></channel></rss>