BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+25
The Netherlands+4
United Kingdom+1
Germany+4
France+3
Seychelles+1
Brazil+0
China+0
Ukraine+1
Russia+1
Hong Kong+1
Croatia+0
Cote d'Ivoire+1
Bolivia+0
Costa Rica+0
Mexico+0
Italy+0
Japan+0
Hungary+0
Austria+0
Denmark+0
Dominican Republic+0
Uruguay+0
Saudi Arabia+0
Peru+0
Last New Hosts
- 123.14.125.10

- 172.214.44.5

- 168.144.242.95

- 90.5.129.49

- 192.9.178.130

- 198.199.86.43

- 157.245.136.190

- 81.19.219.204

- 20.65.194.38

- 135.232.232.68

- 172.182.226.226

- 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

Frequent last 24H
- 154.0.30.1371

- 143.42.173.601

- 81.19.219.2041

- 64.62.197.2101

- 198.199.86.431

- 118.193.64.151

- 45.154.138.1931

- 216.218.206.1071

- 65.49.1.1241

- 198.235.24.2471

- 51.159.111.441

- 94.231.206.1351

- 139.144.239.981

- 172.239.62.1091

- 172.182.226.2261

- 20.84.153.2061

- 45.198.224.261

- 143.42.0.201

- 173.255.243.631

- 20.65.194.381

- 64.62.156.591

- 94.154.43.2301

- 90.5.129.491

- 64.89.160.1111

- 170.187.165.1391

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