BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+18
United Kingdom+3
France+2
The Netherlands+3
Germany+2
Bulgaria+2
Ukraine+2
India+0
Seychelles+1
Lithuania+1
Indonesia+0
Costa Rica+0
Mexico+0
Bolivia+0
Italy+0
Uruguay+0
Japan+0
Hungary+0
Dominican Republic+0
Peru+0
Libya+0
Denmark+0
Australia+0
Saudi Arabia+0
Gambia the+0
Last New Hosts
- 193.124.20.233

- 69.5.169.174

- 207.175.110.95

- 155.254.22.3

- 88.218.121.220

- 143.198.127.22

- 45.198.224.26

- 94.154.43.59

- 155.117.120.190

- 207.175.150.153

- 31.77.149.11

- 91.231.89.31

- 103.68.31.70

- 31.14.254.4

- 36.94.127.237

- 205.210.31.53

- 45.120.161.85

- 34.23.201.98

- 157.230.226.75

- 81.19.219.208

- 213.166.84.45

- 217.156.122.129

- 38.248.134.64

- 79.124.60.194

- 8.138.205.86

Frequent last 24H
- 88.218.121.2201

- 213.209.159.661

- 139.162.70.531

- 79.124.62.1341

- 51.159.111.441

- 155.117.120.1901

- 198.235.24.2381

- 205.210.31.1091

- 172.234.25.1871

- 198.235.24.871

- 91.92.42.1431

- 216.180.246.1531

- 45.198.224.261

- 94.154.43.591

- 198.235.24.1251

- 74.207.253.221

- 64.62.197.121

- 172.236.111.1281

- 5.61.209.441

- 64.62.197.981

- 69.5.169.1741

- 69.5.169.1551

- 139.162.78.61

- 184.105.247.2361

- 94.154.43.2541

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