BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+48
United Kingdom+7
France+3
Hong Kong+4
Germany+4
Ukraine+2
The Netherlands+3
Singapore+2
China+2
Iraq+1
Brazil+0
Romania+1
Sweden+0
Norway+1
Indonesia+1
Armenia+1
Bolivia+0
Costa Rica+0
Venezuela+0
Italy+0
Uruguay+0
Japan+0
Austria+0
Saudi Arabia+0
Denmark+0
Last New Hosts
- 34.81.28.243

- 45.236.90.38

- 103.252.221.163

- 20.127.153.188

- 84.200.24.229

- 159.223.193.246

- 104.131.188.163

- 172.183.131.18

- 178.62.245.115

- 194.88.98.122

- 20.118.209.70

- 164.92.113.249

- 193.124.20.254

- 193.124.20.253

- 67.205.128.161

- 194.88.98.118

- 187.11.73.135

- 160.119.66.10

- 36.94.113.47

- 103.252.221.157

- 94.231.206.4

- 138.197.180.124

- 89.168.62.154

- 5.226.140.111

- 91.230.168.70

Frequent last 24H
- 64.62.197.1831

- 67.205.128.1611

- 213.209.159.661

- 65.49.1.1861

- 193.124.20.2531

- 172.234.218.2451

- 20.64.105.761

- 84.200.24.2291

- 178.62.245.1151

- 20.65.194.661

- 138.197.180.1241

- 20.65.194.401

- 20.118.209.701

- 176.65.134.31

- 202.158.3.391

- 185.12.59.1181

- 135.119.89.1091

- 64.62.197.211

- 194.88.98.1141

- 20.127.244.2531

- 65.49.1.1381

- 150.107.36.821

- 20.127.220.211

- 20.127.153.1881

- 104.131.188.1631

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