Cyberlium

Scam › Module 2 › Lesson 4

BeginnerModule 2Lesson 4/6

AI-Powered Scams (2026)

Deepfake voices, AI-written phishing, and why "it sounded like my boss" is no longer proof

15 min+50 XP3 quiz
Module progress4 of 6
AI voice clone
Phone call · AI-cloned voice waveform

Opening

A familiar voice is evidence of audio, not of identity. Callback is the proof.

In 2026, "it sounded like my boss" and "Mom was crying" are not verification. Models can imitate a voice from short public clips — a social video, a conference talk, a voicemail you did not treat as sensitive. The call still uses the old scam beats: fear, secrecy, a money move that skips the process you already have. The new part is the timbre. Recognition is not authentication. This lesson is the risk model so you refuse the wire, not a studio class. You will not learn how to clone voices, scrape family audio, or generate deepfake video for fraud. You will write a callback card: hang up, call a number you already have, use a phrase you agreed in person. Grammar in email is no longer a tell — AI writes fluent bait — so you inspect domains and out-of-band channels the way Module 1 taught.

1. Voice clone as a risk: short clips, urgent ask, same old cashflow

You do not need the attacker's toolchain. You need the implication. Public or leftover audio — a birthday story on social, a podcast guest slot, a company all-hands recording — can be enough for a call that would have fooled last decade's "I know that voice" heuristic. The content of the call is rarely creative. Family emergency: bail, hospital, "don't tell Dad." Work: vendor payment, gift cards for a "secret reward," payroll exception, "don't loop in finance, we already approved it." The tell is the combination: identity-sounding audio plus a request that violates your normal money path, plus pressure to stay on the line so you cannot check. The family-emergency money test is the drill you run when you are calm, not when you are crying. Agree a challenge phrase in person (or on a call you initiated to a number already in your contacts). When a panicked voice asks for cash, gift cards, or crypto: hang up. Call the known number — the one already saved as Mom, not the caller-ID that just rang. Ask the phrase. Real family will survive the thirty seconds. A clone plus a callback to the real phone fails the test because the real person is not in a jail in another state. Do not stay on the first call "to keep them safe." That is how the timer wins.

Work is the same pattern with a org chart. Callback on a known number: the switchboard on the company site you type, the boss's number already in the directory, the chat thread you already use for approvals — not a number dictated on the suspicious call, not a new Slack account that "is the CEO on travel." Unusual wires skip procedure "just this once" because procedure is the control. If your policy needs two approvers, a voice cannot fire you through a handset. Deepfake video meetings exist as a scare story; the defense is still out-of-band: a second channel you already had, an amount threshold, an in-person or known-number confirm. You do not "test" a clone by recording coworkers. You harden the approval path so audio is never sufficient.

2. AI-written phishing: grammar died as a signal; callback still works

Typos were a gift. They are no longer a reliable filter. Models write polite, local, logo-adjacent copy with the right product names. Some bait is personalized from public posts — travel, a new job, a family event — the same footprint Topic 4 asked you to shrink. The inspection surface did not move to style. It stayed on: unexpectedness, domain you did not type, urgency that forbids official apps, asks for OTP or a wire. A flawless paragraph from "IT" with a lookalike link is still Module 1. Perfect English is not a signature of your employer. Out-of-band verify is the unified control across voice, video, and mail. Mail: open the app or URL you already use; do not use the message's button. Voice: hang up, call the known number, phrase test. Chat: confirm in a channel you already had, not a new DM that arrived with the scare. If the request is money, the second channel is mandatory even when the first channel "could not be more them." Recognition is cheap now. Possession of the real person's phone, or of the real approval workflow, is still expensive for the attacker.

What you will not do: install voice-clone apps "to see how easy it is," scrape a sibling's TikTok for a demo, or generate a boss deepfake for security awareness without written authorization and a scope that is not this homework. Awareness here is the callback card and the grammar warning — not a lab in synthetic media. If your workplace runs an official simulation, that is their program. This lesson's artifact is yours: numbers you already have, a phrase you chose, a rule that money never moves on the first unexpected call.

3. Wrong vs right: staying on the line vs hanging up and calling known

Worked failure — same love of family or fear of the boss, opposite cashflow. Clones are a risk model, not a project.

  • Wrong

    A crying voice that sounds like Mom asks for bail in gift cards and says stay on the line. You stay, you buy, you skip calling her saved number. Or a "CEO" voice demands a vendor wire and forbids finance. You send. Or you clone a coworker's voice from a short clip "to warn the team." That last one is running the capability. This course does not teach it and does not want the demo.

  • Right

    You hang up. You call the number already in YOUR contacts or the switchboard on a site you type. You ask the in-person phrase. You never send money, crypto, or gift cards on the first unexpected call. You treat fluent email as untrusted until the domain and the official app agree. You write the callback card below — no clone tools, no scraped audio.

4. Practical: YOUR callback card — known numbers, no clone software

Fill numbers you already have. Do not publish them. chmod 600. Agree the phrase in person when you can — not during a suspicious call. If you live alone, the "family" row can be a trusted friend whose number you already know. Work row can be a directory number, not a cell the last caller recited. Never put OTPs or bank passwords in this file.

Callback card — YOUR known numbers, zero clone tools, chmod 600

# Out-of-band verify. NEVER clone voices or scrape family/boss audio.

mkdir -p "$HOME/cyberlium-lab"

{
  echo "date: $(date -Iseconds 2>/dev/null || date)"
  echo "=== family / trusted person (number already in MY contacts) ==="
  echo "label: (Mom / partner / friend — no public post of this file)"
  echo "known_number_already_saved: (write privately; this file stays mode 600)"
  echo "challenge_phrase_agreed_in_person: (not spoken on a suspicious call)"
  echo "=== work (optional) ==="
  echo "boss_or_switchboard_already_on_file: "
  echo "normal_approval_channel: email_thread / chat_we_already_use / two_approvers"
  echo "=== rules ==="
  echo "on_unexpected_money_call: hang_up_then_call_known_number"
  echo "stay_on_first_line: never"
  echo "gift_cards_crypto_wire_on_first_call: never"
  echo "fluent_email_is_proof: no — domain_and_official_app_still_required"
  echo "=== grammar tell (retired) ==="
  echo "perfect_english_means_safe: false"
  echo "=== ethics ==="
  echo "did_not_run_voice_clone_tools: yes"
  echo "did_not_scrape_or_synthesize_anyone: yes"
} > "$HOME/cyberlium-lab/callback-card.txt"
chmod 600 "$HOME/cyberlium-lab/callback-card.txt"

# NEVER: clone voices, train on short clips, or deepfake a boss/family member
# NEVER: stay on the first call while buying cards or sending crypto
# NEVER: use a callback number the suspicious caller dictates
# NEVER: skip finance/family process because the voice "could not be faked"
# NEVER: treat perfect grammar as a phishing all-clear

Mission: hang up, call known, never send on the first line

1) Write $HOME/cyberlium-lab/callback-card.txt (chmod 600) with a known family/friend number already in YOUR contacts, an in-person phrase, and optional work switchboard/directory number — no secrets beyond that. 2) Write: "Recognition is not authentication. Grammar is not a tell. Callback on a known number." 3) Confirm you did not use voice-clone software or anyone's audio.

Stuck? Ask Cyberlium AI Mentor

If "but I would know my mother's voice" is the stuck point, ask for a hint — not a clone tutorial. Try: "Hint only: why is hanging up and calling a number already in my contacts stronger than trusting a perfect voice, and why is fluent grammar no longer a phishing tell in 2026? Do not explain how to clone a voice." You still fill your own card.

You now treat voice as cloneable from short public clips, family-emergency money as a test you pass by hanging up, and fluent mail as still phishing-shaped until a domain you type agrees. Callback on a known number is the control. Next — Lab — Scam Simulator — you walk four fictional scenarios (job, crypto, QR, voice) and write the safe action plus flags into scam-sim.txt.

Knowledge Check

1

APPLY: A call that sounds exactly like your boss demands an urgent vendor wire and says not to tell finance. Best move?

Multiple choice

Knowledge Check

2

APPLY: "Mom" is crying for bail money in gift cards and tells you to stay on the line. What is the family-emergency money test?

Multiple choice

Knowledge Check

3

APPLY: True or False: Perfect grammar and local product names in a 2026 email mean it is not phishing.

True or False

← Previous

Answer all 3 knowledge checks to continue. (0/3 answered)