BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+73
Germany+8
United Kingdom+7
Ukraine+5
The Netherlands+5
France+4
Seychelles+3
Portugal+3
Bulgaria+3
Korea+0
Indonesia+1
Russia+1
Austria+1
China+1
Lithuania+1
Brazil+1
Hong Kong+0
Bolivia+0
Costa Rica+0
Mexico+0
Italy+0
Saudi Arabia+0
Uruguay+0
Japan+0
Hungary+0
Last New Hosts
- 94.154.43.201

- 62.210.220.46

- 145.239.91.0

- 38.224.33.83

- 45.95.170.170

- 161.35.155.10

- 47.84.102.160

- 142.93.123.136

- 160.119.76.24

- 64.89.163.206

- 199.45.154.128

- 69.5.169.12

- 34.62.0.98

- 34.34.141.190

- 179.127.30.77

- 192.236.205.73

- 112.46.215.221

- 69.5.169.62

- 86.53.180.199

- 69.5.169.103

- 45.82.76.135

- 14.103.175.155

- 20.65.194.25

- 77.239.112.175

- 85.203.15.79

Frequent last 24H
- 45.135.193.1933

- 77.90.185.782

- 45.154.138.1932

- 69.5.169.732

- 94.154.43.2542

- 177.1.200.1602

- 45.156.87.1272

- 162.217.100.362

- 85.203.15.792

- 94.154.43.2302

- 162.217.100.412

- 130.12.180.1071

- 79.124.62.2301

- 64.89.160.1111

- 205.210.31.371

- 172.237.150.221

- 85.11.167.71

- 79.124.62.1341

- 147.185.132.1001

- 205.210.31.581

- 64.89.163.821

- 64.62.197.661

- 77.90.185.101

- 205.210.31.1111

- 198.235.24.1161

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