BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+29
Germany+5
The Netherlands+3
United Kingdom+2
China+1
Bulgaria+2
Ukraine+1
France+1
Seychelles+1
Hong Kong+1
Norway+1
Portugal+1
Spain+1
Reunion+0
Gabon+0
Bolivia+0
Jamaica+0
Nauru+0
Guam+0
Cambodia+0
Kiribati+0
Montserrat+0
Cameroon+0
Aruba+0
Liechtenstein+0
Last New Hosts
- 77.90.185.226

- 45.128.199.183

- 198.74.52.167

- 97.107.137.245

- 24.199.107.147

- 104.248.45.78

- 40.90.227.189

- 134.33.97.154

- 20.14.94.26

- 20.55.91.154

- 172.180.64.136

- 20.171.13.6

- 20.171.192.133

- 57.154.208.126

- 39.34.188.43

- 20.163.34.119

- 47.251.49.239

- 57.154.210.72

- 52.188.185.48

- 20.171.11.24

- 143.198.51.50

- 200.168.117.238

- 185.149.27.39

- 51.79.191.234

- 194.26.192.128

Frequent last 24H
- 213.209.159.661

- 45.77.61.561

- 64.62.197.971

- 193.163.125.61

- 198.235.24.1091

- 64.62.156.2141

- 185.12.59.1181

- 134.33.97.1541

- 91.196.152.911

- 20.163.34.1191

- 205.210.31.2521

- 79.124.58.2461

- 89.248.165.2031

- 147.185.132.911

- 57.154.210.721

- 77.90.185.781

- 167.172.165.2511

- 198.74.52.1671

- 66.132.172.2371

- 20.171.192.1331

- 66.132.186.2461

- 45.135.193.1931

- 40.90.227.1891

- 194.164.107.51

- 64.62.156.921

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