By NHI Mgmt Group Editorial TeamPublished 2026-02-20Domain: Governance & RiskSource: DigiCert

TL;DR: Email impersonation continues to drive business email compromise and phishing losses because many organisations still verify message content more often than sender authority, according to DigiCert and the FBI. Treating sender identity as a deterministic control closes a core digital trust gap that content filters alone cannot solve.


At a glance

What this is: This is an analysis of why sender identity verification is becoming a baseline control for trusted email and what DMARC changes about domain-level trust.

Why it matters: It matters because IAM, security, and governance teams increasingly have to treat email senders like other identities, with verification, policy enforcement, and continuous monitoring across human, NHI, and platform-managed channels.

By the numbers:

👉 Read DigiCert's analysis of sender identity and digital trust in email


Context

Email still behaves like a legacy trust channel, even though organisations now verify websites, users, and workloads far more rigorously. Sender identity fills that gap by proving whether the domain behind a message was actually authorised to send it, rather than relying on the visible From field alone.

That gap matters to identity governance because email is now part of the broader trust surface, not a separate communications problem. When sender identity is weak, phishing, impersonation, and business email compromise can bypass content-based controls and exploit the same trust assumptions that IAM, PAM, and NHI programmes are meant to remove.

DMARC, SPF, and DKIM are the protocol layer that turns sender identity from a claim into an enforceable control. In practice, the interesting question is not whether email can be filtered, but whether the domain itself is being authenticated and governed with the same discipline as other digital identities.


Key questions

Q: How should security teams implement sender identity verification for business email?

A: Start by inventorying every domain and sender that can transmit on behalf of the organisation, then configure SPF, DKIM, and DMARC for each one. Move DMARC from monitoring to enforcement only after legitimate senders are validated. That approach turns sender identity from a report into a control and reduces impersonation risk across email channels.

Q: Why do email impersonation attacks keep bypassing content filters?

A: Content filters inspect what a message says, but impersonation often succeeds because the sender looks legitimate even when the message body is clean. When attackers use familiar branding, correct-looking domains, and convincing scenarios, the strongest signal is whether the sender was authorised to use that domain. Domain identity closes that gap.

Q: What breaks when DMARC stays at monitoring mode?

A: When DMARC remains at p=none, the organisation gains visibility but not protection. Fraudulent or unauthorised messages can still be delivered, which means impersonation risk stays active even if reporting looks healthy. The control only changes behaviour once quarantine or reject is enabled for domains that have been fully validated.

Q: Who is accountable when a third-party platform sends unauthorised email?

A: The domain owner remains accountable for the sender identity exposed to recipients, even when the mail originates from a vendor platform. That is why organisations need explicit ownership, approved sender registers, and offboarding for every sending service. If a platform can send as the brand, its authority must be governed like any other identity.


Technical breakdown

SPF, DKIM, and DMARC as domain identity controls

SPF authorises which servers may send for a domain, DKIM signs outbound mail so receivers can check message integrity, and DMARC ties those checks to the visible From domain. The control only becomes meaningful when policy is enforced. At p=none, a domain is only observing failures. At quarantine or reject, it is asserting that unauthorised senders should not be delivered as trusted mail. That makes DMARC less a filtering feature and more a domain identity policy layer.

Practical implication: move from monitoring to enforcement, otherwise sender identity remains informational rather than protective.

Why content-based email security is not enough

Secure email gateways inspect links, attachments, language, and behavioural patterns, which is useful but probabilistic. Sender identity verification is deterministic. Either the sender is authorised for the domain or it is not. That distinction matters because modern impersonation campaigns often use clean language and convincing templates, leaving content scanners with little signal. In those cases, message appearance becomes the trap and domain authentication becomes the only reliable control point.

Practical implication: keep content inspection, but do not treat it as a substitute for domain-level authentication.

Sender identity and zero trust in email

Zero trust assumes no request is trusted by default, regardless of where it originates. Applied to email, that means the organisation should not trust a message just because it appears to come from a familiar domain. The model is especially relevant where third-party services send on behalf of the business, because each authorised sender expands the identity boundary. The challenge is governance, not just technical configuration, since every new sender, parked domain, or inherited system can reopen the trust gap.

Practical implication: map all domains and third-party senders into a governed identity inventory before tightening policy.


Threat narrative

Attacker objective: The attacker wants to convert a believable sender identity into financial loss, credential capture, or downstream compromise without triggering content-only defenses.

  1. Entry occurs when attackers impersonate a trusted domain in email because the recipient cannot reliably tell whether the sender was authorised.
  2. Escalation happens when recipients trust the message content or brand cues and proceed with payment, credential entry, or data sharing.
  3. Impact is achieved through business email compromise, phishing-driven credential theft, fraud, and brand damage at scale.
  • Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
  • DeepSeek breach — DeepSeek breach exposed 1M+ log lines and sensitive secret keys.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Sender identity is now a governance control, not an email hygiene add-on. The industry has spent years hardening message content, but impersonation keeps working because the sender itself is often unverified. That turns email into a trust exception inside otherwise mature identity programmes. Practitioners should treat domain authentication as part of the identity perimeter, not a standalone messaging feature.

Domain-level trust is the missing control plane for email. Certificates verify websites, credentials verify users, but many organisations still accept email on assertion alone. DMARC closes that gap only when it is enforced, because p=none does not stop impersonation. The implication is that governance must distinguish visibility from protection, or the programme will confuse reporting with control.

Brand trust and identity trust now depend on the same enforcement decision. BIMI, deliverability, and anti-impersonation controls all become stronger or weaker based on whether sender identity has been authenticated and authorised. That means messaging teams can no longer own the problem in isolation. Identity, security operations, and domain governance must align on authorised senders, policy thresholds, and exception handling.

Sender identity is the email equivalent of privileged access governance. A mailbox or service that can send as the organisation has meaningful authority, just as a privileged account does. The same questions apply: who is authorised, how is that authorisation validated, and what happens when it drifts? Practitioners should evaluate sender identity with the same seriousness they apply to other high-trust identities.

Digital trust degrades when unauthorised senders can still look legitimate. The more organisations rely on human judgement to spot impersonation, the more they expose themselves to predictable failure. The durable answer is not better guessing, but stronger identity proof at the protocol layer. Identity programmes should measure how much of their email estate still depends on inference rather than verification.

From our research:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap, according to The State of Secrets in AppSec.
  • For a broader governance frame, see Ultimate Guide to NHIs for how identity, lifecycle, and access discipline connect across machine and service identities.

What this signals

Sender identity is becoming a measurable control surface, not a branding enhancement. Once DMARC enforcement is in place, organisations can track whether their email estate still depends on unauthorised or unmanaged senders. The governance signal is the same one identity teams watch elsewhere: if you cannot name the authorised identities, you do not control the channel. For teams mapping email into zero trust, NIST SP 800-207 Zero Trust Architecture remains the right baseline.

Authorised senders need lifecycle management, not one-time configuration. New applications, outsourced services, and inherited domains create drift over time, which means sender identity has to be reviewed like any other access path. That is why domains and mail services belong in the same operational inventory as other trust-bearing identities. For a wider identity view, the Ultimate Guide to NHIs remains the most useful reference point.

Identity teams should expect email authentication to merge with broader trust reporting. The organisations that mature fastest will be the ones that connect sender approval, domain governance, and incident response into a single operating model. That also means the conversation will move from whether DMARC is deployed to whether it is actually enforced across every legitimate sender.


For practitioners

  • Audit every sending domain and subdomain Inventory active, parked, and legacy domains, then identify every system that can send mail on behalf of each one. Include marketing tools, ticketing systems, and outsourced platforms in the review so shadow senders do not remain outside policy.
  • Enforce SPF, DKIM, and DMARC together Configure SPF and DKIM for each authorised sender, then move DMARC from monitoring to quarantine and reject only after legitimate sources are validated. Keep reports under review so exceptions are not hidden by policy drift.
  • Treat third-party senders as governed identities Maintain an approved sender register for CRM, payroll, support, and communications platforms, with explicit ownership and offboarding for each integration. Revoke authorisation when a service is retired, replaced, or no longer needed.
  • Align email authentication with zero trust Use domain identity checks as one input to broader trust decisions, rather than relying on content filters alone. Cross-reference high-risk mail flows with identity governance and incident response processes so impersonation attempts are handled consistently.

Key takeaways

  • Sender identity failures let impersonation bypass the same trust assumptions that IAM and zero trust try to remove.
  • DMARC only meaningfully changes risk when it moves from monitoring to enforcement and is paired with SPF and DKIM.
  • Practitioners should govern email senders like other high-trust identities, with inventory, ownership, and lifecycle offboarding.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AA-1Sender identity verifies authorized communication sources for email.
NIST Zero Trust (SP 800-207)PR.AC-4Zero trust requires verified, policy-driven trust decisions for mail origin.
NIST SP 800-63Digital identity assurance principles help frame trust in sender assertions.

Inventory all sender domains and enforce authentication controls for approved mail flows.


Key terms

  • Sender Identity: Sender identity is the verified proof that an email domain or sending service was authorised to send a message. It replaces the old assumption that a visible From address is enough. In practice, it depends on authentication records, signing, and policy enforcement rather than user judgment alone.
  • DMARC Enforcement: DMARC enforcement is the point at which a domain owner instructs receiving systems to quarantine or reject unauthorised mail. It matters because monitoring only reports failures, while enforcement changes delivery behaviour and blocks impersonation from passing as legitimate communication.
  • Authorized Sender: An authorized sender is any person, application, or third-party service explicitly permitted to send email on behalf of a domain. The concept is operational, not merely technical, because authorisation must be inventoried, reviewed, and removed when services are retired or no longer needed.
  • Digital Trust Posture: Digital trust posture is the overall strength of an organisation’s identity-based trust controls across channels such as web, email, and applications. It reflects whether communications are merely inspected or actually verified, and it depends on consistent policy, evidence, and lifecycle governance.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by DigiCert: What Sender Identity Means for Digital Trust in 2026 Email Security. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-02-20.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org