BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+53
Germany+11
United Kingdom+2
Seychelles+4
Brazil+3
The Netherlands+2
Bulgaria+2
Ukraine+2
France+1
Portugal+2
China+1
Romania+0
Switzerland+0
Croatia+1
Malaysia+0
Canada+1
Pakistan+0
Norway+1
Bolivia+0
Costa Rica+0
Hungary+0
Italy+0
Saudi Arabia+0
Uruguay+0
Japan+0
Last New Hosts
- 34.14.5.216

- 5.252.83.85

- 64.62.197.129

- 47.237.96.129

- 45.133.173.64

- 38.45.71.45

- 91.230.168.36

- 154.16.44.75

- 143.198.229.251

- 87.232.123.78

- 110.38.240.232

- 138.197.25.192

- 45.133.173.142

- 5.252.83.14

- 31.76.20.19

- 2.57.17.195

- 5.252.83.20

- 167.99.42.1

- 185.226.93.78

- 2.57.17.104

- 159.203.171.120

- 2.57.17.122

- 154.16.44.252

- 103.233.0.90

- 64.62.197.163

Frequent last 24H
- 177.112.215.1602

- 45.135.193.1932

- 213.209.159.662

- 143.42.1.1851

- 177.72.195.1141

- 20.118.32.1711

- 77.239.124.2011

- 5.252.83.851

- 103.203.57.41

- 137.184.226.1181

- 69.87.207.1361

- 45.77.61.561

- 87.232.123.781

- 159.203.171.1201

- 91.230.168.361

- 45.95.170.1701

- 2.57.17.1041

- 20.168.120.441

- 143.42.1.1891

- 77.90.185.101

- 172.233.221.1151

- 45.79.109.1301

- 176.65.134.31

- 185.12.59.1181

- 156.225.1.981

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