BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+22
The Netherlands+6
United Kingdom+2
Germany+4
Romania+2
France+4
Spain+2
Ukraine+2
Russia+0
China+2
Lithuania+1
Thailand+0
Korea+0
Hong Kong+1
Portugal+1
Singapore+0
Bulgaria+0
India+0
Congo+0
Sudan+0
Uruguay+0
Reunion+0
Northern Mariana Islands+0
Saint Vincent and the Grenadines+0
Gabon+0
Last New Hosts
- 168.144.135.180

- 179.125.137.34

- 206.189.194.236

- 45.135.194.24

- 169.58.215.161

- 179.43.134.114

- 45.156.128.166

- 91.92.241.215

- 136.66.116.30

- 168.144.242.90

- 159.65.173.138

- 34.53.116.156

- 103.98.37.87

- 173.64.13.203

- 130.61.177.233

- 87.220.132.146

- 194.180.48.45

- 146.19.143.64

- 79.124.59.106

- 34.116.220.206

- 35.231.146.207

- 135.136.51.39

- 185.192.71.183

- 185.92.25.49

- 185.92.25.51

Frequent last 24H
- 103.203.57.41

- 89.117.172.91

- 135.136.51.391

- 213.209.159.661

- 198.235.24.2201

- 64.62.156.2031

- 4.224.45.1291

- 172.104.100.1171

- 130.61.177.2331

- 34.53.116.1561

- 193.163.125.191

- 66.132.172.2241

- 52.141.45.1171

- 34.155.22.891

- 91.231.89.311

- 34.17.204.2431

- 205.210.31.2401

- 179.125.137.341

- 45.156.128.1661

- 89.248.165.2031

- 146.19.143.641

- 45.135.193.1981

- 34.48.154.2171

- 91.92.241.2151

- 35.233.232.1741

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