Glossary
SECURITY

Phishing

A cyberattack that uses deceptive emails, websites, or messages to trick victims into revealing credentials, financial data, or installing malware. Most attacks impersonate trusted brands via spoofed domains or emails.

Phishing is a form of social engineering attack that uses deceptive digital communications — primarily email, but also SMS (smishing), phone (vishing), and social media — to trick targets into taking harmful actions.

Common Attack Types

TypeVectorGoal
Email phishingSpoofed sender or lookalike domainCredential theft, malware
Spear phishingTargeted, personalizedHigh-value targets (executives)
SmishingSMS with shortened URLsMobile credential theft
VishingPhone calls impersonating supportAccount takeover
Clone phishingReplicated legitimate email with malicious linkBypass trust

How Phishing URLs Work

Attackers register lookalike domains (paypa1.com, paypal.com.evil.net), use URL shorteners to hide destinations, or exploit open redirects on legitimate domains. A valid HTTPS certificate says nothing about whether a site is safe — phishing sites routinely use Let’s Encrypt.

Defenses

Domain-level: DMARC p=reject prevents your domain from being spoofed in emails. Register common typosquats of your brand. Monitor blacklist status.

User-level: Check the registered domain (not just the TLS padlock), use a password manager (won’t autofill on wrong domains), enable MFA, report suspicious emails.

Technical: Email filters (Google Workspace, Defender), browser reputation lists (Safe Browsing), DNS-based protection (Cloudflare Gateway, Cisco Umbrella).