BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+34
Germany+6
The Netherlands+4
United Kingdom+3
Hong Kong+2
France+1
Bulgaria+1
Romania+1
China+1
India+0
Poland+1
Seychelles+1
Ukraine+1
Brazil+1
Pakistan+0
Norway+1
Bolivia+1
Vietnam+1
Indonesia+0
Sudan+0
Reunion+0
Belarus+0
Gabon+0
Saint Vincent and the Grenadines+0
Aruba+0
Last New Hosts
- 147.182.164.244

- 172.237.137.146

- 47.245.131.199

- 64.23.200.248

- 172.232.115.35

- 20.127.166.55

- 40.124.176.218

- 79.124.40.162

- 20.172.68.0

- 20.121.69.113

- 2.27.248.149

- 193.163.125.118

- 47.245.138.189

- 96.228.60.184

- 52.146.22.142

- 74.235.123.72

- 40.124.179.93

- 20.106.206.169

- 8.234.213.119

- 4.204.224.164

- 34.176.79.224

- 34.15.143.158

- 211.101.237.45

- 20.151.10.161

- 34.175.243.94

Frequent last 24H
- 45.128.199.1911

- 205.210.31.991

- 189.18.97.611

- 47.245.131.1991

- 52.146.22.1421

- 45.33.78.701

- 143.42.1.1891

- 172.234.199.81

- 47.245.138.1891

- 20.127.166.551

- 185.12.59.1181

- 66.132.224.311

- 45.194.67.461

- 66.240.192.1381

- 66.132.172.2351

- 20.106.206.1691

- 193.163.125.231

- 198.235.24.1791

- 71.6.134.2361

- 45.135.193.1981

- 172.234.192.121

- 204.76.203.491

- 77.90.185.781

- 172.237.137.1461

- 172.234.218.2451

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...