Anatomy of Phishing Infrastructure: Evading the Blacklist
Threat actors aren't just sending malicious emails; they're managing a dynamic, reputation-aware system designed to stay one step ahead of your RBLs.

Most RBL alerts are tombstones, not tripwires. By the time an IP address or domain lands on a public blacklist, the operators behind the phishing campaign have already extracted its value and moved on. The infrastructure that delivered the payload to your user's inbox was likely active for hours, not weeks, and was retired the moment its reputation score dipped below a calculated threshold.
This isn't sloppy, opportunistic spamming. It's a calculated, managed lifecycle of digital assets. Modern phishing groups operate with a level of operational security that mirrors a legitimate marketing organization, focusing intensely on sender reputation, delivery rates, and proactive monitoring. They treat their IPs and domains not as disposable tools, but as investments to be warmed up, utilized, and strategically abandoned.
To hunt these threats effectively, we have to stop thinking about static blocklists and start dissecting the dynamic systems that threat actors build to evade them. It's about understanding their playbook before the game even starts.
Acquiring the Armory: Clean vs. Compromised Assets
A campaign's potential is defined by its starting assets. Attackers rarely start with 'dirty' infrastructure. They methodically source IPs and domains with either a neutral or, even better, a positive history. The choice of asset depends on the campaign's sophistication and goal.
Sourcing Domains
Aged domains are a prime commodity. An attacker might purchase a domain that expired months ago but was once a legitimate small business blog or community forum. This domain has history. It's indexed in search engines and, crucially, it's not on any 'newly registered domain' watchlists that many gateways use to flag suspicious mail. Alternatively, they register lookalike domains, often typosquats of major brands, using privacy-protecting registrars and paying with cryptocurrency. These are 'clean' but have no history, making them riskier to use immediately for high-volume campaigns.
The IP Address Pool
IPs are sourced from a wider spectrum. The low-hanging fruit comes from compromised web servers and budget VPS providers with lax oversight. These IPs might have a mixed reputation but are cheap and plentiful. More sophisticated actors will lease dedicated servers or virtual machines from major cloud providers. These IPs are often pristine, sharing address space with legitimate, high-reputation services. An IP from a major cloud platform is less likely to be blocked wholesale by a paranoid mail receiver, giving the attacker an initial foothold of trust.
The Evasion Warm-Up: Manufacturing a Good Reputation
You don't take a brand new car to a drag race. You break in the engine. Threat actors do the same with their sending infrastructure. A 'cold' IP that suddenly starts blasting thousands of emails is an immediate red flag for any reputation-based filter. The warm-up phase is designed to build a history of legitimate-seeming behavior.
This involves sending low volumes of non-malicious 'fluff' mail from the new IPs to high-reputation mail services like Gmail and Outlook.com. These emails might be simple text, excerpts from news articles, or even just blank messages. The goal isn't for a human to read them; it's for the receiving mail server to process them, see valid SPF and DKIM authentication, and note the low volume and lack of user complaints. This slowly builds a positive reputation score associated with the sending IP.
Authentication-Results: mta.example.com; dkim=pass header.d=phishdomain.com; spf=pass (sender IP is 198.51.100.55) smtp.mailfrom=phishdomain.com; dmarc=pass action=none header.from=phishdomain.com
Seeing a clean set of `pass` verdicts for SPF (RFC 7208), DKIM (RFC 6376), and DMARC (RFC 7489) is critical. This isn't just about passing a technical check. It tells the receiving gateway that the owner of the domain has bothered to configure their security properly—a hallmark of a legitimate sender. During the warm-up, operators ensure their DNS records are stable and their authentication passes consistently before ever attaching a malicious payload.
Offensive Monitoring: Using Defender Tools Against Themselves
SOC analysts constantly check IoCs against threat intelligence feeds and public RBLs. So do the attackers. They proactively and automatically monitor the reputation of every single IP and domain in their arsenal. Their goal is to know an asset has been burned before a defender does.
This process is heavily automated. Scripts run in the background, continuously querying dozens of public and private blacklist APIs. For each IP in their pool, the script checks services like Spamhaus, SORBS, and BarracudaCentral. If an API returns a 'listed' status for one of their IPs, that asset is immediately and automatically pulled from the active sending rotation. It's either discarded or placed into a 'cooldown' pool.
This offensive monitoring is why blacklist alerts are often lagging indicators. The attacker's automation ensures that by the time a sysadmin gets an alert and blocks the IP, the phishers have already switched to a different, clean IP from their pool. They are playing a numbers game, and their monitoring is faster than the typical human-driven incident response cycle.
Fast-Flux DNS: The IP Shell Game
Static infrastructure is fragile infrastructure. If your phishing site `secure-login-portal.xyz` always resolves to the same IP address, a single takedown notice to the hosting provider can neutralize your campaign. To counter this, attackers use a technique called fast-flux DNS.
Making IPs a Moving Target
In a fast-flux network, the 'A' and 'AAAA' records for a phishing domain have an extremely short Time-To-Live (TTL)—often less than five minutes. Each time a DNS resolver queries the domain, the authoritative nameserver provides a different IP address from the attacker's pool of compromised or leased machines. The phishing content itself might be hosted on a single backend server, with the dozens or hundreds of 'flux' IPs acting purely as proxies.
This makes blocking futile. An analyst might see a malicious email originating from `198.51.100.101`. They add it to their firewall. Five minutes later, another user reports the same phishing email, but this time it came from `203.0.113.58`. Both IPs were proxies for the same campaign, resolved from the same hostname. Blocking the individual IPs is a losing game of whack-a-mole; the true target is the domain name and the nameservers controlling it, which are often harder to take down.
Calculated Burnout: The Asset Lifecycle
No piece of phishing infrastructure lasts forever. The final stage is burnout. This isn't a failure for the attacker; it's an expected operational cost. Every IP and domain has a finite useful life, and its disposal is part of the plan.
The burnout point is reached when an asset's reputation is so damaged that it can no longer reliably bypass filters. This is determined by the offensive monitoring systems. Once an IP is listed on enough major RBLs, its deliverability plummets, and its ROI turns negative. At this point, the IP is 'burned'.
What happens next depends on the asset. A cheap, compromised IP is often simply abandoned. A more valuable asset, like an IP from a premium cloud provider or an aged domain, might be put into a cooldown period. The attacker stops all sending activity from it. Weeks or months later, they may even attempt to get it delisted from blacklists, banking on the fact that RBLs will remove IPs that no longer show malicious activity. The asset is then 'cleaned' and can be reintroduced into the warm-up cycle, ready for another campaign.
The takeaway
Thinking of phishing infrastructure as a static list of 'bad' IPs and domains is a fundamental mistake. It's a living system, managed with a focus on reputation, redundancy, and automation. Attackers don't fear the blocklist; they plan for it. Their infrastructure is designed to absorb the loss of individual assets without disrupting the overall campaign.
For defenders, this means shifting focus from individual indicators of compromise (IoCs) to the broader tactics, techniques, and procedures (TTPs). Don't just block the one IP you found. Look for the patterns. Is this IP part of a known hostile ASN? Is the sending domain newly registered? Does its authentication look technically perfect but contextually wrong? Answering these questions, often with the help of header analysis tools like MailSleuth.AI, helps you hunt the operator, not just the disposable tools they use.
We dissect phishing campaigns and email infrastructure so you don't have to.


