Lesson 6 of 35Email Security

What is Email Security?

Filters phishing, malware, impersonation, and scam messages before they reach an employee, and provides tools to investigate or remove messages that arrive.

By Reviewed

Verified Sources: cloudflare.com, microsoft.com, proofpoint.com, dmarcian.com

The lesson

How a scam email gets caught before you see it

Email is still where most attacks begin — often not with malware, but with a message that simply asks the right person to do the wrong thing. This lesson follows an email through the checks that decide whether it ever reaches an inbox.

If it helps, think of it as… the mailroom that opens everything

A careful corporate mailroom doesn't drop packages straight on desks. Staff compare the return address with where the parcel was actually posted, x-ray anything suspicious, and pull aside the letter that claims to be from the CEO but was mailed from a city she's never visited. Only what passes every check gets delivered upstairs.

Message arrives

Inbound mail from the internet

Authenticate the sender

SPF, DKIM, and DMARC checks

Analyze content & intent

Links, attachments, impersonation cues

Delivered

Passes authentication and analysis

Quarantined

Held for review — the user never sees it

Each message is authenticated, its links and attachments tested, and its intent analyzed before it can reach the inbox.

What it does

Email security filters every message headed for your employees' inboxes and stops the dangerous ones first: phishing links, malicious attachments, and — hardest of all — messages with no payload at all, just a convincing lie. It also works after delivery, letting the security team claw back a bad message from hundreds of inboxes at once, and inspecting outbound mail so sensitive data doesn't quietly leave.

Two ideas anchor the category. Authentication proves a message really came from the domain it claims — using three DNS-based standards called SPF, DKIM, and DMARC, which major mailbox providers now effectively require of bulk senders. Analysis judges what the message is trying to do: where its links lead, what its attachments contain, and whether "the CEO" writing from a brand-new address is really the CEO.

The attack it stops

The costliest email attack involves no malware whatsoever. In business email compromise (BEC), an attacker studies a company, then sends the accounts-payable clerk a message that appears to come from a regular supplier: "We've changed banks — please use this account for the attached invoice." The invoice is real, copied from an earlier breach of the supplier's mailbox. Only the bank details are new. The clerk pays, and the money is gone.

Nothing in that message would trip an old-style spam filter. Modern email security catches it on intent signals: the sending domain is one character off from the supplier's real one, the display name doesn't match the underlying address, the thread suddenly changed payment details, and the "reply-to" quietly routes answers elsewhere. Each cue is small; together they mark the message as impersonation.

How it works, step by step

  1. A message arrives and sender authentication runs first: SPF (is this server allowed to send for that domain?), DKIM (does the cryptographic signature verify?), and DMARC (what does the domain owner say to do with failures — and report them back).
  2. Reputation checks score the sending server, domain age, and history.
  3. Links are rewritten and checked at click time, and attachments are detonated in a sandbox — an isolated environment where a booby- trapped file can reveal its behavior harmlessly.
  4. Content analysis reads the message the way a suspicious human would: urgency, payment changes, look-alike domains, a first-time sender claiming authority.
  5. Verdicts land the message in the inbox, spam, or quarantine — and if intelligence later flags a delivered message, it's pulled back out of every inbox that received it. Employee reports of suspicious mail feed the same loop.

What it doesn't do

Email security only sees email. The follow-up phone call, the text message ("smishing"), and the chat app are separate channels attackers increasingly pivot to. A genuinely compromised partner mailbox is the hardest case of all: the message is real, passes every authentication check, and continues an authentic thread.

The common beginner misconception is that whatever reaches the inbox has been vetted and is therefore safe. Filtering is probabilistic — some well-crafted attacks will always land, which is why the human reading the message is part of the defense.

How it fits the stack

Email security and security awareness training are two halves of one defense: the filter stops most attacks, and trained people catch the ones that land. Outbound scanning overlaps with DLP, and verdicts sharpen as threat intelligence feeds the filter fresh attacker domains and campaign fingerprints.

Terms you just met

Each links to its plain-language definition in the glossary.

The field guide

Evaluating this category

A second pass for buyers: market context, distinctions that matter, and what to weigh when tools in this category start looking alike.

Most breaches still start with a single email: a malicious attachment, a link to a fake login page, or a message impersonating a colleague or vendor asking for a payment or a password. Email remains the easiest way to reach almost anyone at an organization directly, and it's the channel attackers return to first.

This category exists to filter that traffic before it does damage — catching known malware and phishing patterns, recognizing impersonation that carries no malicious payload at all, and giving employees a fast way to report whatever slips through, so a single click doesn't have to be the difference between a routine day and a full incident.

The problem it solves

Email as a protocol was never built with sender verification in mind, so anyone can claim to be anyone in the "from" field unless an organization actively enforces authentication standards. Attackers exploit that gap constantly: spoofed domains, lookalike addresses, and increasingly AI-generated messages that read as convincingly as a real colleague's writing, none of which a spam filter tuned only for obvious junk mail will reliably catch.

The volume compounds the problem: no security team can manually review every inbound message, so detection has to happen automatically and continuously, at the scale of every email arriving every second.

How it works

Detection starts with scanning message content, links, and attachments for known malware signatures and phishing patterns, often detonating suspicious attachments and links in an isolated sandbox before a user ever sees them. Layered on top is behavioral detection aimed specifically at business email compromise: messages with no malicious payload at all, just a convincing impersonation asking for a wire transfer or sensitive data, which signature-based scanning alone would let straight through.

Outbound, the same systems enforce DMARC, SPF, and DKIM so attackers can't spoof the organization's own domain in attacks against its customers and partners. A user-reported phishing workflow lets employees flag anything suspicious that reached the inbox anyway, routing it for rapid analyst review, and email-focused data loss prevention watches outbound messages for sensitive data leaving through the same channel.

Secure email gateway vs API-based detection

A secure email gateway sits inline in front of the mail flow, typically by redirecting an organization's mail records through it, inspecting and filtering every message before it ever reaches a mailbox. That positioning is powerful for blocking obvious malware and mass phishing at the door, but it can't easily see messages sent internally between colleagues, since those never cross the gateway at all.

API-based detection instead connects directly to the mailbox platform itself, scanning messages that have already arrived — including internal mail — and can act after delivery: pulling a message back once it's recognized as malicious, or restricting what an attacker who already compromised an account can do next. Many organizations run both layers together, trading a bit of redundancy for coverage neither approach provides alone.

Choosing one

Start with which email platform is in use, since integration depth with that specific system determines how much of a candidate's detection capability is available at all. From there, weigh how much of the threat faced is signature-detectable malware versus subtler impersonation and account-takeover attempts, since the two call for different detection approaches.

Finally, consider how tightly email security should connect to a broader human-risk program: when a real phishing attempt and a training simulation both feed the same reporting workflow and risk score, employees build one habit instead of learning to treat security tooling as background noise.

Capability taxonomy

What buyers typically evaluate when comparing tools in this category.

Phishing & malware detection
Blocks malicious links, attachments, and known phishing patterns in inbound email.
Business email compromise detection
Flags impersonation and social-engineering attempts that lack a malicious payload.
Link & attachment sandboxing
Detonates suspicious links and files in an isolated environment before delivery.
DMARC/SPF/DKIM enforcement
Enforces sender authentication standards to block domain spoofing.
User-reported phishing workflow
Lets employees report suspicious emails and routes them for rapid review.
Data loss prevention for email
Blocks sensitive data from leaving the organization through outbound email.

Tools in this category

Now that you know what Email Security does, see who does it.

Search Cyber Tool Stack

Jump to any tool, vendor, category, or glossary term.