BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+52
China+2
Korea+0
Romania+1
India+1
Brazil+1
Russia+0
Sweden+0
The Netherlands+11
Australia+0
United Kingdom+6
Germany+8
Taiwan+0
France+4
Bulgaria+5
UA Emirates+0
Pakistan+0
Hong Kong+2
Argentina+0
Vietnam+1
Turkey+0
Ethiopia+0
Israel+0
Ukraine+2
Portugal+1
Last New Hosts
- 160.187.247.119

- 106.76.93.48

- 69.5.169.101

- 45.87.249.147

- 119.152.228.250

- 134.185.81.133

- 104.199.91.44

- 36.65.8.136

- 216.226.77.10

- 20.14.74.81

- 129.213.151.234

- 193.124.20.231

- 8.229.181.119

- 112.94.252.238

- 66.163.122.124

- 191.118.27.3

- 103.47.192.51

- 122.96.28.101

- 189.18.97.61

- 183.92.114.6

- 167.172.146.119

- 4.148.17.147

- 85.175.170.253

- 64.201.82.251

- 188.166.214.47

Frequent last 24H
- 204.76.203.493

- 45.135.193.1933

- 45.156.87.1273

- 45.153.34.323

- 94.154.43.2233

- 77.90.185.782

- 85.120.216.1312

- 185.224.128.162

- 93.152.224.92

- 139.162.70.532

- 95.214.53.1572

- 71.6.232.282

- 103.203.57.42

- 142.132.140.1682

- 196.188.187.211

- 65.20.216.1331

- 125.138.166.2171

- 211.178.165.2511

- 194.32.120.1981

- 104.194.37.1761

- 206.189.59.791

- 45.148.10.311

- 71.6.134.2311

- 164.92.135.1211

- 182.95.63.1261

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