BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+53
China+48
India+38
Korea+32
Russia+21
Brazil+15
Taiwan+11
Sweden+7
Uzbekistan+14
UA Emirates+10
Hong Kong+6
Vietnam+2
Australia+5
Argentina+0
Pakistan+4
United Kingdom+3
Kazakhstan+8
The Netherlands+4
Iran+2
Ukraine+0
Mexico+0
Afghanistan+3
Ethiopia+3
Germany+2
Canada+1
Last New Hosts
- 112.46.215.27

- 197.163.221.139

- 35.233.75.93

- 35.234.25.142

- 35.253.102.9

- 35.240.77.60

- 35.252.101.216

- 35.252.156.81

- 35.229.183.115

- 35.231.61.207

- 35.229.199.62

- 8.229.13.170

- 35.234.50.193

- 35.240.158.19

- 8.235.14.58

- 8.235.96.28

- 35.243.227.70

- 197.163.217.145

- 35.241.142.98

- 197.163.230.77

- 35.231.27.232

- 35.243.181.51

- 35.232.60.29

- 35.231.232.17

- 35.229.226.145

Frequent last 24H
- 197.242.170.102

- 59.177.12.542

- 109.207.95.462

- 125.23.203.1382

- 45.82.109.1362

- 45.135.193.1932

- 27.65.151.1212

- 203.193.137.2502

- 195.222.57.1902

- 31.7.57.582

- 193.116.231.322

- 46.59.88.252

- 103.161.93.532

- 160.30.39.502

- 110.25.114.82

- 130.12.180.1742

- 186.238.242.1942

- 111.26.63.852

- 123.243.126.392

- 187.50.194.1822

- 178.178.222.562

- 211.243.146.782

- 103.171.10.1322

- 36.135.100.462

- 78.128.114.1742

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