BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+82
Iran+36
United Kingdom+5
Germany+9
The Netherlands+9
Bulgaria+4
Vietnam+3
Uzbekistan+4
Ukraine+4
China+4
France+3
Hong Kong+3
Brazil+3
Sweden+3
India+2
Portugal+2
Thailand+2
Korea+2
Russia+2
Norway+2
Seychelles+1
Austria+1
Cote d'Ivoire+1
Ethiopia+1
Kazakhstan+1
Last New Hosts
- 107.173.211.113

- 193.142.59.19

- 193.142.59.78

- 203.154.91.38

- 203.154.91.160

- 130.12.181.118

- 34.168.91.33

- 160.30.136.31

- 141.98.10.15

- 136.117.12.101

- 95.214.211.193

- 84.54.70.224

- 198.163.193.179

- 192.210.150.253

- 130.211.108.94

- 103.104.58.183

- 91.200.100.252

- 46.17.1.213

- 45.160.125.4

- 37.150.108.143

- 213.55.90.5

- 198.163.193.30

- 185.66.252.48

- 179.52.65.103

- 160.250.133.240

Frequent last 24H
- 94.154.43.702

- 71.6.232.242

- 85.11.167.742

- 93.123.109.2282

- 188.241.120.42

- 94.154.43.1402

- 77.90.185.162

- 45.91.22.782

- 185.12.59.1182

- 45.135.193.1932

- 45.153.34.322

- 203.154.91.1601

- 139.162.78.61

- 139.144.239.721

- 121.202.135.1721

- 213.176.26.1231

- 65.49.1.2261

- 204.168.242.1741

- 216.180.246.2251

- 138.197.16.141

- 213.136.68.1851

- 198.235.24.1951

- 213.176.26.521

- 184.105.247.2381

- 205.210.31.1671

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