BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+157
China+84
India+66
Korea+45
Bulgaria+71
Brazil+36
Germany+48
Russia+23
Romania+27
Sweden+11
The Netherlands+17
Seychelles+20
Pakistan+8
Hong Kong+13
Singapore+6
Vietnam+9
United Kingdom+12
Taiwan+11
UA Emirates+7
France+12
Australia+5
Canada+4
Spain+3
Iran+6
Cote d'Ivoire+7
Last New Hosts
- 24.59.14.116

- 115.186.182.204

- 164.52.24.181

- 41.142.61.241

- 85.250.161.156

- 115.51.91.39

- 172.197.176.15

- 208.109.244.195

- 59.12.222.160

- 144.48.135.113

- 89.250.170.170

- 104.248.132.148

- 40.76.124.110

- 95.59.142.69

- 20.80.80.29

- 39.34.188.96

- 41.42.242.253

- 89.222.205.150

- 121.176.181.38

- 8.216.16.18

- 116.255.235.104

- 20.171.25.167

- 191.23.62.139

- 192.3.245.167

- 94.16.17.139

Frequent last 24H
- 79.124.62.12621

- 79.124.62.13420

- 79.124.62.23017

- 92.204.128.611

- 45.142.193.16111

- 47.120.48.16210

- 154.0.30.13710

- 45.135.193.1937

- 176.65.139.1407

- 45.198.224.57

- 45.153.34.326

- 115.231.78.116

- 45.148.10.2306

- 45.156.87.1275

- 118.139.165.24

- 180.167.128.2034

- 80.94.92.1304

- 45.194.67.1464

- 208.109.244.1953

- 103.1.210.253

- 45.198.224.1453

- 95.214.53.1573

- 91.224.92.1473

- 144.202.92.173

- 77.90.185.783

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