BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+42
Germany+7
United Kingdom+5
France+3
China+2
Bulgaria+2
Ukraine+2
Romania+1
Norway+1
The Netherlands+1
Brazil+0
Singapore+1
Armenia+1
Pakistan+0
Bolivia+0
Costa Rica+0
Venezuela+0
Italy+0
Uruguay+0
Japan+0
Austria+0
Denmark+0
Dominican Republic+0
Saudi Arabia+0
Gambia the+0
Last New Hosts
- 138.197.148.53

- 188.166.235.250

- 134.122.21.224

- 68.183.107.248

- 94.231.206.0

- 116.172.251.211

- 64.62.156.209

- 151.243.11.236

- 223.123.72.236

- 159.89.116.120

- 62.60.155.146

- 45.88.228.70

- 182.242.169.105

- 193.124.20.249

- 194.187.176.189

- 194.187.176.253

- 172.233.117.214

- 123.233.234.110

- 103.26.82.190

- 38.99.239.208

- 69.5.169.178

- 69.5.169.242

- 176.65.149.86

- 164.92.70.200

- 91.92.40.175

Frequent last 24H
- 134.199.209.21

- 172.236.126.1271

- 195.178.110.1371

- 143.42.173.601

- 103.203.57.41

- 193.124.20.2481

- 20.163.15.1671

- 65.49.1.2271

- 91.92.40.1751

- 213.209.159.661

- 69.5.169.1781

- 193.124.20.2321

- 20.102.89.791

- 188.166.235.2501

- 123.233.234.1101

- 194.187.176.2531

- 80.13.153.1401

- 185.12.59.1181

- 194.187.176.1891

- 194.88.98.1231

- 45.88.228.701

- 147.185.132.1471

- 205.210.31.2521

- 130.12.180.1071

- 193.163.125.81

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