BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+297
China+19
Ukraine+14
Korea+8
United Kingdom+16
Germany+18
The Netherlands+12
Russia+0
Argentina+2
France+6
Taiwan+5
Brazil+2
UA Emirates+3
Pakistan+0
Hong Kong+4
Mexico+0
Seychelles+4
India+1
Thailand+0
Sweden+0
Romania+2
Bulgaria+3
Turkey+0
Ecuador+0
Nigeria+2
Last New Hosts
- 66.132.195.87

- 20.80.110.213

- 45.74.3.37

- 95.133.252.175

- 180.94.155.108

- 72.239.80.37

- 41.77.8.163

- 160.30.142.208

- 222.133.127.246

- 180.31.23.174

- 78.26.130.135

- 59.180.152.81

- 177.254.67.54

- 207.191.167.56

- 122.117.178.131

- 45.251.233.12

- 45.8.17.7

- 8.213.19.246

- 176.65.139.229

- 190.177.169.10

- 31.43.45.20

- 121.191.167.116

- 101.51.233.27

- 186.151.98.221

- 220.79.193.19

Frequent last 24H
- 111.33.16.6711

- 16.5.0.23610

- 45.135.193.1936

- 130.12.180.1745

- 45.153.34.324

- 185.224.128.164

- 94.154.43.694

- 85.234.131.814

- 102.220.163.723

- 195.182.16.233

- 45.153.34.873

- 89.248.165.2033

- 94.154.43.2543

- 205.210.31.792

- 198.235.24.2382

- 205.210.31.292

- 103.203.57.42

- 198.235.24.1572

- 205.210.31.492

- 147.185.132.162

- 177.188.141.752

- 112.168.171.1752

- 198.235.24.922

- 77.239.124.1212

- 144.202.92.172

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