BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+157
Bulgaria+56
China+21
Romania+30
The Netherlands+23
Germany+21
Russia+18
United Kingdom+13
Seychelles+14
Ukraine+12
Pakistan+3
Singapore+4
UA Emirates+0
Vietnam+4
Brazil+2
Hong Kong+2
Lithuania+4
India+1
France+5
Poland+3
Taiwan+3
Iran+2
Kazakhstan+2
Indonesia+1
Korea+2
Last New Hosts
- 118.41.204.120

- 64.62.156.73

- 153.141.47.32

- 94.156.152.70

- 41.59.174.149

- 125.115.178.22

- 74.50.89.79

- 87.58.147.88

- 5.226.140.78

- 115.56.146.225

- 133.232.85.105

- 222.219.74.117

- 147.185.132.159

- 84.54.83.146

- 207.89.18.43

- 219.100.40.200

- 5.226.140.65

- 193.176.29.30

- 115.227.227.96

- 192.9.227.245

- 103.134.227.182

- 129.224.207.56

- 49.51.72.129

- 103.23.208.202

- 217.146.124.191

Frequent last 24H
- 143.198.154.15021

- 93.113.10.19420

- 157.230.49.3320

- 79.124.62.12617

- 79.124.62.13416

- 79.124.62.23016

- 173.247.226.6212

- 95.129.234.408

- 60.29.153.557

- 85.239.147.76

- 141.98.11.116

- 182.92.119.1826

- 195.178.110.1376

- 45.135.193.1936

- 160.153.175.115

- 45.148.10.2305

- 45.198.224.55

- 45.156.87.1275

- 95.129.234.514

- 213.209.159.254

- 13.143.252.2483

- 94.154.43.2303

- 201.205.247.463

- 157.230.103.353

- 94.154.43.663

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