BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+33
Germany+6
Ukraine+3
The Netherlands+4
Seychelles+3
Bulgaria+2
France+1
Romania+1
Thailand+0
Indonesia+0
Mexico+0
Iraq+1
United Kingdom+1
Vietnam+0
Singapore+1
Canada+0
Ecuador+0
Senegal+0
Peru+0
Ireland+0
Uruguay+0
Bolivia+0
Gambia the+0
Saudi Arabia+0
Denmark+0
Last New Hosts
- 34.159.228.37

- 194.233.90.203

- 34.60.97.204

- 194.61.41.56

- 34.131.212.28

- 194.61.41.96

- 104.199.243.5

- 20.226.60.151

- 20.197.192.193

- 94.154.43.127

- 146.190.100.19

- 192.158.140.144

- 64.62.197.176

- 34.59.200.246

- 165.22.9.106

- 94.231.206.7

- 207.175.0.19

- 110.78.252.134

- 103.112.5.35

- 34.53.195.207

- 34.62.89.73

- 94.154.43.114

- 68.145.239.35

- 20.63.63.128

- 64.176.62.237

Frequent last 24H
- 94.154.43.1271

- 64.62.156.951

- 64.62.197.251

- 199.45.154.1841

- 94.154.43.1401

- 74.82.47.251

- 5.61.209.431

- 194.233.90.2031

- 104.199.243.51

- 156.225.1.101

- 146.190.100.191

- 147.185.132.281

- 66.240.192.1381

- 45.79.109.2361

- 64.62.197.1761

- 65.49.20.1091

- 185.242.226.581

- 34.59.200.2461

- 64.235.41.1571

- 176.65.148.811

- 65.49.1.401

- 34.131.212.281

- 193.163.125.2361

- 20.197.192.1931

- 85.25.172.2491

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