BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+54
United Kingdom+2
Germany+4
Sweden+0
The Netherlands+2
India+0
Bulgaria+1
Seychelles+1
France+1
Singapore+1
Portugal+0
China+0
Ukraine+2
Brazil+0
Russia+0
Indonesia+0
Chile+0
UA Emirates+0
Bolivia+0
Costa Rica+0
Venezuela+0
Italy+0
Saudi Arabia+0
Uruguay+0
Japan+0
Last New Hosts
- 172.105.7.213

- 31.171.130.144

- 194.88.98.123

- 73.172.8.81

- 34.50.80.63

- 91.231.89.191

- 172.232.103.63

- 60.182.49.175

- 93.123.109.39

- 111.90.148.150

- 193.124.20.246

- 193.124.20.238

- 2.87.238.255

- 91.230.168.8

- 191.23.94.128

- 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

Frequent last 24H
- 45.77.61.562

- 45.156.87.1272

- 94.154.43.1142

- 162.217.100.412

- 45.135.193.1932

- 94.154.43.1462

- 45.153.34.322

- 20.42.115.2281

- 146.148.123.2531

- 35.240.70.1791

- 34.50.80.631

- 85.11.167.1511

- 147.185.132.1621

- 64.62.197.2321

- 173.255.223.731

- 67.205.128.1611

- 205.210.31.1961

- 65.49.20.1171

- 146.190.134.2211

- 64.62.156.1991

- 205.210.31.801

- 172.234.25.1871

- 45.33.110.791

- 100.29.192.1181

- 141.253.103.2471

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