Card 1 — recognize the lure
Teach the emotional triggers first: urgency, impersonation, fake rewards, and login pressure.
inbox preview
Subject: Urgent account action required
From: support@secure-paypa1.example
Link text says one thing, URL says another
lesson: pause before clicking
Simple red-flag checklist
Use this code pane to show what users should inspect before trusting a message.
# Basic phishing checks red_flags = [ "urgent tone", "misspelled sender domain", "unexpected attachment", "login request from email link" ] # If several appear together, stop and verify separately.