Fox Tempest Disrupted: Why a 'Microsoft-Signed' Installer Is No Longer Proof It's Safe (2026 Defense Guide)
Disclaimer: This article is for educational and defensive purposes. It explains how a real, recently-disrupted cybercrime service worked so readers can recognize the resulting threats and take protective action. It does not provide attack tooling, certificate-abuse techniques, or instructions to recreate the service.
The day a "signed" Microsoft Teams installer stopped being trustworthy
On May 19, 2026, Microsoft's Digital Crimes Unit published a takedown notice and a technical report on an operation it calls Fox Tempest β a malware-signing-as-a-service (MSaaS) platform that ran out of the domain signspace[.]cloud between roughly May 2025 and May 2026. For about a year, anyone with $5,000 to $9,000 USD could pay Fox Tempest to apply a valid code-signing certificate, issued through Microsoft Artifact Signing (formerly Azure Trusted Signing), to their malware binary. The signed malware then masqueraded as Microsoft Teams, AnyDesk, PuTTY, and Cisco Webex installers β and rode trusted SmartScreen reputation straight onto victim machines.
I've been writing software professionally for over eleven years at Warung Digital Teknologi. Across the 50+ projects we've shipped β ERP systems, hotel management suites, POS platforms, the SmartExam AI generator, several internal admin tools β we sign almost every Windows-side artifact we hand to clients. Code signing is the cornerstone of "this installer came from your vendor and has not been tampered with." Reading the Fox Tempest court documents felt like watching that cornerstone get casually pulled out. If you download software for work or run an SMB IT stack, the rest of this article matters to you. Let's walk through what actually happened, what changes about your defenses, and what you can do this week.
What Fox Tempest actually sold
Fox Tempest was not a malware author. It was a service: customers brought their own ransomware, infostealer, or backdoor binary, paid in cryptocurrency through a Telegram channel called "EV Certs for Sale by SamCodeSign" (account arbadakarba2000), and received a freshly-signed binary back. Per Microsoft's analysis:
- Over 1,000 fraudulently obtained certificates were issued and later revoked.
- Each certificate was deliberately short-lived β only 72 hours of validity β to stay below detection thresholds.
- Hundreds of Azure tenants and subscriptions were created using stolen US and Canadian identities to pass Microsoft's identity-validation checks.
- Pricing tier ran $5,000β$9,000 per signing request, suggesting customers were operating at margins where six-figure ransom payouts justified the spend.
- From February 2026 onward, Fox Tempest shifted to pre-configured virtual machines on Cloudzy's US infrastructure, which made the operation faster and more turnkey for affiliate buyers.
The known customer list reads like a tour through 2026's worst ransomware actors. Microsoft links Fox Tempest's services to deployments of Rhysida, INC, Qilin, and Akira ransomware, along with the Oyster backdoor (Broomstick), Lumma Stealer, and Vidar. The named threat groups using the service include Vanilla Tempest, Storm-0501, Storm-2561, and Storm-0249.
Why this breaks an assumption you've probably relied on for years
For most of the last decade, the working mental model went like this: an unsigned .exe is suspicious; a signed .exe with a recognizable publisher is usually fine. Windows SmartScreen, antivirus reputation engines, and most enterprise allowlisting tools encoded that assumption. Microsoft Artifact Signing was designed to strengthen that trust by replacing dusty EV certificates kept on USB tokens with cloud-issued, identity-validated, short-lived certificates.
Fox Tempest weaponized exactly that modernization. The 72-hour certificate lifetime β a feature meant to limit damage from key compromise β became an evasion advantage. By the time a defender finished triaging the suspicious binary and looked up the certificate, the cert was already expired (but the signature on the binary remained cryptographically valid for years). And because the certificates were genuinely issued by Microsoft's Trusted Signing service to real (stolen) identities, every chain-of-trust check passed cleanly on the victim's machine.
This is the operational lesson I keep coming back to after eleven years signing our own builds: a valid signature now answers a narrower question than most people assume. It tells you the publisher field has not been tampered with. It does not tell you the publisher is the real one, that they are honest, that their identity was not stolen, or that the binary is not malware.
How victims actually got infected
Code-signing alone does not put malware on your machine β delivery does. Fox Tempest's customers used four delivery patterns that I want you to be able to recognize:
- Paid search ads (malvertising). Vanilla Tempest, an active customer from June 2025 onward, purchased Google ads for terms like "Microsoft Teams download" and "AnyDesk free." Their ad sent users to lookalike domains hosting MSTeamsSetup.exe β signed via Fox Tempest, indistinguishable from the real installer at first glance, and bundling the Oyster backdoor that eventually deployed Rhysida ransomware.
- SEO poisoning. Storm-2561 ranked malicious download pages on Google and Bing for niche software queries. Smaller productivity tools are particularly vulnerable here because users don't always know the publisher's exact official URL.
- Trojanized legitimate installers. The signed binary genuinely installs the real software, then silently sideloads the malware payload in the same session. Helpdesk tickets often never get filed because the user got what they expected.
- Inside-out distribution via cracked-software forums. Microsoft notes that some affiliates rehosted the signed binaries on torrent and warez sites, knowing the SmartScreen reputation would be cleaner than a typical pirated installer.
Targeted sectors named in the Microsoft report include healthcare, education, government, and financial services, with confirmed victims across the United States, France, India, and China.
A field note from running an SMB software stack
When I integrated AnyDesk into one of our client deployments last year β a regional logistics operation that needed unattended remote support across 14 warehouse PCs β I did the thing I now realize most teams do: I downloaded the installer, checked the publisher field showed "philandro Software GmbH," nodded at the green SmartScreen prompt, and moved on. If I had been the target of a Fox Tempest customer that month, the same workflow would have walked malware onto every machine I touched.
The change I made across our internal stack after reading the takedown report is small and concrete: I now download every third-party Windows installer from the vendor's documented official URL only (no search engines), I hash the file with certutil -hashfile installer.exe SHA256 before running it, and I cross-check that hash against whatever the vendor publishes on their releases page. For our own software, I added a published-hashes section to every release note so our clients can do the same. Five extra minutes per install. I should have been doing this for years.
A defense checklist for everyone (not just IT teams)
These steps assume Windows because that's where Fox Tempest concentrated. macOS notarization and Linux package signing have their own threat models, but the general principle β "verify, don't trust the green checkmark alone" β carries.
For individual users
- Never download installers from ads. Type the vendor domain directly, or use the publisher's official link from a trusted source (e.g., Microsoft Learn, Cisco's product page). If you must search, scroll past sponsored results.
- Compare published hashes. Most legitimate vendors now list SHA-256 hashes next to their downloads. The command on Windows is
certutil -hashfile path-to-file SHA256. If the publisher does not list a hash, that itself is a soft red flag. - Be skeptical of "update prompts" inside the browser. If a website tells you your Teams, Zoom, or browser is out of date, close the tab and update from the application itself.
- Enable Microsoft Defender's cloud-delivered protection in Windows Security > Virus & threat protection > Manage settings. This pulls real-time reputation data that catches signed-but-malicious binaries faster than offline signature databases.
- If you got infected: disconnect the machine from the network immediately, do not pay any ransom prompts, and file a report with the FBI's IC3 (ic3.gov) or your country's equivalent CERT. Ransomware payment is a YMYL decision with serious legal and operational consequences β consult an incident-response firm and law enforcement before sending any cryptocurrency.
For SMB admins and IT teams
- Enable tenant-wide tamper protection in Microsoft Defender so endpoint antivirus cannot be silently disabled by a post-exploitation script.
- Configure
DisableLocalAdminMergeso local admins cannot quietly add exclusions to Defender after the malware lands. - Turn on the Attack Surface Reduction rule "Use advanced protection against ransomware" (rule GUID c1db55ab-c21a-4637-bb3f-a12568109d35) via Intune or Group Policy.
- Block execution from user-writable paths. Windows Defender Application Control (WDAC) or AppLocker can restrict installer execution to a small set of admin-managed directories.
- Hunt for the specific Fox Tempest IOCs. Microsoft published certificate SHA-1 hashes (e.g., dc0acb01e3086ea8a9cb144a5f97810d291020ce) and file SHA-256 hashes. Cross-reference these against your EDR and any archived installer fileshares.
- Update your software-supply-chain policy. "It's signed" is no longer a sufficient inbound check. Add hash verification against vendor-published values as a hard gate for any installer landing in your golden image or build pipelines.
For software vendors (anyone reading this who ships installers)
I'll say the part vendors don't always like to hear: publish your release hashes, and put them on a domain that requires an SSO login or a separate channel from the download itself. If your hash and your binary live on the same compromised CDN, you've solved nothing. We rotate our published SHA-256 hashes through a GitHub Releases page now, separately from the binaries hosted on our marketing site, specifically because of this class of attack.
What's likely coming next
Microsoft revoked over a thousand Fox Tempest certificates and seized signspace[.]cloud, but the operational pattern β buying short-lived legitimate certs from a cloud signing service using stolen identities β is not patched by a single takedown. Realistically, expect:
- Copy-cat MSaaS operations on other code-signing platforms (DigiCert, Sectigo, GlobalSign) appearing through 2026, since the model has been publicly validated.
- Tightening of identity-verification requirements at the certificate-authority layer, possibly with biometric KYC or government-issued document attestation. This will increase friction for legitimate small vendors.
- More aggressive certificate-transparency-style logging for code-signing certificates, which would let defenders detect suspicious issuance volume in near real-time.
For authoritative ongoing updates, monitor the CISA alerts feed, the Microsoft Security Blog, and NIST's National Vulnerability Database for newly assigned CVEs that touch code-signing infrastructure. The Fox Tempest disruption is documented under Microsoft's case filing in the Eastern District of Virginia; the technical analysis is published at the Microsoft Security Blog post dated May 19, 2026.
The takeaway, in one paragraph
A valid Authenticode signature in 2026 is a weaker proof than it used to be. It still means "the binary was signed by someone who held a certificate at signing time" β but as Fox Tempest demonstrated for at least twelve months and over a thousand fraudulent certificates, "someone who held a certificate" can be a ransomware affiliate with $9,000 and a stolen passport scan. Treat downloaded installers the way you treat downloaded code: verify the source, check the hash against the vendor, run in least-privilege, and assume your detection layer will eventually need to catch what your trust layer missed.
This article was researched using Microsoft's public Fox Tempest disclosure, court filings from the Microsoft Digital Crimes Unit case in the Eastern District of Virginia (May 2026), and reporting from BleepingComputer, The Record, and The Hacker News. It is for educational purposes and does not constitute legal, financial, or incident-response advice. If your organization is actively dealing with a ransomware incident, contact law enforcement and a qualified incident-response provider before making payment, communication, or disclosure decisions.
Found this helpful?
Subscribe to our newsletter for more in-depth reviews and comparisons delivered to your inbox.
Related Articles