Worked example · 2023-07
Italian Government Email Compromise — Twitter Legal Request Portal Hijack — 2023-07
Summary
In July 2023, scammers compromised Italian Government email accounts and used them to access X/Twitter's Legal Request Portal — a system designed for law enforcement to submit subpoenas, account suspension requests, and information lookups.
Attack chain:
- Compromise government email: Scammers gain access to Italian government email accounts (credentials acquired through phishing or purchase).
- Forge subpoenas: Using the legitimate government email, scammers submit forged legal requests to X/Twitter's portal.
- Abuse portal capabilities: Portal grants ban powers, user information access, and post removal — all under the authority of the (compromised) government email.
The attack exploits the trust relationship between platforms and government email domains: if the email comes from @governo.it, the portal assumes it's a legitimate law enforcement request. The email domain IS the authentication — and it was compromised.
Timeline
| When | Event | OAK ref |
|---|---|---|
| Pre-Jul 2023 | Italian government email accounts compromised | T11 credential compromise |
| 2023-07 | Forged subpoenas submitted to X/Twitter Legal Request Portal using compromised government emails | T4 forged legal requests |
| 2023-07 | Portal used to ban accounts, look up user info, remove posts | T11 portal abuse |
| 2023-07-26 | ZachXBT breaks the story | (public disclosure) |
What defenders observed
- Email domain as sole authentication = single point of failure. The portal trusted any email from an
@governo.itdomain. No secondary verification (specific prosecutor badge number, digital signature from a known key, callback verification) was required. Domain-based trust is not authentication. - Portal capabilities are powerful attack tools. The Legal Request Portal could ban accounts, look up user info, and remove posts — capabilities that scammers can use to suppress victims, remove evidence, and attack competitors.
- Government email compromise is a known attack vector. Government email systems are frequent phishing targets. Using compromised government email to submit forged legal requests to platforms is a natural escalation — the government credential unlocks platform-level powers.
What this example tells contributors
- Platform law enforcement portals are a T11 supply chain attack surface. Every major platform (X/Twitter, Meta, Google, Discord) has a legal request portal. These portals trust government email domains for authentication. Compromising any government email account that is on the portal's trusted domain list grants platform-level administrative powers.
- Digital signatures, not email domains, for legal request authentication. Law enforcement portals should require digitally signed requests (PGP, government-issued certificates) rather than email domain verification. A signed request verifies both the sender identity AND the request integrity.
- Government email compromise → platform portal abuse is an under-documented attack chain. This specific attack chain (phish government email → forge subpoena → abuse platform portal) is not well documented in crypto security taxonomies. T11 should include "law enforcement portal abuse via compromised government credentials."
Public references
- ZachXBT — Italian Government Email Compromise / Twitter Legal Portal (X/Twitter)
- Italian government email accounts: compromised to forge subpoenas.
- X/Twitter Legal Request Portal: target of forged requests.
- Scammers used portal to ban accounts, look up user info, remove posts.