<?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>GitHub Pages - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/github-pages/</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, 04 Aug 2026 13:40:05 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/github-pages/feed.xml" rel="self" type="application/rss+xml"/><item><title>Adversary-in-the-Middle Phishing via Legitimate Cloud Platforms</title><link>https://feed.craftedsignal.io/briefs/2026-08-cloud-aitm-phishing/</link><pubDate>Tue, 04 Aug 2026 13:40:05 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cloud-aitm-phishing/</guid><description>Threat actors are increasingly abusing reputable PaaS providers to host multi-stage AitM phishing campaigns that use browser service workers and the Ultraviolet library to intercept credentials and MFA tokens.</description><content:encoded><![CDATA[<p>Threat actors are migrating phishing infrastructure to legitimate cloud platforms such as Cloudflare Workers, Vercel, Netlify, GitHub Pages, and IPFS. This strategy exploits the inherent trust associated with reputable CDN and cloud domains, allowing attackers to evade IP-based blocking and security filtering. By leveraging free-tier developer accounts that do not require identity verification, operators can scale malicious infrastructure rapidly.</p>
<p>The core of these campaigns is a sophisticated Adversary-in-the-Middle (AitM) approach that uses browser-side service workers to intercept network requests. By utilizing the legitimate Ultraviolet proxy library, the phishing pages dynamically rewrite traffic in real-time, effectively bypassing traditional proxy-based security controls. This approach allows attackers to harvest login credentials and MFA tokens while the victim interacts with what appears to be a legitimate, HTTPS-secured website. The use of URL hash fragments to pass sensitive data between attack stages ensures that malicious parameters remain hidden from standard network-based detection systems.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attackers deliver a phishing email containing a link to a compromised legitimate website.</li>
<li>The compromised website acts as a disposable relay to capture the victim's email address via a fake CAPTCHA.</li>
<li>The victim is redirected to a cloud-hosted subdomain (e.g., workers.dev) with the email address embedded in the URL hash.</li>
<li>The phishing page presents a genuine CAPTCHA challenge to confirm the victim is not a bot.</li>
<li>Upon success, a malicious service worker is registered in the browser to intercept all outgoing network requests.</li>
<li>The service worker injects the Ultraviolet library to create a transparent proxy that rewrites login forms.</li>
<li>The user enters credentials and MFA tokens, which are captured and proxied by the attacker's infrastructure.</li>
<li>The attacker uses the captured credentials and session tokens to gain unauthorized access to the target's account.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful attacks result in full credential and MFA token compromise, leading to account takeover. Because these campaigns reside on reputable cloud subdomains, they successfully bypass many traditional reputation-based security filters. The infrastructure allows attackers to bypass MFA mechanisms by capturing session cookies, significantly increasing the risk to enterprise authentication environments.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement content-based analysis for web traffic to identify malicious JavaScript (e.g., unauthorized service worker registration) rather than relying solely on domain reputation.</li>
<li>Monitor browser activity for the suspicious registration of service workers on domains that are not part of the organization's sanctioned enterprise application suite.</li>
<li>Deploy FIDO2/WebAuthn-based phishing-resistant MFA, which inherently mitigates AitM credential harvesting attacks.</li>
<li>Educate users on the risks of interacting with links that redirect through reputable cloud platforms (like workers.dev) when prompted for sensitive corporate credentials.</li>
<li>Review proxy logs for traffic patterns associated with known browser-based proxy libraries like Ultraviolet.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>phishing</category><category>aitm</category><category>cloud</category><category>credential-harvesting</category></item></channel></rss>