BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+28
United Kingdom+10
Hong Kong+0
The Netherlands+3
Seychelles+1
France+1
China+1
Norway+1
Ukraine+1
Germany+1
Venezuela+0
Gambia the+0
Japan+0
Italy+0
Austria+0
Peru+0
Australia+0
Bolivia+0
Libya+0
Cambodia+0
Dominican Republic+0
Denmark+0
Uruguay+0
Saudi Arabia+0
Colombia+0
Last New Hosts
- 204.76.203.7

- 78.27.173.156

- 194.88.98.113

- 69.5.169.252

- 34.126.187.46

- 139.59.7.47

- 167.172.157.155

- 69.5.169.160

- 69.5.169.218

- 8.216.6.220

- 45.156.128.234

- 69.5.169.169

- 202.141.101.85

- 64.62.197.135

- 5.226.140.112

- 5.226.140.97

- 185.114.156.58

- 142.93.30.34

- 38.101.151.160

- 168.144.135.119

- 104.248.113.243

- 193.32.209.251

- 182.16.91.250

- 112.121.183.38

- 157.250.205.35

Frequent last 24H
- 193.124.20.2321

- 161.35.190.2461

- 71.6.199.231

- 195.230.103.2421

- 193.124.20.2341

- 64.62.197.511

- 185.12.59.1181

- 45.156.128.2341

- 139.59.7.471

- 65.49.1.1851

- 69.5.169.1691

- 65.49.1.1761

- 69.5.169.1601

- 8.216.6.2201

- 204.76.203.491

- 78.27.173.1561

- 194.88.98.1151

- 69.5.169.2261

- 193.163.125.561

- 147.185.132.731

- 45.194.92.141

- 69.5.169.2281

- 45.153.34.321

- 185.224.128.161

- 193.124.20.2531

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