According to CISA's May 2022 alert, the Conti group reached Costa Rican government networks by presenting stolen credentials to remote access portals. Once those credentials succeeded, the attackers held live session tokens and needed nothing more to operate inside the environment. The initial login phase determined everything that followed.
How the First Login Created the Entire Breach
The credential phase ended at sign-in. Attackers used valid usernames and passwords against government portals; any factor that could travel over the network would have been accepted exactly as it would for a legitimate user. Verizon's 2023 DBIR recorded stolen credentials in 44.7 percent of breach actions that year, confirming the pattern.
After authentication completed, the attackers operated with live session tokens. These tokens carried full rights across connected systems. Extraction or replay at this stage required no further login. The credential phase had already closed.
Why Device-Bound Signatures Close the Initial Gap
A private key that never leaves the enrolled hardware produces a fresh signature for each request and ties that signature to the exact origin. An attacker holding only a username and password cannot generate a valid signature from another machine. The device-bound architecture therefore eliminates the remote theft path that supplied the first session token.
Once a token already exists in memory, endpoint controls and segmentation become the relevant defenses. The Costa Rica case shows the practical result: one successful credential login granted access across multiple ministries because shared identity providers accepted the same token everywhere.
How Per-Request Signatures Limit Federation Damage
Shared federation tokens allow one authenticated session to reach every connected service. Device-bound signatures replace that reusable token with an independent hardware-backed proof for each application. No single captured value can be replayed across agencies.
The same credential compromise pattern has appeared in other documented government incidents. Each case demonstrates that the first login controls the blast radius; after that point the problem shifts to endpoint protections and eliminating SSO tokens.
FAQ
How did Conti initially access Costa Rica government systems?
The Conti group used stolen or reused credentials to authenticate directly to remote-access portals. Once the login completed, the attackers received live session tokens that carried full user rights without any additional verification.
Would legacy factors have prevented the initial breach?
Yes. The credential was presented and no second factor was required. So a second factor would have stopped this attack. However, a captured one-time code or push approval would still have produced a usable session token for the attacker.
Why could the attackers move between agencies so easily?
Shared identity providers issued session tokens that were accepted across connected government systems. Once the first token existed, no new authentication boundary required a hardware-backed signature.
What would device-bound credentials have changed in this attack?
They would have made the stolen credentials worthless for the initial login. Only a signature generated inside the enrolled hardware and bound to the exact portal origin would have been accepted.
Why does the approach avoid SSO-style tokens?
SSO issues one reusable token trusted by every integrated service. Each application instead receives its own fresh, device-bound signature. No shared token exists to steal or replay across agencies. The full technical breakdown of what actually works is at legacymfa.sucks.