BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+67
United Kingdom+11
China+2
Germany+11
France+5
Romania+3
Seychelles+3
Ukraine+2
The Netherlands+3
Brazil+2
Austria+1
Kyrgyz Republic+2
Russia+0
UA Emirates+0
Hong Kong+1
Spain+0
Portugal+1
Canada+1
Ireland+0
Costa Rica+0
Mexico+0
Italy+0
Saudi Arabia+0
Uruguay+0
Japan+0
Last New Hosts
- 117.140.54.134

- 46.4.97.178

- 112.46.215.24

- 91.230.168.165

- 93.152.224.9

- 34.62.216.95

- 115.84.178.56

- 62.60.155.147

- 35.187.182.211

- 130.12.180.48

- 104.199.79.27

- 165.22.248.57

- 207.175.203.83

- 222.176.200.197

- 34.158.232.193

- 34.62.165.32

- 104.140.148.106

- 170.130.204.34

- 189.5.186.56

- 213.136.91.63

- 170.130.204.74

- 170.130.204.58

- 91.92.43.121

- 170.130.204.66

- 177.172.67.233

Frequent last 24H
- 45.135.193.1932

- 103.203.57.132

- 45.156.87.1272

- 94.232.40.892

- 45.148.10.692

- 45.153.34.322

- 176.65.149.862

- 94.154.43.1462

- 172.104.100.1172

- 184.105.247.2382

- 185.200.116.831

- 198.235.24.1791

- 71.6.134.2361

- 147.185.132.1831

- 150.107.38.681

- 64.62.197.1421

- 64.62.197.1491

- 205.210.31.2331

- 222.176.200.1971

- 64.62.197.391

- 64.62.156.2121

- 193.163.125.2411

- 198.235.24.511

- 165.227.238.2351

- 34.62.216.951

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