BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+132
China+106
India+76
Korea+41
Russia+27
Brazil+30
Germany+38
Bulgaria+38
United Kingdom+22
Taiwan+17
Romania+26
Seychelles+15
The Netherlands+15
Sweden+8
Kazakhstan+11
Hong Kong+6
Singapore+2
UA Emirates+8
France+7
Israel+5
Australia+5
Pakistan+3
Japan+5
Bangladesh+4
Italy+0
Last New Hosts
- 69.160.104.166

- 205.210.31.56

- 66.132.186.246

- 5.187.35.142

- 103.74.20.129

- 204.76.203.26

- 34.53.140.87

- 130.211.99.95

- 59.103.104.66

- 34.53.232.72

- 120.53.102.233

- 34.129.63.49

- 176.65.139.181

- 113.77.101.39

- 2.187.6.236

- 67.184.26.46

- 115.191.32.57

- 179.43.163.26

- 119.96.96.14

- 188.113.80.177

- 141.11.88.101

- 45.192.204.105

- 47.250.196.123

- 67.205.186.142

- 154.197.57.208

Frequent last 24H
- 79.124.62.23013

- 79.124.62.13413

- 79.124.62.12612

- 45.142.193.16410

- 154.0.30.1379

- 176.65.139.1588

- 45.135.193.1937

- 115.231.78.117

- 45.148.10.2306

- 45.153.34.325

- 45.156.87.1275

- 45.194.67.1465

- 180.167.128.2034

- 150.95.25.344

- 178.20.210.1513

- 3.87.27.1563

- 176.65.148.2533

- 45.142.193.1613

- 34.52.234.1593

- 103.1.210.253

- 151.243.11.353

- 95.214.53.1573

- 91.224.92.1473

- 141.98.11.413

- 204.76.203.303

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