ELI5: What is Email Security?

Your mailbox at home sometimes gets junk mail or letters pretending to be from someone they are not. Email security is like having a really smart mail sorter who checks every letter before it reaches you. They look at the return address to make sure it is real, scan for anything dangerous inside, and toss out the fakes. Without this protection, bad people could trick you into opening something harmful just by sending a convincing-looking message.

Overview

Email security encompasses the techniques and technologies used to protect email accounts, content, and communications from unauthorized access, loss, or compromise. Email remains the primary attack vector for phishing, malware delivery, and business email compromise (BEC). Effective email security requires multiple layers of technical controls and user awareness.

Key Concepts

Exam Tips

Remember

SPF = who CAN send (IP allowlist in DNS). DKIM = message INTEGRITY (digital signature). DMARC = what to DO when checks fail (policy). All three together provide strong anti-spoofing protection.

  • BEC attacks do not use malware — they rely purely on social engineering and urgency
  • S/MIME requires PKI infrastructure with certificates for both sender and recipient
  • Know that SPF, DKIM, and DMARC are all DNS-based records

Connections

Practice Questions

Scenario

See case-email-security for a practical DevOps scenario applying these concepts.