Over the past seven days, a single number has been circling in my threat feed: 42%. That's the percentage of all phishing alerts now tied to collaboration tools, up from 30% just four months prior. The gas war taught me that speed is a tax, but this is different. This is a trust tax, levied on every organization that left Microsoft Teams' external access enabled by default. Palo Alto Networks' Unit42 dropped the full technical breakdown of 'Spring Ring' on August 31, 2026, and the attack chain reads like a case study in how identity infrastructure fails when convenience outpaces security. This isn't a theoretical exercise. It's a live exploit path that has already compromised over 150 employees across more than 10 organizations between January and April 2026.
The context here is critical. Cloaked Ursa, an APT group with ties to APT29 and Muddled Libra, didn't break into these networks through a zero-day or a sophisticated endpoint exploit. They registered a .onmicrosoft.com tenant, named themselves 'ITProtectionDepartment,' and started sending Teams chats. That's it. That's the entire initial access vector. The default configuration of Microsoft Teams, which allows external users to initiate conversations with internal employees, became the front door. I do not trust whispers; I trust verified hashes, and the hash of this attack is clear: the identity layer is now the primary battleground, and most organizations are fighting with their armor unlocked.
The core of this operation, and where my attention locks in, is the two-wave campaign structure. Campaign A was a broad sweep, deploying RMM tools and an obfuscated PowerShell RAT hosted on san-sid.com. They disabled AMSI and performed local enumeration. Cortex XDR blocked it mid-execution, which is fine, but the playbook was already written. Campaign B was the surgical strike. The attackers hosted payloads on S3 with filenames containing the victim company name and usernames, creating persistence mechanisms, and then escalated to a headless Edge browser hijack. The final step was PetitPotam, an NTLM relay attack from 2021, to seize domain controller access. The chain is elegant in its brutality: Teams chat, vishing, RMM access, NTLM relay, Pass the Hash, domain-level compromise. When the code bleeds, only the ledger survives, and here, the ledger shows a complete failure of the trust boundary.
Now, here's the contrarian angle that most security commentary misses. The novelty isn't the NTLM relay or the Pass the Hash technique. Those are ancient. The novelty is the delivery mechanism, and it reveals a profound blind spot in how we think about enterprise security. We spent the last decade building walls around email, filtering phishing links, and training users to hover over URLs. But Teams is treated as an internal, trusted communication channel. The user's mental model is 'this is my company's chat app,' so when a 'help desk' contact initiates a call, the guard is down. This is a social engineering triumph that bypasses every technical control we've built. The attack doesn't require a software vulnerability; it requires a registered tenant and a convincing voice. Yield is the shadow cast by risk taken, and the risk here is that we've optimized for collaboration efficiency while ignoring the security cost of that default-open posture.
Let me ground this in my own experience. In 2017, I was auditing Symbiont's asset tokenization protocol, tracing state transitions in Solidity. I found a reentrancy vulnerability that could have drained funds during high volatility. The lesson was simple: theoretical security models are useless without practical stress-testing. The same applies here. Microsoft's theoretical security model for Teams assumes that external tenants are semi-trusted. But in practice, anyone can register a tenant, and there is no reputation system, no dynamic trust score, no verification that 'ITProtectionDepartment' is a legitimate IT team. This is the same flaw I see in DeFi protocols that assume oracles are honest. You cannot assume trust in a permissionless environment. The 2021 PetitPotam patch is irrelevant if the relay path is still viable in hybrid environments, and the fact that 21,899 unpatched Exchange servers are exposed via CVE-2026-62911 tells me that the broader ecosystem is still running on legacy authentication protocols that should have been retired years ago.
The data supports the urgency. KnowBe4 reports a 41% increase in Teams-based attacks from October 2025 to March 2026. Microsoft's own security blog from April 18, 2026, describes the cross-tenant help desk impersonation playbook, which matches the Spring Ring pattern exactly: Teams impersonation, Quick Assist sessions, WinRM lateral movement, and Rclone data exfiltration. This is not a one-off. This is a scalable attack framework. The question is not whether your organization will be targeted; it's whether your default configuration is already open. Migrations are just purgatory for lazy capital, and the same applies to security configurations. If you haven't explicitly restricted Teams federation to authorized domains, you are exposed. Chaos is just data waiting for a ledger, and the ledger here shows a 42% spike in collaboration tool phishing alerts.
So, what's the takeaway? The attack surface is not the endpoint. It's the identity layer, and specifically, the default trust we place in collaboration platforms. The fix is not another security tool. It's a fundamental re-evaluation of what 'external' means in a zero-trust world. Disable external Teams access unless absolutely necessary. If you must enable it, restrict federation to a whitelist of verified domains. Monitor for NTLM relay attempts and enforce SMB signing. But more importantly, recognize that the human is the final control. The next time someone from 'IT' calls you on Teams, verify the hash before you trust the voice. The chain never lies, only the UI does, and the UI is telling you that everything is fine. It's not.


