<?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>Otp — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/otp/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 05 May 2026 10:03:52 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/otp/feed.xml" rel="self" type="application/rss+xml"/><item><title>CloudZ RAT Abuses Microsoft Phone Link to Steal SMS and OTPs</title><link>https://feed.craftedsignal.io/briefs/2026-05-cloudz-pheno/</link><pubDate>Tue, 05 May 2026 10:03:52 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cloudz-pheno/</guid><description>A new version of the CloudZ RAT utilizes the Pheno plugin to hijack Microsoft Phone Link connections, enabling the theft of SMS messages and one-time passwords (OTPs) from victims' mobile devices.</description><content:encoded><![CDATA[<p>A new variant of the CloudZ remote access tool (RAT) has been observed deploying a novel plugin named Pheno. This plugin specifically targets the Microsoft Phone Link application, pre-installed on Windows 10 and 11, to intercept SMS messages and one-time passwords (OTPs) from connected mobile devices (Android and iOS). The observed intrusion campaign began in January 2026, with researchers assessing that the primary goal of the threat actor is to steal credentials and temporary passcodes. The attacker leverages the Phone Link application&rsquo;s SQLite database, which stores SMS messages and potentially authenticator application notifications, to gain access to sensitive information without directly compromising the mobile device. The CloudZ RAT also uses rotating user-agent strings and anti-caching headers to evade detection.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The victim executes a fake ScreenConnect update.</li>
<li>A Rust-based loader is dropped onto the system.</li>
<li>A .NET loader is deployed, which contains anti-analysis checks (time-based sandbox evasion, Wireshark, Fiddler, Procmon, Sysmon).</li>
<li>The .NET loader installs the CloudZ RAT.</li>
<li>Persistence is established via a scheduled task.</li>
<li>The Pheno plugin monitors for active Microsoft Phone Link sessions.</li>
<li>Pheno accesses the local SQLite database of the Phone Link application.</li>
<li>SMS messages and one-time passwords (OTPs) are stolen from the database, granting the attacker access to sensitive information.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows attackers to bypass SMS-based multi-factor authentication (MFA) and gain unauthorized access to protected accounts and systems. The impact can include financial fraud, data theft, and further compromise of the victim&rsquo;s digital assets. While the exact number of victims remains unknown, the targeted theft of credentials and OTPs suggests a broad campaign aimed at a wide range of individuals and organizations. The sectors targeted are currently unknown.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor process creation events for execution of processes originating from temporary directories, as this is often where the initial loader may execute from. Deploy the Sigma rule <code>Detect CloudZ RAT Loader Execution from Temp Directory</code> to identify this behavior.</li>
<li>Implement network monitoring to detect suspicious HTTP traffic from infected hosts. Pay attention to rotating user-agent strings and the presence of anti-caching headers.</li>
<li>Consider disabling or restricting the use of Microsoft Phone Link in enterprise environments where SMS-based OTPs are used.</li>
<li>Encourage users to switch to authenticator apps that do not rely on SMS or push notifications and to adopt phishing-resistant MFA solutions like hardware security keys.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cloudz</category><category>malware</category><category>rat</category><category>microsoft-phone-link</category><category>credential-theft</category><category>otp</category><category>sms</category></item><item><title>CloudZ RAT Abusing Windows Phone Link to Steal OTPs</title><link>https://feed.craftedsignal.io/briefs/2026-05-cloudz-rat/</link><pubDate>Tue, 05 May 2026 10:01:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cloudz-rat/</guid><description>An unknown attacker is using the CloudZ RAT and its Pheno plugin to hijack the Microsoft Phone Link application and intercept SMS and OTP messages from connected mobile devices, active since at least January 2026.</description><content:encoded><![CDATA[<p>Cisco Talos discovered an intrusion campaign, active since at least January 2026, involving the deployment of the CloudZ RAT and a novel plugin named &ldquo;Pheno&rdquo;. The attackers are leveraging these tools to steal credentials and potentially one-time passwords (OTPs) by abusing the Microsoft Phone Link application in Windows. CloudZ utilizes the Pheno plugin to monitor and hijack the PC-to-phone bridge established by Phone Link. This allows the attacker to scan for active Phone Link processes and intercept sensitive mobile data, such as SMS messages and OTPs, without directly infecting the mobile device. The CloudZ RAT also employs various anti-analysis techniques, including dynamic execution of critical functions in memory and checks to evade debuggers and sandbox environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attack begins with an unknown initial access vector, leading to the execution of a fake ScreenConnect application update.</li>
<li>This malicious executable drops and executes an intermediate .NET loader executable.</li>
<li>The .NET loader decrypts and deploys the modular CloudZ RAT onto the victim&rsquo;s machine.</li>
<li>Upon execution, the CloudZ RAT decrypts its configuration data and establishes an encrypted connection to its command-and-control (C2) server.</li>
<li>CloudZ exfiltrates credentials from the victim&rsquo;s machine browser data and downloads and implants the Pheno plugin.</li>
<li>The Pheno plugin performs reconnaissance of the Microsoft Phone Link application on the victim machine and writes reconnaissance data to an output file.</li>
<li>CloudZ reads the Phone Link application data from the staging folder.</li>
<li>CloudZ sends the exfiltrated credentials, along with the data obtained from the Phone Link application, to the C2 server, potentially compromising SMS-based OTP messages and other authenticator application notification messages.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>This campaign poses a significant threat to users of the Microsoft Phone Link application, potentially exposing sensitive information, including SMS-based OTPs, to unauthorized access. Successful exploitation can lead to account compromise, financial fraud, and other malicious activities. The number of victims and specific sectors targeted are currently unknown, but the potential for widespread impact is considerable given the prevalence of Windows 10 and 11 and the use of OTPs for multi-factor authentication.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor process creation events for execution of <code>regasm.exe</code> with command-line arguments pointing to unusual locations, especially within the <code>C:\ProgramData</code> directory, using the Sigma rule &ldquo;Detect Suspicious RegAsm Execution for Persistence&rdquo;.</li>
<li>Detect connections to the known malicious URL <code>hxxps[://]calm-wildflower-1349[.]hellohiall[.]workers[.]dev</code> at the network level or endpoint using a network connection monitoring tool or web proxy.</li>
<li>Enable process monitoring and file access auditing for the Microsoft Phone Link application database files (e.g., &ldquo;PhoneExperiences-*.db&rdquo;) to detect unauthorized access or modification by suspicious processes.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cloudz</category><category>rat</category><category>pheno</category><category>phone-link</category><category>otp</category><category>credential-theft</category></item></channel></rss>