BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+70
Iran+30
United Kingdom+11
Brazil+3
France+6
The Netherlands+2
China+4
Vietnam+4
Germany+3
Thailand+3
Uzbekistan+1
Sweden+2
Bulgaria+3
Korea+2
India+1
Hong Kong+0
South Africa+1
Ukraine+1
Russia+0
Spain+2
Kazakhstan+1
Lithuania+1
Israel+1
Morocco+0
Indonesia+1
Last New Hosts
- 213.176.26.52

- 213.176.26.22

- 213.176.26.88

- 213.176.26.87

- 213.176.26.72

- 213.176.26.63

- 213.176.26.51

- 213.176.26.41

- 213.176.26.34

- 213.176.26.194

- 213.176.26.19

- 213.176.26.186

- 213.176.26.182

- 213.176.26.175

- 213.176.26.165

- 213.176.26.153

- 213.176.26.123

- 213.176.26.122

- 213.176.26.109

- 213.176.26.77

- 213.176.26.69

- 213.176.26.62

- 213.176.26.44

- 213.176.26.42

- 213.176.26.37

Frequent last 24H
- 45.79.145.341

- 64.62.197.2361

- 213.176.26.541

- 64.62.197.1041

- 172.236.103.81

- 213.136.68.1851

- 45.33.83.1151

- 34.140.218.701

- 91.196.152.71

- 213.176.26.521

- 135.119.112.1211

- 213.176.24.721

- 174.138.87.361

- 20.64.105.191

- 40.124.184.271

- 40.124.174.1551

- 143.42.0.971

- 20.14.93.871

- 45.56.84.1101

- 45.79.219.841

- 213.176.26.631

- 20.169.104.2041

- 83.57.146.2001

- 147.185.132.421

- 59.12.212.381

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