Back to blog
Threat Intel
Phishing Forensics

Vetting Your New ESP: Exposing Vendor Risk Through Sender Reputation

Handing the keys to your domain to a new vendor requires more than a compliance checklist. Here is how to audit their sending infrastructure before you sign the contract.

MailSleuth Research
Email Security Team
September 5, 20266 min read
A towering cargo ship made of servers being inspected by a figure with a lantern on a dark dock.

The sales rep for your prospective marketing automation platform just promised ninety-nine percent inbox placement. They have the glossy SOC2 report, the mandatory slide about enterprise-grade security, and a highly rehearsed pitch about compliance. But when you ask for their documentation on domain alignment and cryptographic key rotation, the silence on the call gets heavy. That silence is exactly where your deliverability goes to die.

When you authorize a SaaS application to send on your behalf via CNAME delegation or by injecting their IP ranges into your DNS records, you inextricably link your brand to their operational hygiene. If their shared IP pools are sitting on a blocklist because they tolerate spammy tenants, your critical transactional emails will suffer the collateral damage. Filtering engines at major mailbox providers do not care about your internal vendor agreements. They care about connection history, cryptographic validity, and domain reputation.

Evaluating third party sender risk is an engineering task, not a procurement formality. You have to look past the marketing material and analyze the actual network infrastructure they use to dispatch messages. By inspecting their header mechanics, cryptographic choices, and neighborhood IP reputation, you can accurately gauge their operational maturity before you hand over authorization to your primary domains.

The Anatomy of a Vendor's Sending Identity

Every email operates with two distinct identities. The first is the RFC 5322 header From address, which is what your recipients actually see in their mail client. This will be your brand domain. The second identity is the RFC 5321 MAIL FROM, commonly known as the envelope sender or Return-Path. This is the domain that underlying Mail Transfer Agents use to route bounces and errors.

Analyzing the Return-Path

Mature Email Service Providers use Variable Envelope Return Path methodologies to process bounces automatically. This means the envelope sender will often point to a subdomain controlled by the vendor's infrastructure. When a receiving server accepts an incoming connection, it evaluates the reputation of that envelope domain before it even processes the message data.

Return-Path: <bounces+tenant-12345=yourdomain.com@em.vendor-infrastructure.com>

If that vendor-infrastructure domain has a poor reputation, the receiving server might throttle the connection or issue a temporary failure code immediately. You must identify the exact domains the vendor uses for their envelope senders and run historical reputation checks on them. If their bounce-processing domains are heavily penalized by Google Postmaster Tools or Microsoft Smart Network Data Services, your delivery rates will tank regardless of how clean your own domain reputation is.

Auditing Vendor Authentication Posture

A vendor's internal security posture is a direct predictor of how they will handle your domain. If an ESP cannot properly secure their own corporate and infrastructure domains, they have no business sending mail on your behalf.

DMARC Enforcement and Key Hygiene

Start by querying the DMARC record for the vendor's primary corporate domain. A mature security organization will have their domain at strict enforcement, indicated by a p=reject policy per RFC 7489. If a multi-million dollar SaaS company is perpetually parked at p=none, they lack the operational discipline to map their own attack surface. This lack of visibility usually extends to their customer-facing infrastructure.

Next, evaluate their DKIM practices. Deprecated cryptographic standards are a massive vulnerability in shared hosting environments. A competent vendor issues at least 2048-bit RSA keys, or preferably Ed25519 signatures, for their tenants. If their documentation instructs you to publish a 1024-bit key, they are exposing you to potential spoofing via brute-force factorization. You also need to verify their key rotation mechanics. Automated CNAME-based rotation is the industry standard. Vendors that expect your IT team to manually update TXT records every six months inevitably cause authentication failures when a manual handoff is missed.

The SPF Alignment Trap

Beware of vendors whose only onboarding method involves adding their massive netblocks to your SPF record via an include statement. This is an operational nightmare. It invites SPF bloat and pushes you dangerously close to the ten-lookup limit defined in RFC 7208. Furthermore, authorizing a shared IP range in your SPF record means any other tenant on that vendor's platform can spoof your domain and pass SPF authentication. Proper architectural isolation requires the vendor to use a custom, tenant-specific Return-Path domain to achieve SPF alignment without forcing you to authorize their entire IP fleet.

Blacklists and Neighborhood Analysis

Unless you are negotiating a massive enterprise contract, you will likely be placed in a shared IP pool. In these environments, your deliverability is entirely dependent on the behavior of your neighbors. A single rogue tenant blasting unverified purchased lists can ruin the reputation of an entire /24 subnet.

Verifying IP Pool Health

Demand that the vendor provide sample IP addresses from the exact routing pool you will be assigned to. Run these addresses against major blocklists like Spamhaus Zen and SURBL. A listing on a minor, automated list might be acceptable background noise. However, an active listing on the Spamhaus Block List indicates that the vendor has actively ignored abuse reports and failed to suspend malicious tenants.

554 5.7.1 Service unavailable; Client host [192.0.2.42] blocked using zen.spamhaus.org

Beyond explicit blocklists, analyze the Autonomous System Number the vendor uses to originate traffic. Reputable ESPs maintain dedicated ASNs or partner with top-tier cloud providers. If the vendor routes your traffic through low-tier, offshore hosting providers favored by bulletproof operators, filtering engines like Proofpoint and Barracuda will apply a negative algorithmic weight to your messages by pure geographic and network association.

Architectural Red Flags and Delivery Hazards

Sometimes the threat to your email program comes from the hidden mechanisms vendors use to track engagement. When a marketing platform rewrites the URLs in your message body to track clicks, they wrap your links in a redirect domain that they control. This creates a severe choke point for deliverability.

Newly Registered Domains and Web Proxies

Occasionally, a vendor will spin up a fresh domain specifically for their link tracking infrastructure to isolate it from their main sending domains. While the intention is sound, a Newly Registered Domain carries an inherent penalty in nearly all spam filters. If your vendor plans to migrate you to infrastructure built on a domain registered thirty days ago, your messages will be systematically quarantined until the domain ages.

You must also check how these tracking domains are categorized by enterprise web filters. If the vendor's link wrappers are categorized by Palo Alto Networks or Fortinet as Suspicious or Uncategorized, corporate mail gateways will strip the links or block the emails entirely. Perfect DMARC alignment cannot save an email that contains a payload domain flagged by a next-generation firewall.

The takeaway

A glossy onboarding document will never reveal the true state of a vendor's infrastructure. The DNS records they publish, the cryptographic lengths they enforce, and the IP neighborhoods they inhabit are the only ground truth you can rely on. Before you finalize the contract, run this technical audit. Verify their envelope domains, demand proof of automated key rotation, and inspect the categorization of their tracking links.

Doing this diligence manually for every prospective tool is tedious but necessary. When you need to scale this evaluation, run a sample of the vendor's campaign emails through MailSleuth.AI to automatically extract the header mechanics, surface hidden tracking domains, and flag deprecated cryptographic signatures. Do the engineering work upfront, because unwinding a compromised domain reputation takes months of painful negotiation with postmasters.

#email-security#vendor-risk#dmarc#esp-audit#deliverability
MailSleuth Research
Email Security Team

We dissect phishing campaigns and email infrastructure so you don't have to.