BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+21
United Kingdom+8
Germany+9
France+5
Spain+3
Bulgaria+3
China+1
Ukraine+4
The Netherlands+3
Russia+1
Portugal+3
Pakistan+0
Bangladesh+0
Seychelles+0
Hong Kong+1
Poland+1
Brazil+1
Vietnam+0
Lithuania+0
Panama+1
India+1
Sudan+0
Reunion+0
Denmark+0
Gabon+0
Last New Hosts
- 82.147.85.21

- 194.88.98.87

- 148.66.133.23

- 69.5.169.105

- 94.159.111.86

- 58.84.63.109

- 222.107.26.109

- 113.53.131.219

- 157.230.181.205

- 66.132.224.49

- 193.124.20.226

- 40.80.202.190

- 20.106.59.151

- 40.124.114.34

- 195.178.110.62

- 40.124.185.190

- 40.119.44.3

- 20.29.59.99

- 172.202.121.132

- 20.106.206.145

- 52.180.152.222

- 34.94.27.94

- 91.231.89.204

- 156.225.1.86

- 46.101.246.240

Frequent last 24H
- 88.151.32.612

- 189.18.97.612

- 94.154.43.312

- 45.153.34.872

- 185.213.174.702

- 45.153.34.322

- 198.235.24.712

- 194.33.191.542

- 45.135.193.1932

- 16.5.0.2362

- 94.154.43.2232

- 195.170.172.2372

- 94.154.43.702

- 194.33.191.512

- 121.205.66.2201

- 40.80.202.1901

- 216.218.206.731

- 64.62.156.2251

- 198.235.24.501

- 104.248.130.341

- 194.187.176.231

- 205.210.31.2151

- 94.154.43.1031

- 40.119.44.1401

- 20.163.170.1781

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