BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+47
Germany+7
The Netherlands+4
France+4
Ukraine+2
United Kingdom+3
Romania+2
Seychelles+2
Hungary+1
Singapore+0
Lithuania+1
Austria+1
Finland+1
Ireland+0
Bolivia+0
Colombia+0
Switzerland+0
Uruguay+0
Costa Rica+0
South Africa+0
Denmark+0
Dominican Republic+0
Italy+0
Saudi Arabia+0
Venezuela+0
Last New Hosts
- 93.152.221.61

- 34.44.172.103

- 78.107.31.154

- 103.16.29.100

- 195.201.217.187

- 80.94.95.7

- 91.92.47.135

- 195.182.16.23

- 31.171.130.53

- 104.248.210.24

- 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

Frequent last 24H
- 45.135.193.1932

- 89.248.172.112

- 195.182.16.232

- 94.154.43.1401

- 93.152.221.611

- 103.16.29.1001

- 205.210.31.801

- 80.13.153.1401

- 195.201.217.1871

- 205.210.31.391

- 20.38.45.1501

- 77.90.185.781

- 40.67.161.1781

- 20.65.194.1831

- 45.79.109.1931

- 176.65.148.1441

- 198.235.24.1081

- 185.148.3.541

- 162.217.100.411

- 45.9.168.1921

- 176.65.148.21

- 20.65.195.381

- 45.153.34.321

- 172.239.51.961

- 170.187.165.1301

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