BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+123
Bulgaria+49
China+28
United Kingdom+13
Romania+30
Germany+24
Seychelles+22
The Netherlands+19
Pakistan+3
Singapore+4
Vietnam+3
France+7
Cote d'Ivoire+7
Ukraine+6
Korea+2
Hong Kong+4
Iran+4
Turkey+0
UA Emirates+3
Costa Rica+4
Russia+4
Japan+1
Poland+2
Argentina+0
Kazakhstan+2
Last New Hosts
- 217.165.50.32

- 121.104.61.248

- 161.81.122.151

- 202.9.122.151

- 181.164.139.227

- 135.148.217.213

- 223.123.72.205

- 186.33.49.166

- 163.128.104.79

- 186.249.205.18

- 5.202.244.217

- 94.154.43.30

- 103.73.101.129

- 137.59.230.145

- 137.59.230.68

- 223.199.170.36

- 34.41.219.65

- 27.43.205.95

- 138.197.216.103

- 64.62.156.207

- 47.242.179.91

- 164.92.72.100

- 91.92.42.227

- 194.180.49.56

- 115.215.10.32

Frequent last 24H
- 79.124.62.13421

- 79.124.62.23016

- 79.124.62.12614

- 47.120.48.16212

- 154.0.30.13710

- 34.23.80.1019

- 45.148.10.2307

- 45.153.34.327

- 45.135.193.1936

- 188.166.40.875

- 45.142.193.1615

- 104.248.170.705

- 45.156.87.1275

- 45.198.224.55

- 201.205.247.464

- 45.142.193.1644

- 180.167.128.2034

- 217.60.195.2293

- 79.124.62.1783

- 95.214.53.1573

- 94.154.43.2303

- 5.187.35.263

- 144.202.92.173

- 103.1.210.253

- 91.224.92.1473

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