BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+53
United Kingdom+12
Germany+3
The Netherlands+3
Ukraine+3
China+0
Bulgaria+3
France+2
Seychelles+2
Indonesia+1
India+0
Turkey+1
UA Emirates+1
Mexico+0
Portugal+1
Ecuador+0
Senegal+0
Venezuela+0
Ireland+0
Guam+0
Italy+0
Peru+0
Malawi+0
Jamaica+0
Cameroon+0
Last New Hosts
- 69.5.169.108

- 136.65.125.67

- 223.93.65.112

- 161.35.70.45

- 193.163.125.126

- 172.236.102.190

- 68.183.195.232

- 172.237.137.89

- 23.92.26.28

- 198.74.58.111

- 165.245.250.228

- 20.112.233.74

- 157.230.212.191

- 185.130.61.154

- 69.5.169.22

- 148.59.129.24

- 148.59.129.34

- 148.59.129.33

- 148.59.129.36

- 148.59.129.31

- 194.88.98.91

- 151.243.11.22

- 207.175.217.79

- 187.57.131.55

- 59.82.83.76

Frequent last 24H
- 20.65.193.2041

- 64.62.197.291

- 172.202.122.2071

- 172.104.100.1171

- 193.163.125.1261

- 45.77.61.561

- 20.65.194.1681

- 94.231.206.1351

- 94.154.43.1401

- 148.59.129.331

- 66.132.224.351

- 79.124.56.2261

- 202.158.3.391

- 65.49.20.941

- 165.245.250.2281

- 74.82.47.201

- 194.88.98.1021

- 185.130.61.1541

- 205.210.31.391

- 135.233.112.241

- 109.105.210.641

- 172.104.19.1601

- 66.132.224.281

- 5.61.209.441

- 213.209.159.661

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