BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+89
United Kingdom+9
France+5
Germany+8
The Netherlands+7
Ukraine+4
China+4
Hong Kong+4
Brazil+2
Seychelles+3
Singapore+2
Sweden+1
Romania+1
Indonesia+1
Norway+1
Iraq+1
Armenia+1
Bolivia+0
Costa Rica+0
Venezuela+0
Italy+0
Saudi Arabia+0
Uruguay+0
Japan+0
Austria+0
Last New Hosts
- 182.120.97.153

- 146.148.123.253

- 93.158.90.15

- 93.158.90.30

- 93.158.90.43

- 152.89.218.126

- 66.132.172.254

- 130.211.56.10

- 34.77.236.213

- 162.243.73.22

- 45.156.129.78

- 57.151.99.52

- 66.235.168.126

- 159.138.59.237

- 130.193.25.11

- 139.159.157.238

- 47.84.206.186

- 170.205.31.25

- 85.11.167.151

- 217.60.97.77

- 47.251.94.248

- 35.240.70.179

- 146.190.148.136

- 45.156.129.187

- 204.76.203.212

Frequent last 24H
- 187.11.73.1352

- 67.205.128.1612

- 94.154.43.1142

- 45.135.193.1932

- 45.153.34.322

- 94.154.43.1462

- 104.131.188.1632

- 45.156.87.1272

- 146.148.123.2531

- 213.209.159.661

- 164.92.113.2491

- 65.49.1.1861

- 172.234.218.2451

- 147.185.132.1621

- 198.235.24.1191

- 85.11.167.1511

- 178.62.245.1151

- 160.119.66.101

- 45.156.129.781

- 141.253.103.2471

- 20.65.194.661

- 146.190.134.2211

- 172.234.25.1871

- 138.197.180.1241

- 84.200.24.2291

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