BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+22
France+4
Romania+3
Germany+4
The Netherlands+3
Portugal+3
Ukraine+1
United Kingdom+2
Russia+0
Norway+1
Brazil+1
UA Emirates+0
Seychelles+1
China+1
Lithuania+0
South Africa+0
Canada+0
Sudan+0
Reunion+0
Denmark+0
Gabon+0
Saint Vincent and the Grenadines+0
Aruba+0
Jamaica+0
Bolivia+0
Last New Hosts
- 121.205.66.220

- 64.62.194.197

- 194.33.191.54

- 66.132.172.189

- 147.185.132.233

- 143.110.242.145

- 93.123.109.18

- 34.77.20.113

- 194.33.191.51

- 34.178.197.240

- 122.97.212.116

- 195.170.172.237

- 31.184.195.248

- 147.185.133.73

- 35.203.211.205

- 103.51.129.17

- 160.191.46.248

- 218.26.96.58

- 88.151.32.61

- 185.213.175.224

- 185.213.174.70

- 147.182.211.157

- 148.113.204.110

- 157.230.46.45

- 72.61.218.155

Frequent last 24H
- 213.209.159.661

- 185.213.175.2241

- 65.49.1.1121

- 216.218.206.1071

- 189.18.97.611

- 199.45.154.1841

- 94.231.206.1311

- 122.97.212.1161

- 45.142.193.1611

- 160.191.46.2481

- 66.132.186.2181

- 51.89.193.2081

- 218.26.96.581

- 66.132.224.421

- 185.12.59.1181

- 64.62.197.1081

- 45.82.76.1161

- 147.185.133.731

- 193.163.125.231

- 205.210.31.2351

- 162.216.150.691

- 204.76.203.491

- 147.185.132.2551

- 45.142.193.1691

- 34.178.197.2401

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