BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+29
Seychelles+8
France+6
Germany+4
Bulgaria+4
United Kingdom+1
Ukraine+3
Singapore+0
The Netherlands+2
Poland+1
Russia+0
Mongolia+0
Iraq+1
Taiwan+1
Brazil+1
Senegal+0
Ireland+0
Switzerland+0
Italy+0
Malawi+0
Japan+0
Australia+0
Cameroon+0
Guam+0
Belarus+0
Last New Hosts
- 36.106.166.139

- 45.194.67.17

- 35.189.253.64

- 193.163.125.125

- 220.197.85.87

- 1.24.16.64

- 123.160.235.78

- 45.194.67.47

- 45.194.67.42

- 172.174.201.6

- 205.210.31.59

- 45.194.67.15

- 20.102.109.122

- 172.180.64.46

- 123.191.157.129

- 20.14.93.141

- 20.124.86.130

- 72.255.33.178

- 20.40.222.102

- 223.199.179.254

- 62.133.46.22

- 111.113.88.118

- 47.88.94.31

- 159.223.173.125

- 179.189.155.192

Frequent last 24H
- 205.210.31.691

- 1.34.10.661

- 220.197.85.871

- 172.237.137.891

- 123.160.235.781

- 20.40.222.1021

- 85.239.151.741

- 20.102.109.1221

- 64.62.197.1011

- 172.234.218.2451

- 20.124.86.1301

- 193.163.125.1251

- 45.194.67.151

- 172.234.222.2491

- 172.104.100.1171

- 94.154.43.1401

- 85.11.167.71

- 80.13.153.1401

- 205.210.31.591

- 91.92.47.781

- 62.133.46.221

- 205.210.31.371

- 172.180.64.461

- 45.194.67.431

- 147.185.132.1531

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