BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+20
Germany+5
Ukraine+5
The Netherlands+3
Bulgaria+2
United Kingdom+1
Hong Kong+1
Seychelles+1
Austria+1
Saint Kitts and Nevis+0
Russia+1
Singapore+0
Indonesia+0
Korea+0
Bolivia+0
Switzerland+0
South Africa+0
Costa Rica+0
Uruguay+0
Italy+0
Mexico+0
Denmark+0
Dominican Republic+0
Saudi Arabia+0
Japan+0
Last New Hosts
- 217.156.122.129

- 38.248.134.64

- 79.124.60.194

- 8.138.205.86

- 40.233.27.75

- 104.140.148.86

- 47.77.210.241

- 104.140.148.102

- 80.218.180.163

- 104.234.53.111

- 104.140.148.54

- 117.252.86.216

- 194.48.248.150

- 50.3.85.50

- 81.19.219.227

- 185.216.145.188

- 50.255.62.89

- 202.70.139.116

- 151.243.11.230

- 172.105.186.52

- 5.226.140.103

- 20.63.10.215

- 209.99.190.110

- 91.107.134.11

- 20.215.216.94

Frequent last 24H
- 47.77.210.2411

- 94.154.43.121

- 64.89.163.1681

- 94.154.43.1401

- 45.77.61.561

- 45.33.110.791

- 91.92.42.1431

- 117.252.86.2161

- 104.140.148.1021

- 94.154.43.2301

- 64.62.197.1761

- 199.45.154.1821

- 5.61.209.441

- 77.90.185.781

- 50.255.62.891

- 5.226.140.1031

- 45.135.193.1931

- 185.216.145.1881

- 176.65.148.21

- 172.236.96.751

- 147.185.132.1201

- 45.153.34.321

- 45.156.87.1271

- 202.70.139.1161

- 170.130.204.1141

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