BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+144
China+75
India+72
Korea+34
Bulgaria+41
Russia+24
Germany+31
Brazil+18
Romania+35
Pakistan+20
United Kingdom+14
Seychelles+16
The Netherlands+12
Taiwan+10
Sweden+4
Vietnam+6
UA Emirates+6
Hong Kong+7
Indonesia+10
Thailand+4
Singapore+5
Italy+7
Cote d'Ivoire+8
France+5
Turkey+3
Last New Hosts
- 209.141.55.116

- 135.13.10.58

- 185.244.208.73

- 94.26.106.253

- 203.74.127.192

- 160.16.50.30

- 97.64.16.61

- 56.124.0.248

- 38.34.175.86

- 27.45.240.116

- 103.73.101.173

- 180.93.247.6

- 200.11.121.188

- 77.74.204.176

- 159.54.177.169

- 35.220.240.79

- 38.55.111.79

- 129.151.149.255

- 104.194.82.12

- 111.170.148.143

- 69.63.193.166

- 149.118.158.79

- 124.123.96.174

- 49.157.28.187

- 45.135.228.124

Frequent last 24H
- 45.142.193.16413

- 45.142.193.16111

- 79.124.62.23010

- 154.0.30.13710

- 79.124.62.1349

- 79.124.62.1269

- 115.231.78.117

- 45.135.193.1937

- 45.148.10.2306

- 45.198.224.56

- 206.189.25.1006

- 45.153.34.325

- 180.167.128.2035

- 80.95.194.1244

- 185.95.0.1474

- 45.156.87.1273

- 103.1.210.253

- 45.74.7.1673

- 91.224.92.1473

- 176.65.148.2533

- 45.198.224.1453

- 79.124.62.1783

- 154.17.2.1033

- 141.98.11.413

- 74.91.195.123

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