111
Protecting your brand from email phishing: DMARC enforcement guide
gdpr_guruCompliance Specialist
We discovered phishing emails being sent from our domain. Here is how we used DMARC enforcement to stop it.
The problem
Without DMARC enforcement, anyone can spoof your domain in the "From" field. Receiving servers have no way to know the email is not legitimate.
The solution: DMARC at p=reject
- Start with
p=noneand collect reports for 4 weeks - Identify all legitimate sending sources
- Ensure SPF and DKIM pass for all legitimate senders
- Move to
p=quarantinefor 2 weeks - Move to
p=rejectonce confident
After reaching p=reject, phishing attempts using our domain dropped to zero because receiving servers now reject unauthorized emails outright.
#security#phishing#dmarc
111