<?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>Miro — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/miro/</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, 19 May 2026 19:53:19 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/miro/feed.xml" rel="self" type="application/rss+xml"/><item><title>SHub Reaper Stealer Backdoors macOS with Multi-Brand Spoofing</title><link>https://feed.craftedsignal.io/briefs/2026-05-shub-reaper-macos-backdoor/</link><pubDate>Tue, 19 May 2026 19:53:19 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-shub-reaper-macos-backdoor/</guid><description>The SHub Reaper stealer combines credential theft, wallet hijacking, and document exfiltration with persistent backdoor access on macOS, distributed through fake WeChat and Miro installers while spoofing Apple, Google, and Microsoft to evade detection.</description><content:encoded><![CDATA[<p>The SHub Reaper stealer is a macOS infostealer that blends traditional stealer functionality with persistent backdoor capabilities. It is distributed through social engineering lures such as fake WeChat and Miro installers. This malware demonstrates a shift in macOS malware behavior, moving away from ClickFix social engineering to Apple script-based execution to evade detection. SHub Reaper leverages a unique multi-brand spoofing technique, impersonating Apple, Google, and Microsoft across the infection chain. The malware installs a fake Google Update framework to maintain persistence and establishes a backdoor, allowing for arbitrary command execution and continuous compromise of the infected system. This represents an evolution in macOS infostealers, combining &ldquo;smash-and-grab&rdquo; data theft with long-term access and control.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attack starts with malicious web pages offering fake Miro and WeChat installers.</li>
<li>Victims download and execute the fake installers, initiating the infection chain.</li>
<li>The malware may be hosted on a typosquatted Microsoft domain.</li>
<li>The installer executes under the guise of a fake Apple security update.</li>
<li>SHub Reaper installs a fake Google Update framework under the user Library paths for persistence.</li>
<li>A LaunchAgent is registered using Google Keystone-style naming conventions to ensure the malware runs regularly.</li>
<li>The malware beacons to a command and control server every 60 seconds, supporting arbitrary command execution.</li>
<li>The malware steals credentials, hijacks crypto wallets, and exfiltrates documents while maintaining persistent backdoor access.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful SHub Reaper infections can lead to significant data loss, including sensitive credentials, cryptocurrency assets, and confidential documents. The persistent backdoor allows attackers to maintain long-term access to compromised systems, enabling further data theft, command execution, and potential lateral movement within the network. The shift from ClickFix tactics to AppleScript execution renders traditional terminal-centric detections ineffective, increasing the risk of successful compromise. This combination of stealer and backdoor capabilities makes SHub Reaper a particularly dangerous threat to macOS users.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor for unexpected invocations of Script Editor (<code>Script Editor.app</code>) to detect potential AppleScript-based execution, as outlined by SentinelOne&rsquo;s report.</li>
<li>Deploy the Sigma rule detecting <code>osascript</code> spawning <code>curl</code> or shell interpreters to identify malicious AppleScript activity.</li>
<li>Implement the Sigma rule for detecting browser-to-AppleScript execution chains to identify potential initial access vectors.</li>
<li>Educate macOS users to be wary of software installers from untrusted sources and to verify the authenticity of software updates, as this is the primary infection vector.</li>
<li>Monitor user Library paths for the installation of unexpected Google Update frameworks and LaunchAgents with Google Keystone-style naming conventions, as these are indicators of persistence.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>macos</category><category>infostealer</category><category>backdoor</category><category>social-engineering</category><category>applescript</category></item><item><title>SHub macOS Infostealer Variant 'Reaper' Spoofing Apple Security Updates</title><link>https://feed.craftedsignal.io/briefs/2026-05-shub-macos-reaper/</link><pubDate>Mon, 18 May 2026 21:42:54 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-shub-macos-reaper/</guid><description>A new variant of the 'SHub' macOS infostealer, dubbed Reaper, uses AppleScript to display a fake security update message and install a backdoor, ultimately stealing browser data, financial documents, and cryptocurrency wallet information while bypassing Terminal-based mitigations in macOS.</description><content:encoded><![CDATA[<p>A new variant of the SHub macOS infostealer, dubbed Reaper, has emerged, employing a novel approach to bypass existing security mitigations. Unlike previous SHub campaigns that relied on tricking users into pasting commands in Terminal, Reaper leverages the <code>applescript://</code> URL scheme to launch the macOS Script Editor preloaded with a malicious AppleScript. This technique circumvents Apple&rsquo;s late March mitigations in macOS Tahoe 26.4, which aimed to block the execution of harmful commands pasted into the Terminal. SentinelOne researchers discovered that victims are lured by fake installers for WeChat and Miro applications hosted on domains designed to appear legitimate. The malware fingerprints the victim&rsquo;s device to detect virtual machines and VPNs, and enumerates installed browser extensions for password managers and cryptocurrency wallets, sending telemetry data to the attacker via a Telegram bot.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The victim visits a malicious website impersonating WeChat or Miro.</li>
<li>The website fingerprints the visitor&rsquo;s device, checking for VMs/VPNs and enumerating browser extensions. This information is sent to a Telegram bot.</li>
<li>The website prompts the user to download a fake installer, which then uses the <code>applescript://</code> URL scheme.</li>
<li>Clicking the URL opens the macOS Script Editor with a preloaded malicious AppleScript.</li>
<li>If the user clicks &ldquo;Run&rdquo; in the Script Editor, the script displays a fake Apple security update message referencing XProtectRemediator.</li>
<li>The script downloads a shell script using <code>curl</code> and executes it silently via <code>zsh</code>.</li>
<li>The shell script checks for a Russian keyboard layout; if detected, the malware exits.</li>
<li>If the keyboard layout is not Russian, the script retrieves and executes a malicious AppleScript with data theft routines via <code>osascript</code>. This script prompts the user for their macOS password, and then steals browser data, cryptocurrency wallet data, and other sensitive files. The malware establishes persistence by installing a script impersonating the Google software update and registers it using LaunchAgent, running every minute as a beacon.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful infection by the SHub Reaper infostealer results in the theft of sensitive data, including browser data from Chrome, Firefox, Edge, Opera, Vivaldi, Arc, and Orion, cryptocurrency wallet data (MetaMask, Phantom), password manager data (1Password, Bitwarden, LastPass), desktop cryptocurrency wallet application data (Exodus, Atomic Wallet, Ledger Live, Trezor Suite), iCloud account data, Telegram session data, and developer configuration files. The malware also targets files on the Desktop and Documents folders, collecting documents smaller than 2MB, or images up to 6MB (total limit 150MB). Cryptocurrency wallet applications are hijacked by replacing their core application file with a malicious version downloaded from the C2 server. This gives the attacker persistent access to the compromised machine and enables further malware deployment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor for suspicious outbound network traffic after Script Editor execution, as mentioned in the overview.</li>
<li>Monitor for the creation of new LaunchAgents and related files in the namespace of trusted vendors to detect persistence mechanisms, as recommended by SentinelOne.</li>
<li>Block access to the known malicious domains: <code>qq-0732gwh22[.]com</code>, <code>mlcrosoft[.]co[.]com</code>, and <code>mlroweb[.]com</code> at the DNS resolver based on the IOCs provided.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>macos</category><category>infostealer</category><category>shub reaper</category><category>malware</category></item></channel></rss>