BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+200
Bulgaria+52
China+19
Romania+26
Germany+24
Ukraine+21
United Kingdom+12
The Netherlands+12
Seychelles+14
Pakistan+5
UA Emirates+7
Singapore+5
France+7
Hong Kong+7
Russia+5
Vietnam+2
Iran+2
Lithuania+4
Cote d'Ivoire+3
Turkey+1
Costa Rica+3
Korea+3
Indonesia+0
Poland+2
Argentina+1
Last New Hosts
- 103.141.5.140

- 182.92.119.182

- 64.89.162.189

- 172.245.43.228

- 78.152.213.27

- 192.227.229.63

- 1.20.93.158

- 94.154.43.78

- 13.140.182.16

- 45.194.92.14

- 223.123.73.96

- 180.244.187.121

- 197.232.145.98

- 47.84.140.69

- 94.154.43.87

- 87.251.66.118

- 209.151.129.188

- 45.133.173.219

- 68.183.105.175

- 31.77.152.154

- 31.59.160.3

- 170.239.100.166

- 219.111.223.116

- 95.70.197.153

- 66.9.171.240

Frequent last 24H
- 93.113.10.19419

- 79.124.62.23017

- 79.124.62.13416

- 79.124.62.12612

- 31.77.152.15111

- 31.77.152.17910

- 94.154.43.1408

- 92.204.138.518

- 31.77.152.1698

- 132.148.142.2537

- 47.120.48.1626

- 31.77.152.1756

- 94.154.43.2546

- 45.135.193.1936

- 31.77.152.1896

- 45.148.10.2306

- 154.0.30.1376

- 141.98.11.115

- 31.77.152.1655

- 31.77.152.1885

- 31.59.160.325

- 188.166.40.875

- 201.205.247.465

- 31.77.152.1545

- 213.209.159.264

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