BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+36
France+6
Bulgaria+4
Germany+3
Hong Kong+0
Ukraine+3
The Netherlands+3
Turkey+1
United Kingdom+0
Brazil+1
Moldova+1
Portugal+1
Cambodia+0
Ecuador+0
Venezuela+0
Senegal+0
Jamaica+0
Ireland+0
Australia+0
Guam+0
Malawi+0
Italy+0
Cameroon+0
Gabon+0
Belarus+0
Last New Hosts
- 50.234.108.8

- 101.53.228.216

- 47.89.242.216

- 47.251.122.40

- 102.206.122.56

- 172.236.102.250

- 198.74.58.157

- 23.92.26.208

- 101.13.10.157

- 199.45.154.57

- 66.78.40.234

- 8.209.201.82

- 47.251.63.210

- 185.226.92.131

- 139.135.41.161

- 165.22.2.163

- 40.119.35.228

- 20.55.77.33

- 20.169.89.99

- 45.82.76.134

- 91.230.168.34

- 157.245.101.187

- 135.233.116.98

- 79.124.56.222

- 34.180.113.115

Frequent last 24H
- 40.124.185.2401

- 65.49.1.2281

- 198.235.24.2031

- 8.209.201.821

- 213.209.159.661

- 216.218.206.1171

- 139.135.41.1611

- 64.62.156.1511

- 80.13.153.1401

- 45.82.76.1341

- 91.92.47.781

- 47.251.122.401

- 147.185.132.401

- 64.62.197.721

- 101.13.10.1571

- 40.119.35.2281

- 204.76.203.491

- 198.235.24.1641

- 176.123.5.1261

- 47.89.242.2161

- 185.226.92.1311

- 66.132.224.451

- 66.132.224.271

- 172.236.102.2501

- 50.234.108.81

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