BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+179
China+79
India+66
Korea+49
Russia+38
Germany+55
Brazil+26
Bulgaria+41
The Netherlands+40
Seychelles+31
Romania+30
Taiwan+11
France+18
United Kingdom+16
Hong Kong+11
Pakistan+4
Sweden+8
UA Emirates+9
Vietnam+8
Kazakhstan+4
Norway+8
Singapore+7
Turkey+4
Japan+6
Mozambique+5
Last New Hosts
- 115.50.47.61

- 88.247.36.129

- 34.38.179.65

- 174.138.8.118

- 20.15.228.217

- 43.156.100.167

- 130.185.121.214

- 79.124.40.150

- 203.172.40.209

- 51.158.248.123

- 34.62.35.29

- 161.118.240.3

- 34.62.112.108

- 47.84.191.187

- 134.209.254.118

- 64.207.185.5

- 34.77.207.121

- 69.119.242.94

- 196.26.217.134

- 119.152.54.92

- 47.77.239.194

- 159.203.118.182

- 104.37.174.77

- 34.156.88.168

- 167.172.240.74

Frequent last 24H
- 93.123.72.18314

- 45.142.193.16113

- 79.124.62.13411

- 79.124.62.23010

- 79.124.62.12610

- 45.153.34.328

- 204.76.203.2068

- 212.8.242.388

- 193.90.12.1228

- 154.0.30.1378

- 204.76.203.2197

- 31.59.160.127

- 45.135.193.1937

- 176.65.139.1586

- 141.11.88.1016

- 199.48.128.866

- 45.40.143.1666

- 45.156.87.1276

- 45.148.10.2305

- 150.95.25.345

- 45.198.224.55

- 45.194.67.1465

- 115.231.78.114

- 180.167.128.2034

- 176.65.139.444

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