BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+15
United Kingdom+2
Ukraine+3
The Netherlands+3
Germany+3
China+0
Norway+1
France+0
Bulgaria+1
Hong Kong+1
Mexico+0
Italy+0
Costa Rica+0
Bolivia+0
Uruguay+0
Japan+0
Hungary+0
Peru+0
Libya+0
Australia+0
Dominican Republic+0
Denmark+0
Gambia the+0
Saudi Arabia+0
Venezuela+0
Last New Hosts
- 89.58.9.55

- 81.19.219.196

- 174.138.41.63

- 8.216.8.118

- 134.199.163.221

- 138.197.137.73

- 217.146.80.107

- 64.225.118.41

- 172.105.184.221

- 95.155.151.24

- 159.89.226.194

- 74.207.254.145

- 77.239.124.201

- 94.154.43.146

- 89.37.172.132

- 79.124.58.110

- 5.226.140.28

- 37.10.113.222

- 31.14.254.36

- 213.166.84.47

- 103.18.14.247

- 85.11.167.121

- 45.198.0.220

- 123.14.125.10

- 172.214.44.5

Frequent last 24H
- 165.154.182.531

- 65.49.1.2271

- 85.11.167.1211

- 172.105.199.921

- 213.209.159.661

- 45.198.0.2201

- 139.162.70.531

- 64.62.197.841

- 74.207.254.1451

- 94.154.43.1141

- 66.132.224.191

- 85.11.167.71

- 170.64.166.1441

- 185.12.59.1181

- 198.235.24.1171

- 64.62.156.1701

- 94.154.43.591

- 64.62.156.261

- 64.62.197.651

- 79.124.58.1101

- 89.58.9.551

- 193.32.209.2351

- 173.255.223.891

- 45.79.191.1781

- 37.10.113.2221

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