# Shell International Impersonated in BEC Invoice Fraud: DMARC Failure Exposes the Lookalike Payment Chain
An attacker sent a "final payment notice before debt collection" email displaying info[@]shell[.]com as the From address. The message had no verifiable invoice details, no corporate payment portal, and no billing metadata. It had two things: the Shell International name in the From header and a Reply-To address at a domain registered weeks before the attack.
The email body opened with a debt-collection threat: payment must be received immediately or the account would be transferred to a collections agency. There was no invoice number, no contract reference, no purchasing contact at a verifiable Shell address. The only actionable element was a reply or payment instruction directing the recipient to write to kaitlyn[.]maye[@]ceo-coachinginternationalusa[.]info.
A second attacker-controlled address appeared: office[@]xoumail[.]com. WHOIS records for xoumail[.]com show a creation date of 2026-02-03, meaning the domain was registered within weeks of the attack. That timing is a textbook indicator of purpose-built scam infrastructure: a domain with no history, no business presence, and a plausible-sounding name.
The Return-Path used em5934[.]shell[.]com, and the message relayed through Mimecast infrastructure before reaching the recipient. The From header displayed shell[.]com, a long-established corporate domain registered in 1989.
Business email compromise attacks often succeed when the target organization lacks enforcement policies. In this case, the opposite was true: Shell International publishes DMARC p=quarantine, meaning mail that fails alignment should be quarantined rather than delivered.
The message failed on both alignment checks. SPF failed because the actual sending IP (170[.]10[.]132[.]61, which reverse-DNS resolves to Mimecast delivery infrastructure) is not an authorized sender for em5934[.]shell[.]com. DKIM failed with a body-hash mismatch for shell[.]com, indicating the message body was modified in transit or was never signed by Shell's actual DKIM key in the first place.
The DMARC p=quarantine policy triggered correctly, and the message was quarantined at delivery. The attack did not bypass defenses. What this case illustrates is how an attacker constructs a convincing impersonation using a high-trust brand display name and hopes the recipient acts on it before the quarantine is reviewed.
See Your Risk: Calculate how many threats your SEG is missing
The chain of detection signals was clear:
shell[.]com header domain.header.from=shell[.]com, triggering quarantine per the published policy.ceo-coachinginternationalusa[.]info: no public A record, no DMARC, no independently verifiable business presence.xoumail[.]com registered 2026-02-03: weeks-old domain used for financial misdirection.Themis (our Adaptive AI) correlated the authentication failures with the payment-domain anomalies and the absence of any verifiable invoice context to classify the message as BEC.
The entire credibility of this attack rested on the info[@]shell[.]com display in the From header. Enforced DMARC broke that credibility at the infrastructure level. Three lessons for defenders:
p=none cannot protect its recipients when the domain is impersonated. Shell's p=quarantine policy stopped delivery to the intended victim.See the MITRE ATT&CK technique references at https://attack.mitre.org/techniques/T1566/ and https://attack.mitre.org/techniques/T1036/.
| Type | Value | Notes |
|---|---|---|
| Spoofed From | info[@]shell[.]com | Shell International impersonation; DMARC fail |
| Payment Reply-To | kaitlyn[.]maye[@]ceo-coachinginternationalusa[.]info | Attacker-controlled; no public A record |
| Payment Reply-To | office[@]xoumail[.]com | Registered 2026-02-03; scam infrastructure |
| Return-Path | bounces+...[@]em5934[.]shell[.]com | Misaligned envelope domain |
| Relay | us-smtp-inbound-delivery-1[.]mimecast[.]com | IP 170[.]10[.]132[.]61; SPF fail for shell.com |
| DMARC result | fail (p=quarantine) | SPF fail + DKIM body-hash fail |
| Attack type | BEC / invoice fraud | No verifiable invoice metadata |
| Attack | What happened |
|---|---|
| The Reply-To Was One Letter Off: How a Typosquat Domain Turned a Gmail BEC Into a Payment Diversion | A Gmail-authenticated BEC used a typosquat Reply-To domain and a hidden HTML mailto mismatch to impersonate a steel distributor's credit manager. |
| The $47,320 Invoice That Came With a W-9 and a Personal Bank Account | A payment diversion attack bundled a $47,320 invoice with ACH/wire remittance instructions pointing to a personal bank account. |
| The PayPal Invoice That Passed Every Check Because PayPal Actually Sent It | A canceled PayPal invoice for $50 arrived with perfect SPF, DKIM, and DMARC authentication because PayPal's own infrastructure sent it. |
| The Confidential Mode Message That Had Zero Indicators of Compromise | A Gmail Confidential Mode message copied an internal employee's display name, passed SPF/DKIM/DMARC/ARC with every link pointing to Google. |
| The Graduation Sash Invoice That Every Security Check Approved | A $3,645 invoice for 55 custom graduation sashes arrived at a school district, sent through Shopify's legitimate email infrastructure. |