BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+25
United Kingdom+7
China+0
Germany+6
France+5
Bulgaria+4
Seychelles+1
The Netherlands+3
UA Emirates+0
Hong Kong+1
India+0
Ukraine+1
Brazil+1
South Africa+0
Poland+1
Indonesia+0
Pakistan+0
Singapore+0
Romania+0
Vietnam+0
Senegal+0
Ireland+0
Peru+0
Italy+0
Guam+0
Last New Hosts
- 79.124.59.182

- 69.5.169.217

- 36.95.226.143

- 34.97.166.83

- 193.124.20.251

- 194.88.98.126

- 182.121.173.152

- 69.5.169.146

- 45.135.193.198

- 69.5.169.179

- 94.231.206.132

- 77.239.124.102

- 69.5.169.247

- 159.195.145.146

- 94.154.43.126

- 117.242.191.241

- 69.5.169.214

- 172.236.219.189

- 66.132.195.28

- 13.78.60.178

- 104.194.11.160

- 198.98.48.5

- 87.120.104.29

- 14.225.1.210

- 213.209.159.16

Frequent last 24H
- 143.244.40.2042

- 89.222.108.2032

- 45.135.193.1932

- 95.173.207.1682

- 176.65.148.302

- 69.5.169.1432

- 93.123.109.2282

- 77.90.185.782

- 94.154.43.1262

- 85.11.167.742

- 198.98.48.52

- 205.210.31.652

- 45.153.34.872

- 13.78.60.1781

- 68.183.105.1751

- 205.210.31.831

- 205.210.31.601

- 66.132.224.361

- 216.180.246.1271

- 69.5.169.2171

- 79.124.59.1821

- 34.97.166.831

- 172.236.219.1891

- 182.16.91.2021

- 217.71.127.1251

API Examples
PHP
function rbl_lookup($ipv4) {
$ip = explode(".", $ipv4);
$rbl_url = ".rbl.blockedservers.com";
$rbl_hostname = $ip[3].".".$ip[2].".
".$ip[1].".".$ip[0]."". $rbl_url;
$rbl_lookup = gethostbyname($rbl_hostname);
if($rbl_lookup == $rbl_hostname) {
return 1;
}
else {
return 0;
}
}
Perl
#!/usr/bin/perl
# ./api_perl.pl 123.234.123.234
use Net::DNS;
$check_host = join(".", reverse(split(/\./, $ARGV[0]))) .
'.rbl.blockedservers.com';
$check_data = Net::DNS::Resolver->new;
$check_query = $check_data->search("$check_host");
if($check_query) {
print "$ARGV[0] is listed.\n";
}
else {
print "$ARGV[0] is not listed.\n";
}
Postfix
#
# Main.cf
#
smtpd_client_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_rbl_client rbl.blockedservers.com,
permitPolicyd-Weight
@dnsbl_score = (
"pbl.spamhaus.org", 3.25, 0, "DYN_PBL_SPAMHAUS",
"dnsbl.njabl.org", 4.25, -1.5, "BL_NJABL",
"bl.spamcop.net", 1.75, -1.5, "SPAMCOP",
"sbl-xbl.spamhaus.org", 4.35, -1.5, "SBL_XBL_SPAMHAUS",
"list.dsbl.org", 4.35, 0, "DSBL_ORG",
"ix.dnsbl.manitu.net", 4.35, 0, "IX_MANITU",
"relays.ordb.org", 3.25, 0, "ORDB_ORG",
"rbl.blockedservers.com", 1.25, 0, "BLOCKEDSERVERS_COM"
);Service Status
rbl.blockedservers.com
Checking...netscan.rbl.blockedservers.com
Checking...spam.rbl.blockedservers.com
Checking...torexit.rbl.blockedservers.com
Checking...