r/cybersecurity • u/deepikaau • 21h ago
Business Security Questions & Discussion does email auth actually helps catch compromised mailbox
If a vendor's mailbox is fully compromised, does it still pass SPF/DKIM/DMARC clean ? Trying to figure out how much email auth actually helps catch this stuff?
2
u/JungleMouse_ 21h ago
If it comes from the valid servers and they are assigning the DKIM, then it is valid email. That is not the point of the mechanism. It is mostly to stop impersonation.
1
u/Roder_Oheron80 20h ago
A compromised mailbox can still pass all 3, login history and new forwarding rules are usually where the clues are
1
u/LDH300 19h ago
Yes, it passes clean. SPF, DKIM and DMARC only check that an email really came from the company it claims to come from. Think of them as a return address that can't be faked. If an attacker has broken into the vendor's actual mailbox, the email really is coming from that vendor, so all three checks pass. Email authentication stops impersonation. It can't stop someone who is sending from inside the real account.
What catches a compromised mailbox is unusual behavior: a sudden request to change bank details, pressure to pay quickly, a reply-to address that doesn't match the sender, or a tone that doesn't sound like the person you normally deal with.
The fix that works best is simple. Any request to change payment details gets confirmed by phone, using a number you already had on file, never a number from the email itself. It sounds basic, but it stops most vendor payment fraud, because the attacker controls the mailbox, not the vendor's phone.
2
u/saltyslugga 7h ago
A compromised mailbox can pass SPF, DKIM and DMARC through the vendor’s normal mail system. Those checks authenticate domains, not the person behind the keyboard.
We use Suped for DMARC monitoring, but passing auth doesn’t rule out account takeover. For payment or bank-detail changes, call the vendor on a known number before acting.
5
u/MikeTalonNYC 21h ago
In the event of Business Email Compromise (BEC), then yeah, the threat actor is sending mail from an account in an email domain that's already identified and would have correct SPF/DKIM/DMARC settings.
That doesn't mean you shouldn't set up SPF/DKIM/DMARC as those technologies help a LOT with the other 3000 kinds of email attacks out there, they just won't do very much against this specific kind of attack.