BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+170
China+72
India+61
Korea+43
Brazil+26
Russia+35
Germany+43
Bulgaria+40
Taiwan+16
Romania+26
United Kingdom+15
Seychelles+18
Kazakhstan+10
Sweden+8
The Netherlands+12
Hong Kong+9
UA Emirates+6
Pakistan+3
Australia+6
France+8
Afghanistan+5
Japan+8
Vietnam+6
Mozambique+4
Ethiopia+2
Last New Hosts
- 183.212.235.221

- 49.142.74.19

- 123.136.29.87

- 47.245.54.87

- 35.205.143.232

- 23.147.68.16

- 34.156.245.146

- 47.251.46.185

- 64.62.156.213

- 153.117.33.175

- 134.122.45.119

- 114.37.224.100

- 95.220.41.250

- 201.63.52.54

- 186.215.245.175

- 109.173.39.103

- 96.1.40.151

- 94.16.17.141

- 81.25.159.170

- 65.20.251.41

- 65.20.138.3

- 64.53.7.231

- 60.175.91.53

- 59.12.212.38

- 51.162.192.62

Frequent last 24H
- 79.124.62.23011

- 79.124.62.12610

- 45.142.193.1619

- 79.124.62.1349

- 154.0.30.1379

- 45.148.10.2307

- 45.142.193.1647

- 150.95.25.347

- 115.231.78.116

- 45.198.224.56

- 176.65.139.1586

- 45.135.193.1935

- 45.153.34.325

- 176.65.148.274

- 3.87.27.1564

- 45.156.87.1274

- 45.194.67.1464

- 179.43.163.263

- 204.76.203.493

- 180.167.128.2033

- 87.251.64.1583

- 79.124.62.1783

- 3.142.170.603

- 45.142.193.353

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