BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+173
China+120
Korea+62
Bulgaria+57
India+46
Russia+35
Brazil+31
United Kingdom+23
The Netherlands+30
Romania+28
Germany+18
Seychelles+18
Hong Kong+12
Vietnam+9
Sweden+13
Pakistan+5
Ukraine+11
UA Emirates+10
Taiwan+10
France+6
Cote d'Ivoire+7
Ethiopia+7
Poland+6
Iran+3
Turkey+5
Last New Hosts
- 175.107.225.50

- 153.117.15.13

- 111.9.42.6

- 138.199.145.198

- 178.93.200.5

- 120.236.49.131

- 104.223.52.17

- 143.244.152.192

- 34.79.105.223

- 186.125.212.109

- 192.241.120.184

- 8.136.189.162

- 20.121.46.221

- 94.154.43.54

- 192.241.153.143

- 159.203.191.8

- 120.48.84.2

- 69.5.169.227

- 4.213.48.53

- 94.154.43.188

- 20.210.160.218

- 20.205.32.154

- 101.132.85.130

- 20.46.177.15

- 35.230.48.229

Frequent last 24H
- 79.124.62.23016

- 79.124.62.12616

- 79.124.62.13416

- 47.120.48.16212

- 154.0.30.13710

- 45.142.193.16110

- 45.79.102.1919

- 45.148.10.2307

- 94.154.43.1406

- 45.156.87.1276

- 45.135.193.1936

- 45.153.34.326

- 45.198.224.55

- 188.166.40.875

- 103.242.2.894

- 180.167.128.2034

- 90.151.171.1094

- 5.61.209.433

- 204.76.203.493

- 93.113.10.1943

- 91.224.92.1473

- 45.142.193.1643

- 41.168.10.1393

- 45.142.193.353

- 94.154.43.303

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