InnoCTF
web Bug-class explainer

Signal recovery key phishing: how messaging account takeover works

Abstract art of a fake support text coaxing a recovery key out of a messaging account
A single forwarded key turns a one-time mistake into standing access. Lab illustration.

The Security Service of Ukraine and the FBI describe a long-running Russian intelligence campaign that breaks into Signal and WhatsApp accounts without touching the cryptography. The attack is pure social engineering: a fake support text that asks for the one secret the protocol cannot revoke. This is a breakdown of the bug class and how to defend or reproduce it in a lab.

The bug class: account recovery as an attack surface

Secure messengers spend enormous effort on end-to-end encryption, then bolt a recovery mechanism onto the side so users who lose a phone do not lose their history. That recovery path is the soft target. The protocol assumes the person holding the verification code or the backup key is the legitimate owner. Phishing breaks that assumption. The class here is account takeover via recovery-flow abuse, and it sits squarely in the human trust boundary rather than the code.

How the fake support text works

The campaign tracked across clusters such as Star Blizzard, UNC5792 (UAC-0195), and UNC4221 (UAC-0185) opens with an SMS that impersonates the app's support team or an official bot. The lures land in the early morning, when targets are least careful, and they create urgency: a session expired, a device needs reauthorization, an account will be locked. The reader is told to confirm a code or follow a link.

The original waves chased the one-time verification code sent during registration. Hand that over and the attacker registers your number on their device. The newer advisories describe an escalation: operators now coax the target into surrendering the Signal Backup Recovery Key. That single string lets them restore the account's backup, read private and group history, and take over the session. Worse, the key keeps working after the fact, so a one-time slip becomes durable access.

The cipher is fine. The system lost because it exposed a recovery secret to a user who could be talked into giving it away. recurring lesson across messaging, email, and SSO recovery

QR codes and linked devices

A parallel technique abuses device linking. Signal and WhatsApp let a desktop or second device join an account by scanning a QR code. Attackers render a malicious linking QR inside a phishing page dressed up as a group invite or a security prompt. Scan it and you have quietly linked the attacker's client to your account. No password, no code typed, just a camera pointed at the wrong square. From there the linked device receives messages in real time until it is removed.

Why the targets matter

The reported victims are government officials, military personnel, politicians, and activists across Ukraine, Europe, and the United States, alongside ordinary nationals. The objective is sensitive military, political, and economic information plus personal data. For a defender the takeaway is that the most security-aware users still fall to a well-timed pretext, because the request looks procedural rather than malicious.

Reproducing it safely in a lab

You do not need real victims to study this. Build the scenario against accounts you own, on an isolated test number, and never send lures to anyone who has not consented.

The point of the exercise is to feel where the protocol hands a revocable-looking decision to a human who treats it as routine.

How to defend

Defense is mostly hygiene plus the recovery controls the apps already ship.

Disclosure: This article was researched and drafted with AI assistance and edited by the InnoCTF Editorial Team. It explains a publicly reported attack for education and authorized testing only. Do not phish anyone without explicit consent; run all reproduction against accounts and numbers you control.

Sources

  1. The Hacker News. "Ukraine Says Russian Intelligence Used Fake Support Texts to Steal Messaging Credentials." Read the report
  2. The Hacker News. "FBI Warns Russian Intelligence Hackers Target Signal Backup Recovery Keys." Read the report
  3. Security Affairs. "New FBI Alert: Russian Intelligence Uses Signal Recovery Keys to Access Messages." Read the advisory coverage