BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+25
United Kingdom+8
Germany+5
The Netherlands+5
Bulgaria+3
China+1
France+2
Brazil+0
Portugal+1
Hong Kong+1
Ukraine+2
Poland+1
Seychelles+1
Australia+1
Romania+1
Iran+0
Vietnam+0
Norway+1
Italy+0
Japan+0
Venezuela+0
Gambia the+0
Saudi Arabia+0
Uruguay+0
Austria+0
Last New Hosts
- 103.148.128.156

- 69.5.169.135

- 69.5.169.130

- 69.5.169.131

- 59.82.83.106

- 143.198.229.81

- 137.184.47.31

- 178.128.108.209

- 85.239.151.36

- 193.124.20.237

- 84.201.175.72

- 45.156.129.110

- 158.160.143.11

- 69.5.169.224

- 84.201.141.97

- 216.180.127.10

- 117.140.54.134

- 46.4.97.178

- 112.46.215.24

- 91.230.168.165

- 93.152.224.9

- 34.62.216.95

- 115.84.178.56

- 62.60.155.147

- 35.187.182.211

Frequent last 24H
- 193.163.125.2231

- 94.231.206.1311

- 94.154.43.1401

- 85.11.167.71

- 193.124.20.2341

- 69.5.169.2241

- 185.12.59.1181

- 193.163.125.571

- 69.5.169.1351

- 45.198.224.261

- 205.210.31.681

- 147.185.132.1471

- 85.239.151.361

- 66.132.224.441

- 203.55.131.41

- 194.88.98.1251

- 204.76.203.491

- 84.201.141.971

- 135.237.126.2001

- 77.90.185.161

- 209.141.46.1571

- 45.156.129.1101

- 84.201.175.721

- 45.135.193.1931

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