BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+68
China+48
India+38
Korea+32
Russia+21
Brazil+15
Taiwan+11
Sweden+7
Uzbekistan+14
United Kingdom+7
UA Emirates+10
Hong Kong+6
Vietnam+2
Pakistan+4
Australia+5
Argentina+0
The Netherlands+6
Kazakhstan+8
Ukraine+1
Iran+2
Germany+4
Mexico+0
Bulgaria+3
Afghanistan+3
Ethiopia+3
Last New Hosts
- 29.229.69.39

- 36.95.214.179

- 8.216.8.37

- 34.116.193.6

- 143.198.106.219

- 45.138.16.177

- 34.62.153.47

- 202.70.139.121

- 112.243.93.148

- 115.148.89.31

- 16.5.0.242

- 24.144.114.246

- 188.240.59.56

- 137.184.87.76

- 101.53.255.80

- 8.216.4.143

- 112.46.215.27

- 197.163.221.139

- 35.233.75.93

- 35.234.25.142

- 35.253.102.9

- 35.240.77.60

- 35.252.101.216

- 35.252.156.81

- 35.229.183.115

Frequent last 24H
- 45.61.139.732

- 78.128.114.1742

- 35.253.102.91

- 185.245.184.2301

- 35.241.142.981

- 123.243.126.391

- 197.162.237.191

- 197.163.85.2061

- 66.132.186.2431

- 222.174.184.861

- 35.231.61.2071

- 35.221.226.1921

- 118.209.227.241

- 84.54.72.1461

- 1.26.90.471

- 188.168.86.61

- 188.151.147.971

- 111.70.23.2521

- 182.95.63.1261

- 138.252.38.641

- 111.70.49.1861

- 204.76.203.451

- 35.243.227.701

- 24.234.239.131

- 211.95.80.1221

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