BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+38
United Kingdom+9
France+5
The Netherlands+3
Germany+3
China+1
Bulgaria+2
Seychelles+1
Brazil+2
Singapore+0
Russia+0
UA Emirates+0
Ukraine+1
Lebanon+0
Portugal+1
Senegal+0
Ireland+0
Peru+0
Italy+0
Malawi+0
Japan+0
Switzerland+0
Cameroon+0
Guam+0
Belarus+0
Last New Hosts
- 172.234.180.15

- 69.5.169.132

- 172.234.222.249

- 23.92.26.65

- 4.236.159.228

- 147.185.133.20

- 139.135.42.74

- 172.236.165.135

- 8.211.42.24

- 14.18.243.217

- 64.62.194.196

- 172.174.115.146

- 20.150.195.240

- 45.139.199.21

- 91.92.40.42

- 172.203.212.71

- 40.124.116.246

- 47.251.88.117

- 216.153.48.205

- 134.33.66.194

- 139.162.143.122

- 45.33.98.230

- 170.187.145.169

- 8.216.3.96

- 212.30.36.79

Frequent last 24H
- 103.203.57.41

- 45.79.130.1531

- 51.57.81.841

- 193.124.20.2321

- 172.234.222.2491

- 172.203.212.711

- 199.45.154.1841

- 173.255.223.491

- 8.211.42.241

- 193.124.20.2341

- 64.89.163.1791

- 66.132.172.2341

- 4.236.159.2281

- 65.49.1.1801

- 20.65.202.21

- 64.62.197.2151

- 47.251.88.1171

- 45.79.98.2521

- 199.45.154.1821

- 172.234.180.151

- 65.49.20.1001

- 14.18.243.2171

- 20.64.104.2351

- 45.156.87.1191

- 172.174.115.1461

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