Hiding Inside the Security Stack: How a Redirect Chain Used Trusted URL-Rewriters to Deliver a Throwaway Domain

TL;DR Attackers impersonated Alan Wire, a real wire-and-cable manufacturer, sending via Amazon SES to achieve SPF and DKIM pass. The 'View Document' CTA nested a freshly registered privacy-protected domain inside two layers of legitimate security URL-rewriting: TitanHQ Link Lock and Securence url-shield. Every infrastructure signal pointed to trusted vendors. The tell was the branding-to-envelope mismatch, a stitched footer with unrelated mortgage NMLS IDs, and a terminal hop to a domain registered just weeks before the campaign.
Severity: High Credential-Harvesting Redirect-Chain-Abuse Brand-Impersonation MITRE: T1566.002 MITRE: T1656 MITRE: T1583.001 MITRE: T1102

The email arrived at a wire-and-cable manufacturer carrying the company's own branding, an Alan Wire header, a "View Document" button, and a footer. Every authentication signal was green: SPF passed, DKIM passed (for both the sending domain and Amazon SES), DMARC passed, compauth passed reason=100. Microsoft Exchange Online scored it SCL:1, essentially trusted. The recipient saw a message that looked like it came from inside their vendor ecosystem.

The actual sender was Admin@apl[.]com[.]sa, routed through Amazon SES out of us-west-2. The "View Document" button went nowhere near alanwire.com.

The Redirect Chain as Attack Infrastructure

The CTA visible in the email displayed an alanwire.com anchor text. Underneath it was a three-hop redirect chain:

  1. hxxps://linklock[.]titanhq[.]com/analyse?data=[encoded payload] (TitanHQ Link Lock, a security URL-rewriting product used by enterprise email gateways)
  2. hxxps://url-shield[.]securence[.]com/?...&u=https[:]//q[.]fezpfsj[.]com/docs/index[.]html (Securence url-shield, another security URL-rewriting product)
  3. hxxps://q[.]fezpfsj[.]com/docs/index[.]html (a domain registered April 18, 2026, via IONOS, privacy-protected, with no discernible connection to Alan Wire or any legitimate business)

Both Link Lock and url-shield are real security vendor products. They rewrite URLs so that every click is routed through their scanning infrastructure, which is exactly the layer enterprises trust to catch malicious links. When these products appear in a redirect chain, security analysts and mail gateway logs register the rewriters as the link destination, not the terminal hop. If the terminal domain was clean at scan time (a domain registered weeks prior with no reputation), the chain passes.

This maps to MITRE ATT&CK T1566.002 (spearphishing link), T1656 (impersonation of Alan Wire), T1583.001 (attackers acquiring a newly registered domain for the campaign infrastructure), and T1102 (web service abuse, specifically exploiting legitimate URL-rewriting services as camouflage).

See Your Risk: Calculate how many threats your SEG is missing

Amazon SES and the Authentication Laundering Problem

Amazon SES is a legitimate bulk email infrastructure provider. When a message transits SES, it acquires SES's own DKIM signature (d=amazonses.com) in addition to any DKIM signed by the configured sending domain (d=apl[.]com[.]sa in this case). SPF passes against SES's outbound IP range. DMARC evaluates against apl[.]com[.]sa, which has a configured DMARC record that passes.

The problem is that none of this tells you anything about whether apl[.]com[.]sa has any relationship with Alan Wire. Amazon SES will send mail for any verified sender domain, legitimate or attacker-controlled. The authentication stack confirms that the mail came from a real Amazon SES account configured for apl[.]com[.]sa. It says nothing about whether that account belongs to Alan Wire, a wire manufacturer, or someone with access to a Saudi Arabian domain registration.

The Verizon 2026 Data Breach Investigations Report notes that phishing accounts for 16% of initial access in breaches, with credential harvesting appearing in 39% of incidents across the kill chain. SES-enabled campaigns that pass all authentication checks contribute directly to that statistic because gateway filters that rely on authentication results pass them without escalation.

The Stitched Template Problem

The footer of this email contained NMLS IDs #1445910 and #1937133, along with a mailto contact at fortunato@carpenterhomeloans[.]com. NMLS identifiers are mortgage licensing numbers. Carpenter Home Loans is a mortgage company. Neither has any connection to Alan Wire or to wire and cable manufacturing.

This is a stitched template: a footer from one campaign or template library grafted onto branding from another. It happens when attackers reuse phishing kit components without scrubbing them. For a human reviewer, it is immediately disqualifying. For a filter evaluating individual signals in isolation, NMLS IDs and a mortgage company email address in a footer are not inherently malicious.

The Microsoft Digital Defense Report 2024 emphasizes that modern phishing campaigns increasingly exploit trusted cloud infrastructure to achieve authentication pass rates. SES plus legitimate URL-rewriters is precisely that pattern. The FBI IC3 2024 Annual Report documents credential-harvesting losses in the billions across business email contexts. The NMLS mismatch is the kind of contextual anomaly that human-in-the-loop review catches and automated signal-matching misses.

What Broke the Chain

IRONSCALES Adaptive AI identified this as a credential-theft attempt with 88% confidence. Themis, the agentic AI layer within the IRONSCALES platform, flagged the link chain specifically: the "View Document" display text anchored to a Link Lock URL whose decoded payload resolved through url-shield to a newly registered, privacy-protected domain. The community reputation signal indicated similar redirect-chain patterns had been reported across the IRONSCALES-protected organization base.

The five affected mailboxes at Alan Wire received variants of this email with individualized reference numbers in the subject line (RE: Re: Ref#: [unique hash]), suggesting this was a targeted wave against a specific organization, not indiscriminate bulk phishing. All five were automatically resolved as phishing and mitigated.

The IRONSCALES advanced URL and malware protection capability follows redirect chains to terminal destinations and scores the final URL independently of the intermediary reputation. That distinction matters: a chain that passes through two legitimate security vendors is not a clean chain if the terminal hop is a weeks-old throwaway domain. The IBM Cost of a Data Breach 2024 puts the average breach cost at $4.88 million. A credential-harvest campaign that bypasses gateway filtering through relay-chain abuse is one click away from that number.

Defanged IOC Table

TypeIndicatorContext
Sender emailAdmin@apl[.]com[.]saSMTP From; mismatches Alan Wire branding
Terminal URLhxxps://q[.]fezpfsj[.]com/docs/index[.]htmlRegistered 2026-04-18, IONOS, privacy-protected; malicious destination
Redirect hop 2hxxps://url-shield[.]securence[.]com/?p=1.1&r=oramirez%40ymflawllp[.]com&sid=...&u=https%3A%2F%2Fq[.]fezpfsj[.]com%2Fdocs%2Findex[.]htmlSecurence url-shield rewrite containing terminal URL
Redirect hop 1hxxps://linklock[.]titanhq[.]com/analyse?data=[encoded]TitanHQ Link Lock rewrite; outermost chain layer
Footer contactfortunato@carpenterhomeloans[.]comStitched footer identity; unrelated mortgage company

A redirect chain that begins at a real security vendor's domain and ends at a newly registered throwaway is not a safe chain. The last hop is the only one that matters, and it was registered seven weeks before delivery.

Email Attack of the Day is a daily series from IRONSCALES spotlighting real phishing attacks caught by Adaptive AI and our community of 35,000+ security professionals. Each post breaks down a real attack. What it looked like, why it worked, and what to do about it.

Related attacks

Attack What happened
Every Link Is Amazon: How Legitimate Infrastructure Becomes the Phishing PayloadA phishing email passed SPF, DKIM, and DMARC with a perfect compauth score of 100.
Closing Settlement for Ironscales: A Trello Template Weaponized with Stolen Brand IdentityA Trello notification template carrying Atlassian branding, a Brazilian sending domain with full SPF/DKIM/DMARC authentication.
A Voicemail That Never Rang: How Attackers Chained Three ESPs to Launder Email AuthenticationAttackers chained SendGrid, Mailchimp, and ActiveCampaign Pages to deliver a voicemail-themed credential harvester that passed SPF and DKIM while...
The Email That Passed Every Security Check (Because Adobe Sent It)A phishing campaign targeting school district staff used Adobe's own sending infrastructure, real DKIM signatures.
The Phishing Infrastructure Was Canva. The Delivery Mechanism Was Canva. The Authentication Was Canva.An attacker signed up for Canva, built a phishing lure as a design, and used the platform's own sharing feature to deliver it.

Explore More Articles

Say goodbye to Phishing, BEC, and QR code attacks. Our Adaptive AI automatically learns and evolves to keep your employees safe from email attacks.