BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+105
China+18
Bulgaria+51
India+1
Korea+1
Germany+27
Russia+4
Brazil+1
Pakistan+7
Seychelles+27
Romania+25
The Netherlands+18
Taiwan+0
Hong Kong+5
United Kingdom+7
Sweden+0
France+8
Ukraine+10
Vietnam+3
Cote d'Ivoire+6
Ethiopia+0
Bangladesh+0
Kazakhstan+1
Australia+0
Poland+4
Last New Hosts
- 5.239.173.135

- 157.230.91.199

- 141.11.88.9

- 64.20.48.236

- 174.138.18.212

- 20.221.56.85

- 167.71.126.27

- 72.255.33.84

- 198.235.24.176

- 188.233.61.235

- 46.101.216.130

- 91.92.42.195

- 180.165.58.189

- 66.228.53.96

- 74.208.181.231

- 61.215.151.161

- 91.92.40.50

- 103.116.137.153

- 176.193.239.34

- 159.223.64.146

- 85.217.149.39

- 182.183.25.211

- 115.221.233.210

- 192.169.152.102

- 216.158.235.100

Frequent last 24H
- 79.124.62.13417

- 45.142.193.16115

- 79.124.62.12614

- 79.124.62.23014

- 154.0.30.1379

- 94.156.152.2347

- 45.194.92.577

- 45.153.34.326

- 47.120.48.1626

- 45.198.224.56

- 45.135.193.1935

- 77.90.185.784

- 192.169.152.1024

- 185.242.3.204

- 45.156.87.1274

- 45.148.10.2304

- 204.76.203.493

- 94.154.43.103

- 45.148.10.1213

- 45.142.154.103

- 180.167.128.2033

- 176.65.148.2533

- 103.1.210.253

- 94.154.43.1583

- 204.76.203.813

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