BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+51
United Kingdom+13
Germany+5
The Netherlands+5
Bulgaria+2
France+3
Ukraine+3
Seychelles+2
Poland+1
Portugal+1
China+0
Singapore+1
Brazil+1
Vietnam+1
Norway+1
Indonesia+0
UA Emirates+1
Cambodia+0
Ecuador+0
Hungary+0
Senegal+0
Jamaica+0
Guam+0
Ireland+0
Venezuela+0
Last New Hosts
- 139.162.143.122

- 45.33.98.230

- 170.187.145.169

- 8.216.3.96

- 212.30.36.79

- 165.227.201.127

- 173.255.206.220

- 68.183.83.159

- 198.58.116.92

- 192.155.95.101

- 198.74.59.236

- 20.102.44.20

- 111.227.107.45

- 169.58.181.163

- 172.236.102.195

- 8.211.46.23

- 20.102.117.132

- 94.243.12.222

- 69.5.169.100

- 185.143.228.186

- 194.88.98.94

- 34.97.100.165

- 185.192.70.114

- 69.5.169.35

- 167.99.233.124

Frequent last 24H
- 64.62.197.461

- 79.124.62.1341

- 20.102.44.201

- 94.154.43.1401

- 45.33.52.851

- 205.210.31.371

- 20.102.117.1321

- 212.30.36.791

- 193.163.125.1361

- 111.227.107.451

- 184.105.247.2321

- 8.211.46.231

- 69.5.169.1181

- 170.187.145.1691

- 20.118.32.471

- 94.154.43.361

- 172.237.155.2401

- 45.153.34.321

- 193.163.125.211

- 192.155.95.1011

- 194.88.98.881

- 143.244.40.2041

- 64.62.197.401

- 172.105.199.921

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