Blog · Dmarc
How to Protect High-Risk Executive Inboxes Without Breaking the Bank
The problem is not generic spam
Executive email accounts do not get attacked like everyone else. They get targeted. A regular employee might see the occasional phishing attempt. An executive inbox is the prize at the center of a targeted campaign: business email compromise (BEC), spear-phishing from trusted contacts, conversation hijacking, and domain impersonation are all in play.
The stakes are high. A compromised executive account can authorize fraudulent wire transfers, leak sensitive deal information, or be used to launch deeper attacks on the organization. And because executives often have weaker personal security habits than IT staff, they are frequently the easiest entry point.
The good news: the controls that matter most for executive email security are not expensive. The hard part is knowing what to prioritize.
Here is a ranked breakdown of what actually reduces executive email risk, starting with the highest-impact, lowest-cost controls.
---
Layer 1: DMARC with strict alignment (Free)
If you do nothing else, do this.
DMARC stops domain impersonation at the DNS level. When you set your DMARC policy to reject (p=reject), any email that claims to be from your CEO's domain but was not sent by your approved mail servers gets blocked before it reaches anyone. No tooling required. Just a DNS record.
The critical setting here is alignment mode. Relaxed alignment allows subdomains to match. Strict alignment requires an exact domain match. For executive protection, strict alignment is the right choice. It means that marketing platforms, CRMs, and third-party tools cannot accidentally or deliberately send as your executive domain.
How to set it up:
- Create a DMARC record with p=none initially: v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com
- Collect aggregate reports for two to four weeks to map every legitimate sending source.
- Add all legitimate senders to your SPF record.
- Switch to p=quarantine once you have a complete picture.
- Switch to p=reject once you are confident nothing legitimate is missing.
This is the single highest-impact, zero-cost control available. If you are not running DMARC at p=reject for your executive domains, start there.
---
Layer 2: Multi-factor authentication on email access (Low cost)
Credential theft from phishing is how most executive accounts get compromised. A strong second factor blocks the attack chain: attacker phishes credentials, logs in, takes over the account. Hardware security keys (FIDO2/WebAuthn) break that chain completely.
Software-based MFA (authenticator apps) is better than nothing but hardware keys are meaningfully harder to phish. TOTP codes can be intercepted via adversary-in-the-middle attacks. Push notifications can be approved by attackers who have already compromised the password.
Budget: hardware keys cost $20 to $80 each. Every executive and their executive assistant should have one. That is a $200 to $400 one-time investment per executive, not a recurring cost.
If budget truly does not allow hardware keys, enforce authenticator apps at minimum. Do not allow SMS-based MFA for executive accounts under any circumstances.
---
Layer 3: Anti-impersonation policies in your email platform (Free to low cost)
Both Microsoft 365 and Google Workspace have built-in settings that flag or block emails where the display name looks like an executive but the actual sender domain is external. This catches impersonation attempts that get past DMARC.
In Microsoft 365 Defender:
- Create a targeted anti-phishing policy for your executive users
- Enable mailbox intelligence and impersonation detection
- Set up a rule to move suspicious emails to junk or add a warning banner
- Configure external email warning tags in Outlook
In Google Workspace:
- Enable enhanced pre-delivery malicious email modifications
- Turn on Gmail security settings: warn on external reply
- Set up rules to add a prefix like [External] to emails from non-approved domains
These settings are free if you already have the platform licenses. They add a friction layer that does not slow down legitimate email but catches impersonation attempts.
---
Layer 4: SPF and DKIM for every sending domain (Free)
SPF and DKIM are the foundation DMARC sits on top of. If your domains do not have proper SPF and DKIM records, DMARC cannot do its job. Third-party senders that inject their own mail servers into your email stream are a common failure point.
Every domain your organization sends email from should have:
- An SPF record that lists all legitimate sending IPs (including third-party platforms)
- DKIM signing enabled on all outbound mail servers and third-party tools
If you use Microsoft 365 or Google Workspace, both platforms handle DKIM signing automatically for their own servers. The gap is usually third-party tools: your marketing platform, your CRM, your billing system, your HR software. Each of these needs DKIM signing with your domain, not a generic third-party domain.
---
Layer 5: Domain registry locking and monitoring (Low cost)
If an attacker cannot impersonate your domain via email, they may try to hijack the domain itself. Domain registry locking prevents unauthorized transfers. Most registrars offer this for free or a small annual fee.
WHOIS privacy keeps your registration details from being scraped for targeted attacks. It will not stop a determined attacker but it removes your domain admin contact information from public databases.
---
Microsoft 365 specific steps for executive protection
If you are running Microsoft 365, these controls are available in Defender for Office 365 and the Exchange admin center:
- Assign priority account protection to executive mailboxes in Defender for Office 365. This applies enhanced phishing and impersonation detection to those specific accounts.
- Enable Safe Links and Safe Attachments policies that cover executive senders and receivers.
- Configure mail flow rules to block external forwarding of executive mailbox content. Attackers often set up forwarding rules after compromising an account to quietly monitor conversations.
- Restrict POP3 and IMAP access for executive accounts. These legacy protocols bypass many modern security controls.
- Enable audit logging for executive mailbox access and set up alerts for unusual sign-in locations.
If you are on E3, these controls are partially available. E5 or Defender for Office 365 P2 licenses unlock the full executive protection stack. The add-on pricing is roughly $5 to $10 per user per month.
---
Google Workspace specific steps for executive protection
For Google Workspace customers:
- Enable 2-Step Verification with security keys for all executive accounts. Enforce it as mandatory, not optional.
- Use the advanced phishing and malware protection settings in Gmail admin: enable spoofing and authentication settings to warn or block.
- Set up data loss prevention (DLP) rules to block executives from sending sensitive data to external addresses.
- Configure email log searches to audit unusual access patterns.
- Enable alert emails for admin-level changes to executive accounts.
Google Workspace Premium or the AI Plus tier includes enhanced security controls. The base Business tier covers most of the fundamentals but advanced executive protection requires the higher tiers.
---
Budget breakdown
Here is what this actually costs to implement:
- DMARC setup and monitoring: Free with DMARCFlow, otherwise manual aggregate report review
- SPF and DKIM configuration: Free (DNS only)
- MFA enforcement: Free with existing platform licenses
- Hardware security keys: $20 to $80 per key (one-time)
- Microsoft Defender for Office 365 E5 or add-on: $5 to $10 per user per month
- Google Workspace AI Plus: $10 per user per month
- Third-party email security gateway (optional): $2 to $8 per user per month
The core executive protection stack (DMARC, SPF, DKIM, MFA) costs under $100 in hardware and zero in software licenses if you already have Microsoft 365 or Google Workspace. The paid add-ons provide additional layers but are not required to achieve meaningful risk reduction.
---
Warning signs an executive account is already compromised
Watch for these:
- Unexpected emails in the Sent folder that the executive did not send
- Password reset notifications they did not initiate
- New inbox rules they did not create, especially rules that forward or delete
- Colleagues reporting strange emails that appear to be from the executive
- Login alerts from countries or devices they have never used
- Sudden drop in email volume (attackers sometimes archive and delete to hide their tracks)
If any of these appear, treat it as an active incident. Isolate the account immediately, reset credentials, revoke active sessions, and audit recent email rules and forwarding settings.
---
How DMARCFlow makes executive domain monitoring practical
DMARC only protects you if you actually look at the reports. Aggregate reports arrive as XML from receiving mail servers and most organizations never read them manually. Without automated parsing, you have no idea how many impersonation attempts are hitting your executive domains.
DMARCFlow turns the DMARC feedback loop into something small teams can actually use. It parses aggregate reports across all your domains and surfaces the signals that matter: which executive domains are being impersonated, which sending sources are causing alignment failures, and whether your p=reject policy is correctly blocking illegitimate email.
For executive protection specifically, that monitoring loop is the difference between knowing your DMARC policy is working and finding out it was bypassed after a breach. Set it up once, get alerted on new impersonation attempts, and treat each alert as a chance to tighten your sending domain controls before an attack gets through.
---
FAQ
What is the single most important thing I can do to protect executive email on a budget?
DMARC at p=reject with strict alignment. It stops domain impersonation at zero cost and requires no ongoing maintenance beyond initial setup. This alone eliminates the most common executive impersonation attack vector.
Does Microsoft 365 E3 include enough executive protection or do I need E5?
E3 covers the fundamentals: SPF, DKIM, standard anti-phishing, and MFA enforcement. E5 adds targeted user policies, post-delivery detonation of suspicious links, and the full Defender for Office 365 stack. If your executives are primarily being targeted with credential phishing and impersonation, E3 with DMARC at p=reject, hardware MFA keys, and Defender P1 (available separately for roughly $2-3 per user per month) covers most of the actual risk. E5 is worth the premium if you face sophisticated conversation hijacking, spear-phishing with zero-hour payloads, or regulatory requirements that mandate advanced threat protection.
How do I check if someone is impersonating my CEO's email domain?
Run a DMARC aggregate report for your domain. Look for alignment failures where the From domain matches your domain but the SPF or DKIM domain does not. That is an impersonation attempt. DMARCFlow automates this detection across all your domains.
Is hardware MFA worth the cost for executive accounts?
Yes, if the executive handles sensitive information, financial transactions, or has external visibility that makes them a high-value target. A $50 hardware key is a negligible cost compared to the damage from a compromised executive account.
How long does it take to implement full executive email protection?
For a small team: one to two days for DMARC setup and initial monitoring. One day for MFA enforcement. One to two days for platform-specific configuration. Full implementation across all layers typically takes one to two weeks including the learning curve.
Can I protect executive accounts without changing how they send email?
Yes. Most controls (DMARC, SPF, DKIM, MFA, anti-impersonation policies) operate on incoming and authentication traffic, not on how executives compose and send email. The only change executives typically notice is an extra MFA tap at login and possibly external email warning banners.