BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+143
China+17
India+0
Korea+7
Bulgaria+41
Russia+2
Brazil+0
The Netherlands+18
Romania+23
Germany+15
United Kingdom+11
Sweden+0
Seychelles+12
Taiwan+0
France+5
Hong Kong+2
UA Emirates+5
Turkey+1
Pakistan+1
Ukraine+7
Indonesia+0
Poland+3
Cote d'Ivoire+7
Singapore+2
Italy+0
Last New Hosts
- 34.87.64.42

- 120.48.54.198

- 8.219.190.201

- 110.45.8.193

- 69.5.169.20

- 149.118.135.252

- 103.244.172.29

- 78.128.114.118

- 82.199.51.82

- 139.59.91.235

- 123.145.30.95

- 110.36.24.131

- 104.192.3.106

- 34.140.240.126

- 34.79.41.91

- 111.21.50.70

- 120.85.118.42

- 85.217.149.26

- 45.138.16.83

- 121.121.198.26

- 162.33.178.231

- 34.77.165.213

- 34.38.186.39

- 180.158.93.247

- 45.74.0.144

Frequent last 24H
- 79.124.62.23017

- 79.124.62.13416

- 79.124.62.12614

- 154.0.30.13710

- 45.79.190.2089

- 45.142.193.1618

- 45.148.10.2306

- 47.120.48.1626

- 45.153.34.325

- 45.156.87.1275

- 158.220.105.1795

- 45.135.193.1935

- 209.217.225.185

- 188.166.40.875

- 206.189.18.1004

- 94.154.43.1584

- 180.167.128.2034

- 178.20.210.1513

- 217.60.195.2293

- 104.248.170.703

- 45.148.10.1213

- 139.59.246.943

- 91.224.92.1473

- 95.214.53.1573

- 45.142.193.533

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