BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+163
China+21
India+0
Korea+8
Bulgaria+46
Russia+2
Brazil+0
The Netherlands+21
Romania+27
Germany+17
United Kingdom+12
Seychelles+16
Sweden+0
Taiwan+1
France+7
Hong Kong+3
Turkey+2
UA Emirates+6
Ukraine+8
Pakistan+1
Poland+4
Cote d'Ivoire+9
Indonesia+0
Iran+4
Singapore+2
Last New Hosts
- 183.214.38.206

- 178.142.214.148

- 94.154.43.99

- 154.90.70.69

- 91.234.6.135

- 34.156.212.46

- 208.87.3.113

- 34.53.245.82

- 77.7.242.184

- 34.77.118.133

- 103.24.192.83

- 115.77.247.81

- 117.221.136.216

- 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

Frequent last 24H
- 79.124.62.23017

- 79.124.62.13416

- 79.124.62.12615

- 154.0.30.13711

- 45.79.190.2089

- 45.142.193.1617

- 45.148.10.2306

- 188.166.40.875

- 45.153.34.325

- 158.220.105.1795

- 45.156.87.1275

- 47.120.48.1624

- 206.189.18.1004

- 104.248.170.704

- 209.217.225.184

- 180.167.128.2034

- 45.135.193.1934

- 94.154.43.1584

- 62.60.130.1483

- 217.60.195.2293

- 141.11.88.1083

- 139.59.246.943

- 159.223.24.1643

- 5.187.35.263

- 45.198.224.1453

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