BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+149
China+92
Korea+53
India+70
Brazil+33
Bulgaria+55
Russia+36
Romania+25
Germany+20
UA Emirates+14
Taiwan+14
Seychelles+18
Sweden+8
Vietnam+10
United Kingdom+10
Pakistan+5
Hong Kong+10
The Netherlands+10
Italy+7
France+9
Australia+6
Argentina+6
Ethiopia+6
Poland+6
Cote d'Ivoire+7
Last New Hosts
- 165.227.194.134

- 34.62.58.191

- 34.38.149.206

- 94.154.43.43

- 147.135.114.224

- 94.154.43.192

- 89.40.3.184

- 64.89.163.165

- 34.22.224.240

- 34.38.211.18

- 35.195.226.52

- 34.22.251.11

- 139.227.100.253

- 39.106.230.113

- 106.12.221.161

- 14.229.243.25

- 91.99.31.242

- 94.154.43.66

- 164.92.129.176

- 121.175.84.122

- 104.155.115.90

- 14.103.10.167

- 85.217.140.22

- 5.42.89.15

- 153.117.13.233

Frequent last 24H
- 79.124.62.23017

- 79.124.62.13416

- 79.124.62.12615

- 45.142.193.1619

- 154.0.30.1378

- 115.231.78.116

- 45.148.10.2306

- 45.198.224.55

- 180.167.128.2034

- 47.120.48.1624

- 150.95.25.344

- 141.11.88.1014

- 94.156.152.2344

- 45.135.193.1934

- 45.194.67.1464

- 45.153.34.323

- 139.19.117.1293

- 44.215.219.2363

- 160.119.76.853

- 72.167.49.1323

- 34.140.23.2333

- 180.167.128.2023

- 45.198.224.1453

- 95.214.53.1573

- 94.154.43.1583

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