BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+111
China+68
Uzbekistan+32
Kazakhstan+26
Korea+36
Russia+19
India+22
Brazil+26
Romania+14
Sweden+9
Taiwan+12
Vietnam+11
United Kingdom+9
Kyrgyz Republic+9
The Netherlands+11
Germany+10
Pakistan+2
UA Emirates+4
Australia+4
Tajikistan+8
Argentina+4
Hong Kong+7
Iran+3
Spain+3
Turkey+1
Last New Hosts
- 116.108.93.107

- 42.52.219.118

- 148.204.77.38

- 2.60.40.108

- 16.5.0.214

- 112.243.197.220

- 116.206.122.13

- 139.135.192.188

- 125.228.207.243

- 95.104.122.17

- 200.31.12.187

- 216.244.218.149

- 93.42.26.205

- 189.216.169.94

- 23.94.37.69

- 190.120.253.196

- 218.32.118.150

- 16.5.0.194

- 207.253.204.148

- 122.96.48.181

- 181.189.199.173

- 93.185.243.92

- 49.144.54.168

- 47.22.166.163

- 201.177.71.243

Frequent last 24H
- 111.33.16.6710

- 204.76.203.457

- 45.135.193.1935

- 107.150.146.695

- 85.234.131.815

- 94.154.43.2234

- 167.172.165.2514

- 130.12.180.1744

- 16.5.0.2363

- 45.153.34.323

- 185.224.128.163

- 99.192.179.1862

- 93.113.10.1942

- 45.148.10.352

- 118.45.16.1042

- 213.230.87.1192

- 45.148.10.292

- 3.151.116.2312

- 131.108.162.242

- 200.168.117.2382

- 46.227.122.672

- 89.218.157.542

- 180.165.54.952

- 80.246.14.22

- 160.119.76.1382

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