BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+40
The Netherlands+5
United Kingdom+3
Germany+5
France+2
Bulgaria+1
Ukraine+2
Greece+0
China+0
India+1
Singapore+1
Malaysia+0
Portugal+1
Brazil+0
Bolivia+0
Costa Rica+0
Venezuela+0
Italy+0
Japan+0
Austria+0
Switzerland+0
Denmark+0
Uruguay+0
Saudi Arabia+0
Dominican Republic+0
Last New Hosts
- 94.231.206.1

- 78.159.101.99

- 69.5.169.26

- 223.123.49.121

- 205.210.31.42

- 194.88.98.109

- 171.67.71.223

- 189.18.162.102

- 172.105.7.213

- 31.171.130.144

- 194.88.98.123

- 73.172.8.81

- 34.50.80.63

- 91.231.89.191

- 172.232.103.63

- 60.182.49.175

- 93.123.109.39

- 111.90.148.150

- 193.124.20.246

- 193.124.20.238

- 2.87.238.255

- 91.230.168.8

- 191.23.94.128

- 182.120.97.153

- 146.148.123.253

Frequent last 24H
- 64.62.197.461

- 78.159.101.991

- 173.255.223.491

- 64.62.197.701

- 45.77.61.561

- 172.239.62.1091

- 159.138.59.2371

- 64.62.156.1131

- 172.236.111.1971

- 194.88.98.831

- 45.33.84.1241

- 194.88.98.1021

- 65.49.1.1891

- 100.29.192.11

- 77.90.185.781

- 66.132.186.2441

- 45.156.128.591

- 69.5.169.261

- 172.236.123.2081

- 45.79.153.511

- 194.88.98.1091

- 64.62.197.1251

- 45.135.193.1931

- 94.154.43.1461

- 213.209.159.661

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