BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+39
China+2
United Kingdom+2
The Netherlands+5
France+5
Bulgaria+3
Germany+4
Romania+1
Vietnam+0
India+0
Brazil+1
Seychelles+1
Ukraine+2
Russia+0
Korea+0
Hong Kong+0
Indonesia+0
Pakistan+0
Iran+0
Argentina+0
Chile+0
Congo+0
Sudan+0
Uruguay+0
Reunion+0
Last New Hosts
- 8.234.213.119

- 4.204.224.164

- 34.176.79.224

- 34.15.143.158

- 211.101.237.45

- 20.151.10.161

- 34.175.243.94

- 35.242.131.85

- 103.125.162.173

- 20.65.202.49

- 34.80.9.159

- 162.243.162.20

- 195.178.110.60

- 74.117.6.146

- 20.118.24.6

- 20.40.253.42

- 193.32.162.148

- 4.148.1.83

- 40.124.186.85

- 52.248.42.99

- 45.128.199.191

- 74.235.139.83

- 212.83.176.122

- 113.253.65.76

- 176.65.149.193

Frequent last 24H
- 4.148.1.831

- 172.236.106.1131

- 66.132.186.2171

- 147.185.132.421

- 103.203.57.41

- 199.45.155.801

- 213.209.159.661

- 20.40.253.421

- 4.204.224.1641

- 45.128.199.1911

- 189.18.97.611

- 79.124.62.1341

- 74.235.139.831

- 85.11.167.71

- 35.237.212.491

- 34.131.87.191

- 80.13.153.1401

- 172.233.221.1151

- 4.150.189.161

- 23.92.26.211

- 173.255.243.631

- 176.65.149.1931

- 74.117.6.1461

- 64.62.197.651

- 193.32.162.1481

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