BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+32
Germany+6
United Kingdom+4
China+3
Bulgaria+2
Ukraine+2
The Netherlands+0
France+0
Seychelles+0
South Africa+0
Brazil+1
Spain+1
Portugal+1
UA Emirates+0
Reunion+0
Gabon+0
Bolivia+0
Jamaica+0
Nauru+0
Guam+0
Cambodia+0
Kiribati+0
Montserrat+0
Aruba+0
Cameroon+0
Last New Hosts
- 194.26.192.128

- 4.148.1.88

- 20.42.61.29

- 172.174.201.47

- 206.189.199.218

- 20.64.99.165

- 4.150.192.58

- 20.55.92.236

- 20.171.12.241

- 20.127.208.161

- 20.64.97.174

- 20.42.98.163

- 40.74.208.34

- 20.121.117.218

- 20.163.10.203

- 20.115.100.78

- 20.65.170.203

- 117.141.141.224

- 45.128.199.75

- 66.132.195.110

- 143.198.106.154

- 192.253.248.163

- 4.148.1.140

- 40.124.82.82

- 40.124.170.9

Frequent last 24H
- 47.103.36.531

- 213.209.159.661

- 137.184.226.1181

- 20.55.92.2361

- 172.104.100.1171

- 189.18.97.611

- 199.45.154.1841

- 206.189.199.2181

- 85.11.167.71

- 66.132.186.2181

- 213.209.159.171

- 66.132.195.1101

- 64.89.163.801

- 205.210.31.2191

- 77.90.185.781

- 198.235.24.911

- 4.150.192.581

- 20.42.61.291

- 167.172.165.2511

- 45.135.193.1931

- 147.182.178.481

- 20.163.10.2031

- 71.6.232.301

- 117.141.141.2241

- 103.203.57.41

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