BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+20
United Kingdom+2
Germany+4
Romania+2
Bulgaria+1
The Netherlands+3
Ukraine+2
India+0
Russia+1
Switzerland+0
Seychelles+1
Pakistan+0
Canada+0
Singapore+0
UA Emirates+0
Lithuania+1
Norway+1
Bolivia+0
Costa Rica+0
Mexico+0
Italy+0
Saudi Arabia+0
Uruguay+0
Japan+0
Hungary+0
Last New Hosts
- 31.77.149.11

- 91.231.89.31

- 103.68.31.70

- 31.14.254.4

- 36.94.127.237

- 205.210.31.53

- 45.120.161.85

- 34.23.201.98

- 157.230.226.75

- 81.19.219.208

- 213.166.84.45

- 217.156.122.129

- 38.248.134.64

- 79.124.60.194

- 8.138.205.86

- 40.233.27.75

- 104.140.148.86

- 47.77.210.241

- 104.140.148.102

- 80.218.180.163

- 104.234.53.111

- 104.140.148.54

- 117.252.86.216

- 194.48.248.150

- 50.3.85.50

Frequent last 24H
- 185.226.92.1751

- 80.94.92.681

- 172.105.199.921

- 213.209.159.661

- 139.162.70.531

- 167.94.145.311

- 36.94.127.2371

- 94.154.43.1401

- 34.23.201.981

- 103.68.31.701

- 81.19.219.2081

- 91.231.89.311

- 185.12.59.1181

- 95.215.0.1441

- 216.180.246.1351

- 143.42.1.1231

- 193.176.29.101

- 157.230.226.751

- 45.120.161.851

- 173.255.223.891

- 213.166.84.451

- 141.98.10.121

- 139.162.78.61

- 64.89.163.1401

- 172.232.27.2321

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