BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+33
Germany+6
The Netherlands+3
United Kingdom+3
Ukraine+2
Canada+2
Sweden+0
Norway+1
Brazil+0
Saint Kitts and Nevis+1
Russia+1
Singapore+1
Thailand+0
France+0
Austria+1
Venezuela+0
Bulgaria+1
Romania+0
Ecuador+0
Senegal+0
Peru+0
Ireland+0
Cameroon+0
Bolivia+0
Gambia the+0
Last New Hosts
- 20.63.10.215

- 209.99.190.110

- 91.107.134.11

- 20.215.216.94

- 137.23.50.92

- 144.76.32.190

- 80.82.65.226

- 20.215.218.234

- 20.79.29.209

- 213.209.159.175

- 158.158.32.226

- 68.221.69.72

- 20.197.195.24

- 136.117.246.108

- 47.245.127.214

- 147.182.214.250

- 157.230.210.106

- 36.93.143.99

- 20.106.49.2

- 91.92.42.143

- 68.183.191.143

- 211.186.115.35

- 69.5.169.238

- 34.47.27.218

- 20.84.101.167

Frequent last 24H
- 20.64.105.2371

- 213.209.159.661

- 167.94.145.201

- 205.210.31.1081

- 20.65.194.1681

- 94.154.43.1401

- 137.23.50.921

- 79.124.62.2301

- 198.235.24.2021

- 36.93.143.991

- 91.92.42.1431

- 45.86.202.1101

- 185.12.59.1181

- 20.63.10.2151

- 172.232.15.2501

- 69.5.169.2051

- 40.124.175.1551

- 193.163.125.1091

- 172.238.171.101

- 20.83.27.891

- 77.90.185.781

- 45.79.82.1141

- 20.197.195.241

- 213.209.159.1751

- 52.20.198.1901

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