Synapse Consulting
Home SynapseRM / TPRM Services Pricing About BlogCareersLabsContact
EN · FR
Test access Book a demo
SOCIAL ENGINEERING

The phishing family tree, from spear phishing to QR codes

Phishing is not one thing. It is a family of techniques that share a goal, trick a person into handing over access or money, and differ in target, channel and method. Naming them is not pedantry: you cannot train against, or test for, a threat you describe only as “phishing”. And the family keeps growing, QR codes and multi-factor bypass are the two newest members worth your attention.

SYNAPSE CONSULTING  ·  15 AUGUST 2026  ·  7 MIN READ

Four ways to sort the family

The dozens of named phishing techniques become manageable once you group them by the question they answer: who is targeted, through which channel, by what deception, using what technique. Security teams that catalogue their threats this way, the way the MITRE ATT&CK framework treats phishing as one technique with named sub-techniques, can point to exactly which variants they defend against and which they do not.

4BY TARGETSpear phishingWhalingBusiness email compromiseAngler phishing5BY CHANNELEmail phishingSmishing (SMS)Vishing (voice)Quishing (QR code)Pop-up phishing6BY DECEPTIONClone phishingHTTPS phishingDeceptive phishingTyposquattingIDN / homograph domainsSearch-engine phishing5BY TECHNIQUEAdversary-in-the-middlePharmingDomain / website spoofEvil twin (Wi-Fi)Watering hole20 named techniques, four families. Highlighted: the two that have grown fastest lately.
The main phishing techniques, grouped by target, channel, deception and technical method. Quishing and adversary-in-the-middle are the two that have moved fastest lately.

By target

Spear phishing is aimed at a named individual after some research. Whaling aims that same care at a senior executive, whose access is worth the effort. Business email compromise skips malware entirely: a convincing message, often from a real but hijacked account, asks finance to move money or change bank details. Angler phishing works through fake social-media support accounts that intercept people asking a real brand for help.

By channel

Email is only one road. Smishing arrives by SMS, vishing by voice call, and pop-up phishing through fake browser alerts. The fast-rising one is quishing: a QR code, printed on a poster, stuck over a real one in a car park, or embedded in a PDF, that carries the malicious link. The QR code is effective for a simple reason, it moves the attack onto a personal phone, off the managed laptop and past the email gateway, and few people inspect a QR destination the way they now inspect a link. Each channel dodges the controls tuned for the others, which is precisely the point.

By deception and by technique

Clone phishing copies a genuine message and swaps in a malicious link. HTTPS and deceptive phishing lean on a padlock and a familiar logo to borrow trust, and look-alike domains, whether a typo the eye skips over (micosoft.com, paypa1.com, the craft of typosquatting) or internationalised characters that render like Latin letters, make the fake address pass a glance. On the network side, pharming and website spoofing send you to a convincing fake, an evil twin Wi-Fi network sits between you and the internet, and a watering hole poisons a site the target already trusts.

microsoft.commicr0s0ft.comthe letter o swapped for a zero
paypal.compaypa1.coma lowercase L swapped for the digit 1
amazon.comarnazon.comthe pair r + n mimics a single m
bnpparibasfortis.bebnpparibasfrotis.betwo letters transposed, fortis becomes frotis
apple.comаpple.coma Cyrillic a that renders identically, a homograph
Typosquatting in the wild: a digit for a letter, a letter pair for another, a transposition, or a character from another alphabet. In an address bar, at a glance, each of these passes for the real thing.

The one that beats your MFA

The technique that has changed the game is adversary-in-the-middle. Instead of stealing a password to use later, the attacker puts a proxy between you and the real login page. You type your password and your one-time code into a page that looks right; the proxy relays both to the genuine service in real time, the login succeeds, and the attacker keeps the resulting session token. Your multi-factor prompt worked perfectly, for them. Toolkits like Evilginx have made this routine.

Userclicks the link Proxy pageattacker relay Real servicegenuine login + MFA password + MFA code relayed in real time session cookie returned page looks normal Attacker keeps the session token, MFA bypassed
Adversary-in-the-middle: the attacker sits between you and the real site, relays your password and your one-time code as you type them, and walks away with the logged-in session. The multi-factor prompt succeeds, for the attacker.

This is why “we have MFA” is no longer a complete answer. The defence is phishing-resistant MFA, passkeys or hardware security keys, which are bound to the real domain and cannot be relayed to a proxy.

Anatomy of a real one

Theory sticks better against a real specimen. Below is an actual phishing email received in August 2026, impersonating the Belgian tax administration, recreated and clearly marked. It is a small masterclass: a believable shell, a trivial amount, and six tells for anyone who slows down.

PHISHING EXAMPLE · RECREATED, DO NOT TRUST
From: MyMinfin <david@aldrich.org.uk> 1
Subject: Notification d’amende administrative - dossier 2026.1RPF-562032
SPF Finances, MyMinfin
Régularisation de Paiement

Madame, Monsieur,

Suite à une vérification du 13/08/2026, un solde de €12,00 3 reste à régulariser pour l’exercice 2025.

Référence :
BE27502471/2026
Montant dû :
&eu ro;12,00 2
Date limite :
28/08/2026 4
Communication :
+++073/2587/61429+++

Évitez des frais supplémentaires (€15,00) en payant avant la date limite.

ACCÉDER À MYMINFIN 5
https://arweave.net/7ZRzOH4gyvthAc9HH1E9iAB9dgKy965Dqjg6rr-icPk 6
A real phishing email received in August 2026, impersonating the Belgian tax administration. Recreated and marked as an example. Every numbered badge is a tell.
  1. 1The sender. The display name says MyMinfin; the address is david@aldrich.org.uk. A Belgian public service never writes from a random .org.uk domain. This one line settles it before you read a word.
  2. 2A broken template. The amount renders as &eu ro;12,00, a mangled &euro; HTML entity. The kit was assembled carelessly; a real administration tests its emails.
  3. 3A small amount on purpose. Twelve euros sits below the threshold at which people stop to think, and is cheap enough that many pay just to make it go away.
  4. 4Manufactured urgency. A deadline and a €15 penalty push you to act before you check. Real tax procedures do not work on a five-day countdown by email.
  5. 5A button that hides the destination. “Accéder à MyMinfin” looks official, but the link goes to arweave.net, not to fgov.be. Hover before you click, always.
  6. 6Hosted to survive takedown. Arweave is blockchain-based permanent storage, the same takedown-resistant logic we described in the Kimwolf botnet. You cannot simply report this page away, which is exactly why attackers chose it.

Not one of the six needed technical skill to catch. That is the encouraging part: most phishing, even polished phishing, fails the same short checklist, sender, urgency, amount, link.

The defence follows the map

What it means for your register

Every framework you answer to treats awareness and social-engineering resilience as a control, and every one expects you to show it works. A named taxonomy is what makes that provable: you can state which techniques your training covers, which your simulations test, and which remain a gap, rather than reporting a single vague “phishing awareness” line. In risk terms, your people are an asset with a criticality and an owner, and the human attack surface deserves the same structured treatment as the technical one. “We ran a phishing test” is an activity. “We cover these techniques, test these, and accept this residual” is a control an auditor can read.

The technique names here map to MITRE ATT&CK T1566 (Phishing) and its sub-techniques; the wider family is documented on Wikipedia.

NEXT STEP
Bring us one real project

In a 45-minute session we run your own scope through SynapseRM: requirements, findings, scored risks, register entry. You keep the output either way.

Book a demo Request test access
Synapse Consulting

A Belgium-based provider of cybersecurity solutions, and the team behind SynapseRM / TPRM.

PLATFORM
SynapseRM / TPRM Pricing Test accessPresentation (PDF)
SERVICES
Governance Operational Training
COMPANY
About Contact Blog Careers Labs Privacy & cookies
Brussels, Belgium