BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+159
China+19
Ukraine+23
The Netherlands+14
Korea+14
Germany+19
Canada+4
United Kingdom+7
Taiwan+10
Indonesia+8
France+4
Russia+0
Pakistan+0
Malawi+6
Brazil+4
Thailand+0
Argentina+1
India+2
Mexico+2
Singapore+2
Seychelles+5
Nigeria+3
Turkey+1
UA Emirates+2
Romania+3
Last New Hosts
- 181.119.202.14

- 106.114.25.147

- 20.46.236.140

- 172.210.67.101

- 94.154.43.28

- 101.36.114.52

- 200.77.198.163

- 27.73.84.118

- 216.244.228.106

- 91.213.174.123

- 91.234.25.214

- 189.216.169.176

- 151.243.11.148

- 172.169.232.137

- 134.33.97.1

- 216.244.244.126

- 156.216.188.153

- 122.194.13.66

- 122.117.158.229

- 12.124.186.10

- 199.45.154.113

- 16.5.0.211

- 185.76.243.121

- 45.140.44.70

- 202.91.41.149

Frequent last 24H
- 111.33.16.6713

- 103.131.61.1638

- 94.154.43.2238

- 94.154.43.578

- 130.12.180.1747

- 41.77.8.1636

- 176.65.134.1215

- 85.234.131.814

- 185.224.128.164

- 177.188.141.754

- 45.135.193.1934

- 195.182.16.233

- 102.220.163.723

- 94.154.43.693

- 139.162.78.62

- 45.153.34.872

- 159.203.20.2392

- 148.204.85.2182

- 77.239.124.1212

- 16.5.0.2542

- 77.90.185.782

- 35.169.206.1772

- 95.133.254.302

- 59.126.68.1882

- 147.185.132.1172

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