BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+201
China+154
South Africa+182
Australia+89
India+50
Germany+34
Korea+29
Bulgaria+36
Brazil+17
Japan+33
Russia+14
France+20
Seychelles+24
United Kingdom+14
Singapore+13
Romania+26
Taiwan+19
Indonesia+21
Palestinian Territory+22
The Netherlands+16
Pakistan+9
Hong Kong+12
Vietnam+10
Thailand+10
Kenya+15
Last New Hosts
- 205.210.31.109

- 78.128.114.66

- 190.153.21.124

- 45.225.135.21

- 101.132.38.52

- 31.56.209.218

- 123.200.9.45

- 61.227.1.150

- 105.47.233.164

- 193.112.179.152

- 45.156.87.117

- 161.35.172.35

- 154.83.95.242

- 8.138.172.122

- 211.154.22.152

- 216.144.229.11

- 101.2.162.242

- 37.220.135.97

- 85.217.149.61

- 154.86.119.60

- 223.123.124.120

- 154.86.119.67

- 192.3.239.225

- 45.128.205.130

- 161.35.108.63

Frequent last 24H
- 79.124.62.23012

- 45.142.193.16412

- 79.124.62.13412

- 79.124.62.12610

- 154.0.30.1379

- 38.34.175.488

- 115.231.78.117

- 45.198.224.57

- 37.187.104.2156

- 38.34.175.1465

- 79.124.62.1784

- 74.91.195.124

- 161.35.55.1744

- 45.148.10.2304

- 45.153.34.1174

- 180.167.128.2034

- 217.60.195.1504

- 41.168.10.1394

- 151.115.167.374

- 45.194.67.1464

- 45.142.193.1613

- 45.198.224.1453

- 141.98.11.413

- 91.224.92.1473

- 5.83.143.403

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