BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+11
Germany+8
The Netherlands+1
Bulgaria+2
United Kingdom+0
Brazil+1
France+1
Seychelles+1
Switzerland+0
Romania+0
Malaysia+0
Pakistan+0
Bolivia+0
Costa Rica+0
Hungary+0
Italy+0
Uruguay+0
Japan+0
Venezuela+0
Denmark+0
Dominican Republic+0
Gambia the+0
Libya+0
Saudi Arabia+0
Australia+0
Last New Hosts
- 5.252.83.20

- 167.99.42.1

- 185.226.93.78

- 2.57.17.104

- 159.203.171.120

- 2.57.17.122

- 154.16.44.252

- 103.233.0.90

- 64.62.197.163

- 67.207.90.236

- 172.234.199.190

- 91.230.168.160

- 31.76.120.127

- 192.3.180.222

- 194.88.98.117

- 69.5.169.170

- 45.79.192.230

- 31.77.227.121

- 93.88.203.92

- 69.5.169.194

- 45.79.219.104

- 66.132.224.39

- 203.159.90.216

- 152.42.227.8

- 45.8.17.142

Frequent last 24H
- 67.207.90.2362

- 162.217.100.362

- 162.217.100.412

- 213.209.159.662

- 192.3.180.2221

- 79.124.40.1381

- 193.124.20.2321

- 176.65.134.31

- 20.168.120.441

- 154.16.44.2521

- 198.235.24.811

- 64.62.197.1421

- 205.210.31.2331

- 2.57.17.1221

- 185.226.93.781

- 64.62.197.1931

- 5.61.209.441

- 167.99.42.11

- 147.185.132.2551

- 77.90.185.161

- 173.255.223.321

- 198.235.24.441

- 194.88.98.1151

- 172.236.123.2081

- 64.89.163.1421

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