Blacklist Checker
Check if an IP or domain appears on 19 known email blacklists (DNSBL).
What are Email Blacklists (DNSBL)?
DNSBLs (DNS-based Blackhole Lists) are databases that record IP addresses and domains known for sending spam or engaging in malicious activity. Mail servers worldwide check these lists in real time before accepting incoming email. If your IP is on one or more lists, your emails may be rejected or end up in spam.
Why might you end up on a blacklist?
Sending spam
The most common cause — either from the server itself, or from users in a shared hosting environment that the server hosts.
Compromised server
If your server has been hacked, attackers may be using it to send spam without your knowledge.
Shared hosting
In shared hosting, many sites share the same IP. If a neighbor sends spam, the shared IP gets blacklisted and affects everyone.
Incorrect PTR record
If the reverse DNS (PTR) record of your IP does not match the mail domain, some lists consider this suspicious and add the IP.
What does the Return Code mean?
When an IP appears in a DNSBL, the resolver returns an IP in the form 127.x.x.x. The last octet encodes the reason for listing. For example, 127.0.0.2 typically means spam source, 127.0.0.10 means policy violation. Each DNSBL has its own encoding scheme.
How to get removed from a blacklist
- Step 1 — Identify the problem: Find out why you were listed. Check mail logs, scan for malware, confirm there is no open relay.
- Step 2 — Fix the cause: Secure the server, remove malicious software, fix PTR/SPF/DMARC records.
- Step 3 — Submit a delisting request: Each blacklist has its own process. Visit its website and fill in the delisting form.
- Step 4 — Wait: Removal can take anywhere from a few hours to several days depending on the list.