BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+26
Germany+4
United Kingdom+3
Bulgaria+4
China+1
France+2
The Netherlands+3
Ukraine+2
Pakistan+0
Iran+0
Austria+1
Russia+1
UA Emirates+0
Indonesia+1
Portugal+1
Bolivia+1
Costa Rica+0
Italy+0
Colombia+0
Japan+0
Uruguay+0
Mexico+0
Peru+0
Saudi Arabia+0
Denmark+0
Last New Hosts
- 94.231.206.10

- 59.96.139.168

- 94.156.104.232

- 37.140.254.73

- 138.197.148.53

- 188.166.235.250

- 134.122.21.224

- 68.183.107.248

- 94.231.206.0

- 116.172.251.211

- 64.62.156.209

- 151.243.11.236

- 223.123.72.236

- 159.89.116.120

- 62.60.155.146

- 45.88.228.70

- 182.242.169.105

- 193.124.20.249

- 194.187.176.189

- 194.187.176.253

- 172.233.117.214

- 123.233.234.110

- 103.26.82.190

- 38.99.239.208

- 69.5.169.178

Frequent last 24H
- 45.156.129.761

- 205.210.31.2441

- 66.132.186.2491

- 45.91.64.71

- 172.104.131.241

- 193.124.20.2271

- 94.156.104.2321

- 195.178.110.1371

- 185.107.80.931

- 103.203.57.41

- 64.62.197.1181

- 64.89.163.941

- 213.209.159.661

- 64.62.197.291

- 181.115.192.101

- 91.231.89.2021

- 64.62.197.1311

- 64.62.197.431

- 66.132.186.2411

- 205.210.31.1081

- 172.104.100.1171

- 94.154.43.1141

- 85.11.167.71

- 199.45.154.1851

- 59.96.139.1681

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