Join our Newsletter — 33% off our NHI Course

Why do emails from compromised vendor accounts still create so much phishing risk even when SPF, DKIM, and DMARC pass?

Passing SPF, DKIM, and DMARC only proves that the message came from an authenticated source, not that the content is safe. When an attacker controls a trusted account, they inherit its reputation and can send convincing lures that bypass trust based controls. The real risk is misplaced confidence in authentication signals when the sender has already been compromised.

Why authenticated mail can still be dangerous

SPF, DKIM, and DMARC answer a narrow question: can the receiving system verify that the message was sent through an approved domain path, and can it attribute that message to a domain that aligns with the sender identity? They do not inspect whether the human or vendor behind that mailbox has been compromised, coerced, or abused. Once an attacker controls a trusted account, the authentication layer can become part of the deception because the message arrives with legitimacy signals intact.

That is why vendor mail is especially effective in phishing. External recipients often have an established expectation that the sender is relevant, timely, and safe to open. If the mailbox is already trusted by relationship, payment workflow, support process, or prior correspondence, the attacker does not need to defeat the mail standards first, they only need to exploit the trust those standards help preserve.

Authentication also does not evaluate intent, content safety, or business context. A signed and aligned message can still contain a malicious link, a fraudulent invoice, a request to reset credentials, or a lure that pushes the recipient into a secondary compromise path. In practice, the control boundary is around message origin and domain reputation, not around the legitimacy of the request inside the message.

Why trust-based controls fail after account compromise

Compromised vendor accounts create a classic trust-abuse problem. Security filters often weight sender reputation, historical communication patterns, and aligned authentication outcomes as reasons to lower suspicion. When the account itself is the asset under attacker control, those same signals become camouflage. The message may pass through technical checks precisely because it is coming from the expected source.

This is one reason third-party compromise is so hard to spot early. The attacker can continue using the vendor’s normal tone, signature block, reply chain, and customer-facing workflows, which makes the phish look operationally plausible rather than obviously malicious. The more embedded the vendor is in day-to-day business processes, the more convincing the lure becomes.

Controls that only validate origin will also miss abuse that happens after delivery. A recipient may be tricked into approving payments, sharing session data, accepting a callback, or authorising a change that is harmless on paper but harmful in context. For that reason, the real assessment is not “did the message authenticate?” but “is the sender still trustworthy in this interaction?”

NHIMG’s Ultimate Guide to Non-Human Identities is useful here because it shows how trusted credentials and tokens become attack amplifiers when they are not tightly governed, rotated, and monitored.

What actually reduces this phishing exposure

Defence has to move beyond mail authentication and into sender integrity, account monitoring, and human verification of high-risk requests. The strongest practical signal is whether the request is consistent with the vendor’s normal behaviour, the current business context, and the expected approval path. If a message asks for urgency, payment changes, credential resets, or out-of-band exceptions, treat those requests as requiring independent verification even when the email itself passes every domain-authentication test.

  • Confirm whether the sender account has been recently accessed from unusual locations, devices, or session patterns.
  • Validate high-impact requests through a separate channel that is already on file, not by replying to the suspicious thread.
  • Treat aligned SPF, DKIM, and DMARC as one input to trust, not as proof that the request is safe.
  • Use mailbox and identity monitoring to detect abnormal forwarding rules, sign-in anomalies, and unexpected mail-flow changes.

For organisations that depend heavily on vendors, the practical question is whether they have a clear challenge process for trusted-but-sensitive communications. If the answer is no, then the attacker only needs one compromised vendor account and one plausible request to turn authenticated email into an effective phishing vector.

Practitioner takeaway: Mail authentication reduces spoofing, but it does not neutralise a trusted account that has already been taken over, so the operational control must be independent verification of high-risk requests.

Standards & Framework Alignment

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

MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, CIS Controls v8 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-1 — Identity Management, Authentication, and Access Control Aligned mail trust still depends on identity and access integrity for trusted accounts.
PR.PT-4 — Communications and Networks Protection SPF, DKIM, and DMARC are communications protections that need context-aware trust decisions.
DE.CM-1 — Monitoring for Unusual Events Compromised vendor accounts are often detected through unusual access and message patterns.
Recommendation — Verify trusted sender identities before relying on authenticated mail signals. Layer message-authentication controls with separate verification for sensitive requests. Monitor sender accounts for anomalous logins, forwarding changes, and request patterns.
CIS Controls v8 6.3 — Account Monitoring and Control Compromised vendor accounts require detection of abnormal account activity, not just mail authenticity.
6.7 — Access Control Management High-risk requests from trusted accounts still need independent control checks before approval.
Recommendation — Monitor external and trusted accounts for anomalous access and mail-flow changes. Require out-of-band verification for sensitive requests even when email authentication passes.
MITRE ATT&CK T1586.002 — Compromise Accounts: Email Accounts The scenario hinges on attackers using compromised email accounts to deliver phishing.
T1566.003 — Phishing: Spearphishing via Service Compromised vendor mail commonly delivers highly targeted phishing through trusted services.
T1114.003 — Email Collection: Email Forwarding Rule Account compromise often persists through mailbox rule abuse that aids phishing and concealment.
Recommendation — Hunt for abuse of legitimate email accounts used to deliver malicious requests. Inspect authenticated vendor mail for targeted lures that abuse established trust. Detect and remove malicious forwarding rules that hide or redirect vendor correspondence.
NIST SP 800-63 Sec. 5.2 — Authentication Assurance and Phishing Resistance The question distinguishes authentication of the channel from safety of the message content.
Recommendation — Use phishing-resistant authentication for account protection, then still verify sensitive requests separately.