BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+117
Bulgaria+53
China+24
Romania+22
Germany+12
The Netherlands+18
United Kingdom+16
Ukraine+17
Seychelles+15
Pakistan+8
Korea+9
Cote d'Ivoire+7
Vietnam+2
Russia+4
Iran+3
Hong Kong+4
Poland+4
France+3
Taiwan+2
Brazil+1
UA Emirates+2
Kazakhstan+2
Singapore+1
Costa Rica+2
Norway+2
Last New Hosts
- 64.89.163.93

- 35.195.109.231

- 37.10.113.219

- 34.156.148.207

- 91.224.92.95

- 5.237.108.48

- 108.167.175.44

- 39.34.188.218

- 60.188.92.209

- 94.26.88.14

- 178.173.198.15

- 34.38.203.87

- 34.77.124.165

- 202.47.56.20

- 164.90.220.116

- 27.150.252.154

- 34.133.230.123

- 176.120.22.16

- 153.234.152.39

- 194.88.98.111

- 45.70.131.22

- 34.156.240.216

- 34.62.99.226

- 96.126.126.40

- 160.30.169.94

Frequent last 24H
- 79.124.62.13418

- 79.124.62.23016

- 79.124.62.12614

- 154.0.30.1379

- 47.120.48.1628

- 94.154.43.2307

- 45.148.10.2306

- 172.245.93.1946

- 45.156.87.1275

- 188.166.40.875

- 45.153.34.325

- 45.135.193.1935

- 104.248.170.704

- 34.118.254.894

- 178.20.210.1514

- 103.242.2.894

- 94.154.43.1584

- 45.141.233.693

- 94.154.43.2543

- 195.178.110.1373

- 180.167.128.2033

- 91.224.92.1473

- 45.142.193.1643

- 103.1.210.253

- 95.214.53.1573

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