BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+42
UA Emirates+2
Germany+4
Bulgaria+3
The Netherlands+3
Seychelles+2
China+1
France+2
United Kingdom+2
Ukraine+2
Singapore+0
Brazil+1
Hong Kong+1
Argentina+0
Indonesia+0
Vietnam+1
Cambodia+0
Ecuador+0
Hungary+0
Senegal+0
Jamaica+0
Ireland+0
Venezuela+0
Gabon+0
Australia+0
Last New Hosts
- 164.92.96.37

- 85.11.167.250

- 103.213.112.0

- 167.71.70.246

- 91.92.47.78

- 47.245.135.94

- 23.92.26.21

- 45.79.145.233

- 165.232.162.126

- 45.198.224.27

- 1.24.16.29

- 20.118.235.252

- 91.92.47.58

- 34.129.236.16

- 185.192.70.246

- 45.194.67.43

- 40.124.178.247

- 47.84.143.221

- 151.243.11.12

- 43.136.53.215

- 181.78.0.82

- 151.243.24.50

- 64.62.156.206

- 199.45.154.69

- 36.94.116.241

Frequent last 24H
- 66.132.172.2291

- 193.163.125.1341

- 45.198.224.271

- 64.62.197.1011

- 64.62.197.731

- 165.232.162.1261

- 79.124.62.1341

- 94.154.43.1401

- 199.45.154.1801

- 144.225.124.1881

- 1.24.16.291

- 45.33.78.701

- 172.239.62.1091

- 222.252.28.1861

- 193.163.125.291

- 64.62.156.1221

- 64.62.156.1801

- 66.132.224.351

- 23.92.26.211

- 194.180.48.1311

- 91.92.47.781

- 66.132.224.381

- 47.245.135.941

- 45.79.145.2331

- 66.132.186.2171

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