BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+26
Germany+6
United Kingdom+1
France+1
The Netherlands+1
Norway+1
Ukraine+1
Seychelles+1
Colombia+0
Costa Rica+0
South Africa+0
Switzerland+0
Bolivia+0
Ireland+0
Hungary+0
Italy+0
Libya+0
Japan+0
Mexico+0
Venezuela+0
Dominican Republic+0
Denmark+0
Uruguay+0
Saudi Arabia+0
Australia+0
Last New Hosts
- 20.197.195.24

- 91.231.89.187

- 172.174.165.9

- 66.132.224.42

- 20.29.56.192

- 34.64.56.43

- 178.128.213.191

- 64.62.197.175

- 31.77.227.10

- 152.42.206.252

- 129.212.234.147

- 45.4.255.167

- 94.9.117.59

- 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

Frequent last 24H
- 192.248.150.1801

- 173.255.223.1431

- 205.210.31.561

- 52.180.145.981

- 20.29.23.771

- 172.174.165.91

- 91.231.89.1871

- 20.29.56.1921

- 172.105.199.921

- 173.255.223.491

- 143.42.1.2131

- 80.190.82.1871

- 94.154.43.1401

- 20.64.105.2301

- 198.235.24.951

- 40.124.176.811

- 77.90.185.101

- 34.64.56.431

- 66.132.224.421

- 185.12.59.1181

- 31.77.227.101

- 45.79.109.2361

- 172.178.115.831

- 172.104.19.1601

- 20.65.194.1751

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