BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+33
Germany+5
The Netherlands+5
United Kingdom+3
Seychelles+3
France+2
Ukraine+2
Vietnam+1
Hong Kong+1
Thailand+1
China+1
Singapore+1
Argentina+0
Pakistan+1
Russia+1
Ireland+0
Bolivia+0
Colombia+0
Switzerland+0
Costa Rica+0
South Africa+0
Hungary+0
Uruguay+0
Saudi Arabia+0
Denmark+0
Last New Hosts
- 178.46.157.5

- 46.101.211.206

- 34.77.59.235

- 81.19.216.89

- 34.79.207.65

- 34.77.54.245

- 81.19.216.125

- 50.116.72.209

- 159.192.137.133

- 82.223.48.108

- 185.136.15.77

- 5.61.209.44

- 45.14.192.22

- 20.197.195.24

- 91.231.89.187

- 172.174.165.9

- 66.132.224.42

- 20.29.56.192

- 34.64.56.43

- 178.128.213.191

- 64.62.197.175

- 31.77.227.10

- 152.42.206.252

- 129.212.234.147

- 45.4.255.167

Frequent last 24H
- 94.154.43.1402

- 45.135.193.1932

- 45.198.224.52

- 45.156.87.1272

- 172.104.100.1171

- 147.185.132.1621

- 46.101.211.2061

- 130.49.181.911

- 8.211.33.231

- 222.252.28.1861

- 34.79.207.651

- 77.90.185.101

- 205.210.31.291

- 156.225.1.101

- 5.61.209.441

- 205.210.31.381

- 205.210.31.1491

- 204.76.203.491

- 45.14.192.221

- 147.185.132.1501

- 34.77.59.2351

- 205.186.137.751

- 64.89.163.821

- 198.235.24.1351

- 69.87.207.1361

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