BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+113
China+10
Korea+10
Germany+14
Argentina+1
Ukraine+8
The Netherlands+14
United Kingdom+7
Russia+1
Mexico+0
Brazil+4
Pakistan+0
Taiwan+4
Romania+4
Hong Kong+2
France+3
Canada+3
India+2
Indonesia+2
South Africa+0
Colombia+0
UA Emirates+1
Egypt+0
Singapore+1
Czech Republic+0
Last New Hosts
- 2.180.7.157

- 20.64.98.197

- 220.129.136.227

- 31.41.94.65

- 152.42.52.86

- 52.5.223.188

- 119.166.20.108

- 101.36.114.4

- 146.103.97.119

- 3.88.203.46

- 66.132.195.51

- 88.138.77.188

- 164.92.182.157

- 39.155.11.253

- 20.112.235.222

- 154.23.38.158

- 15.220.68.222

- 153.66.19.136

- 153.117.27.129

- 59.27.255.168

- 197.240.51.207

- 194.126.180.177

- 159.65.170.134

- 179.63.52.240

- 194.44.41.133

Frequent last 24H
- 111.33.16.6711

- 16.5.0.2369

- 85.234.131.816

- 185.224.128.166

- 130.12.180.1746

- 217.21.193.744

- 103.131.61.1633

- 45.153.34.323

- 107.150.146.693

- 177.188.141.753

- 94.154.43.1633

- 45.153.34.393

- 103.243.184.1623

- 176.65.134.1213

- 159.203.20.2393

- 94.154.43.573

- 71.90.30.533

- 66.175.212.772

- 77.239.124.1212

- 34.124.197.1412

- 45.153.34.872

- 45.156.87.1272

- 92.118.39.932

- 100.28.153.2262

- 45.138.12.142

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