BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+37
United Kingdom+5
Germany+3
The Netherlands+3
France+3
Bulgaria+1
Seychelles+0
Ukraine+0
Peru+1
Pakistan+0
Singapore+0
Costa Rica+0
Hungary+0
Bolivia+0
Italy+0
Uruguay+0
Japan+0
Venezuela+0
Dominican Republic+0
Gambia the+0
Libya+0
Denmark+0
Australia+0
Saudi Arabia+0
Colombia+0
Last New Hosts
- 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

- 193.25.217.25

- 142.93.253.54

- 161.35.111.220

- 97.107.130.115

- 45.148.10.125

- 69.164.214.173

- 223.123.43.44

Frequent last 24H
- 74.82.47.401

- 69.5.169.1941

- 177.112.215.1601

- 31.77.227.1211

- 213.209.159.661

- 193.124.20.2321

- 65.49.1.351

- 172.104.100.1171

- 192.3.180.2221

- 79.124.40.1381

- 64.62.197.1931

- 69.5.169.1701

- 142.93.253.541

- 159.65.68.1281

- 80.13.153.1401

- 198.235.24.811

- 203.159.90.2161

- 64.62.197.1421

- 205.210.31.2331

- 45.79.192.2301

- 64.89.163.1421

- 91.230.168.1501

- 147.185.132.2551

- 198.235.24.1111

- 172.236.106.1131

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