BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+76
China+6
India+0
Korea+3
Russia+1
Brazil+5
Taiwan+4
Germany+12
Uzbekistan+0
United Kingdom+6
UA Emirates+0
Kazakhstan+1
Egypt+0
Ukraine+9
The Netherlands+5
Pakistan+2
Hong Kong+2
France+7
Sweden+0
Canada+4
Australia+0
Seychelles+5
Nigeria+0
Poland+2
Indonesia+1
Last New Hosts
- 156.227.234.198

- 42.232.230.55

- 94.154.43.7

- 111.252.28.80

- 216.244.214.89

- 204.116.34.34

- 193.107.16.30

- 157.230.12.170

- 142.91.108.100

- 75.81.21.116

- 1.2.136.178

- 71.6.154.144

- 176.115.157.66

- 130.12.209.153

- 200.8.235.250

- 58.50.128.198

- 66.177.94.48

- 40.74.211.29

- 212.58.102.122

- 14.177.78.121

- 195.184.76.140

- 37.114.177.142

- 66.132.172.222

- 81.227.43.128

- 197.163.85.24

Frequent last 24H
- 130.12.180.1744

- 71.90.30.533

- 45.135.193.1933

- 200.168.117.2383

- 77.90.185.783

- 183.162.126.2512

- 64.62.197.1392

- 114.35.14.2502

- 176.65.149.1882

- 170.254.126.1112

- 107.150.146.692

- 34.21.169.2362

- 160.119.76.1382

- 16.5.0.2392

- 34.23.108.632

- 95.214.53.1572

- 91.242.194.1332

- 91.92.241.222

- 111.33.16.672

- 176.65.134.1212

- 80.13.153.1402

- 94.154.43.2232

- 170.247.205.2212

- 103.82.120.1562

- 64.62.156.112

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