BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+76
China+4
Romania+1
Korea+1
India+0
Russia+0
Germany+9
Taiwan+0
Brazil+2
Sweden+0
United Kingdom+4
France+5
UA Emirates+0
Bulgaria+4
The Netherlands+4
Australia+0
Canada+3
Ukraine+4
Portugal+1
Thailand+0
Kazakhstan+0
Spain+0
Vietnam+0
Nigeria+0
Pakistan+0
Last New Hosts
- 20.38.34.38

- 45.79.145.211

- 112.46.215.100

- 4.148.240.211

- 188.166.246.145

- 40.124.82.199

- 51.89.193.208

- 104.155.47.176

- 48.217.82.56

- 4.227.180.172

- 20.82.38.160

- 89.116.50.72

- 20.83.166.39

- 34.138.108.228

- 172.191.171.12

- 104.199.107.114

- 34.62.218.92

- 185.189.45.230

- 20.42.82.253

- 47.237.127.230

- 150.241.70.246

- 16.5.0.244

- 148.59.129.30

- 209.38.93.248

- 64.62.156.215

Frequent last 24H
- 45.153.34.872

- 45.156.87.1272

- 152.243.213.2472

- 94.154.43.702

- 66.132.224.372

- 139.144.239.982

- 204.76.203.492

- 45.153.34.322

- 45.135.193.1932

- 94.154.43.2542

- 74.82.47.221

- 111.70.11.781

- 92.118.39.2271

- 20.42.82.2531

- 195.222.57.1831

- 168.253.224.2421

- 103.171.55.2421

- 112.187.204.1881

- 205.210.31.1941

- 65.20.217.641

- 89.116.50.721

- 65.20.158.101

- 64.89.160.1111

- 111.31.166.981

- 45.142.193.1611

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