From CISO Marketplace — the hub for security professionals Visit

DMARC

Data Protection

Definition

An email authentication protocol designed to prevent email spoofing.

Technical Details

DMARC (Domain-based Message Authentication, Reporting & Conformance) is an email authentication protocol that builds upon the widely used SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) standards. It allows domain owners to publish policies in their DNS records that define how email receivers should handle messages that fail authentication checks. DMARC provides a way for senders to specify which mechanisms (SPF, DKIM) are employed, how receivers should handle authentication failures (none, quarantine, reject), and offers reporting capabilities to monitor the authentication status of emails sent from their domain. This helps to prevent email spoofing and phishing attacks by ensuring that only authorized senders can send emails on behalf of a domain.

Practical Usage

DMARC is widely implemented by organizations to enhance their email security posture. When a domain owner sets up DMARC, they add a DMARC record to their DNS settings that specifies their email authentication practices and how receiving mail servers should respond to emails that fail these checks. This implementation helps in reducing the risk of phishing attacks by ensuring that fraudulent emails are less likely to be delivered to recipients. Organizations often use DMARC reports to analyze email traffic and identify unauthorized use of their domains, allowing them to take corrective actions against potential threats.

Examples

Related Terms

SPF DKIM Email Spoofing Phishing TLS
← Back to Glossary