BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+157
China+47
South Africa+1
Australia+0
India+27
Korea+17
Germany+31
Bulgaria+33
Russia+20
Pakistan+18
Romania+33
Japan+0
Brazil+13
Seychelles+20
France+8
Taiwan+4
The Netherlands+20
United Kingdom+17
Palestine+0
Indonesia+0
Hong Kong+5
Singapore+2
Vietnam+7
Kenya+0
Bangladesh+4
Last New Hosts
- 43.248.108.247

- 103.188.243.42

- 117.156.86.212

- 141.253.103.247

- 43.98.196.211

- 119.17.222.95

- 104.37.191.24

- 183.162.103.34

- 177.183.215.82

- 79.124.56.210

- 183.222.14.40

- 168.196.142.129

- 212.127.90.201

- 35.233.123.102

- 154.241.9.243

- 204.76.203.49

- 34.53.219.86

- 85.217.149.52

- 194.164.63.8

- 121.26.65.36

- 66.85.45.214

- 223.123.72.185

- 161.35.8.0

- 121.40.231.19

- 47.96.253.161

Frequent last 24H
- 45.142.193.16412

- 79.124.62.23012

- 79.124.62.12611

- 79.124.62.13410

- 154.0.30.1379

- 45.142.193.1618

- 45.198.224.57

- 115.231.78.117

- 45.148.10.2307

- 45.153.34.326

- 37.187.104.2156

- 161.35.55.1746

- 38.34.175.1465

- 45.156.87.1275

- 216.144.229.115

- 45.135.193.1935

- 180.167.128.2034

- 38.34.175.484

- 103.1.210.253

- 5.61.209.923

- 91.224.92.1473

- 95.214.53.1573

- 141.98.11.413

- 45.142.193.353

- 176.65.139.443

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