IP Blacklist Check

Ask the main DNS blocklists whether an address is listed, and read the return code, its published meaning, and where to request delisting.

Public IPv4 only. Use 127.0.0.2 to see what a listed address looks like.

Leave the field empty to check the address you are connecting from.
Your address216.73.216.7

Listed on 1 zone

Every zone we asked

9 lists
ListZoneResultReasonCheck it yourself
Spamhaus ZENzen.spamhaus.orglisted 127.255.255.254Listed, reason code not documented hereThe Spamhaus Project
SpamCop Blocking Listbl.spamcop.netnot listedCisco Talos / SpamCop
Barracuda Reputation Block Listb.barracudacentral.orgnot listedBarracuda Networks
SORBS aggregate zonednsbl.sorbs.netnot listedSORBS
UCEPROTECT Level 1dnsbl-1.uceprotect.netnot listedUCEPROTECT-Network
Passive Spam Block Listpsbl.surriel.comnot listedRik van Riel
blocklist.debl.blocklist.denot listedblocklist.de
GBUdb Truncatetruncate.gbudb.netnot listedMessage Sniffer / ARM Research Labs
s5h.net RBLall.s5h.netnot listeds5h.net

Every result comes from the list operator named in the row, queried over DNS. We do not run a blocklist of our own, we do not cache a verdict for more than an hour, and only the operator can delist an address. Delisting links go to the operator's own page.

Terms each operator sets

Read before you automate

Same answer as JSON: /api/v1/blacklist/216.73.216.7

How a DNSBL query works

A blocklist publishes its data in DNS. To check 203.0.113.45 against example-list.org, you reverse the octets and query 45.113.0.203.example-list.org for an A record. NXDOMAIN means not listed. An answer in 127.0.0.0/8 means listed, and the last octet carries the reason. A matching TXT record usually carries a human-readable explanation and a link.

That design is why a check costs one DNS query and why mail servers can afford to run several per message.

Which lists we query

We query a curated set of established, attributed lists and name each one in the result along with a link to its own lookup page. We do not query aggregate mirrors that combine many lists behind one hostname, because those hide which operator actually listed the address, and the delisting process differs per operator.

Lists come and go, and a dead list that answers every query as listed has caused real outages in the past. We remove lists that stop being maintained.

What a clean result does not prove

Nothing here reflects the internal reputation systems at Gmail, Outlook, or Yahoo, which handle a large share of the world’s mail and publish no lookup interface. A clean DNSBL result with mail still going to spam at those providers points at authentication, content, or sending-history problems instead. Check SPF, DKIM, and DMARC with /mx-lookup and read the authentication results in a delivered message with /email-headers.

About this tool

Mail servers check public blocklists before they accept a message. This page queries a curated set of DNS blocklists in parallel with a three second timeout each, and shows listed or not listed per list, the return code the list published, what that code means in the operator's own documentation, and a link to their delisting page. Every list is named and attributed, and results cache for one hour.

How to read the result

Not listed
The list returned NXDOMAIN for the reversed-address query, so no listing exists there at this moment. Listings are point-in-time, and a clean result says nothing about the past.
Listed, with a return code
The list answered with an A record in 127.0.0.0/8, and the final octet is the reason code that each list defines for itself. 127.0.0.2 is commonly a direct spam source, while higher values mean policy, dynamic address space, or proxy detections, and we show what the operator says the code means.
Policy listing versus spam listing
A policy listing means the address sits in a range the operator says should never send mail directly, such as dynamic residential space. It is not an accusation of spam, and it usually cannot be lifted for one address, because the listing describes the whole range.
Timeout or error
The list did not answer within three seconds, or returned a non-standard result. Public mirrors of some lists rate-limit queries from cloud address space, which is where our edge sits, so a timeout reflects our query path rather than the address you checked.
Delisting link
A link to the operator that runs the list, where you can ask to be removed. Some lists drop entries automatically after a quiet period, some need a form, and some want the underlying problem fixed first.

Questions people ask

My mail is bouncing. Does a listing here explain it?
Sometimes, but check the bounce message first. It usually names the list and includes a URL. If the bounce names a list we do not query, or an internal reputation system at a large provider, this page will show nothing wrong. Large providers mostly use their own reputation data, not public DNSBLs.
How did my address get listed?
The usual causes are a compromised machine or account sending spam, a misconfigured mail server acting as an open relay, a shared hosting neighbour on the same address, or reassignment of an address whose previous holder was listed. Fix the cause before requesting delisting, or the listing returns.
How long does delisting take?
It depends on the operator. Some lists expire entries automatically after a period without further evidence, typically days. Others process a self-service removal within hours. A list that requires evidence of remediation can take longer. Repeated removal requests without fixing the cause slow the process down.
Should I check my home connection here?
You can, and a policy listing is the likely result. Residential ranges are listed as a class because mail should not come directly from them. That is not a problem unless you are trying to run a mail server at home, which is a configuration most receivers reject regardless of the listing.
Does a blacklist listing affect my web browsing?
No. DNSBLs are used by mail servers to filter incoming mail. Some firewalls and forum software consult reputation lists too, which can produce a block on a website, but that is a separate mechanism. Browsing is not filtered by mail blocklists.

Related

Last reviewed 2026-09-05.