BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+48
United Kingdom+3
France+3
Germany+3
UA Emirates+2
The Netherlands+2
Bulgaria+2
Brazil+1
Seychelles+1
Korea+1
Ukraine+1
Pakistan+0
Iran+0
Senegal+0
Ireland+0
Peru+0
Italy+0
Malawi+0
Japan+0
Switzerland+0
Cameroon+0
Belarus+0
Gambia the+0
Guam+0
Saudi Arabia+0
Last New Hosts
- 91.92.47.58

- 34.129.236.16

- 185.192.70.246

- 45.194.67.43

- 40.124.178.247

- 47.84.143.221

- 151.243.11.12

- 43.136.53.215

- 181.78.0.82

- 151.243.24.50

- 64.62.156.206

- 199.45.154.69

- 36.94.116.241

- 20.124.94.62

- 66.132.224.47

- 8.222.171.89

- 68.183.22.17

- 151.243.11.13

- 151.243.11.17

- 176.65.139.206

- 151.243.11.16

- 144.172.115.90

- 151.243.11.237

- 37.255.216.50

- 168.144.221.29

Frequent last 24H
- 187.57.131.551

- 113.131.118.61

- 172.237.137.891

- 172.236.126.1271

- 91.196.152.341

- 151.243.24.501

- 135.125.29.1291

- 64.62.197.251

- 64.62.197.441

- 64.62.197.2101

- 66.132.224.471

- 151.243.11.131

- 198.235.24.2311

- 45.205.1.2441

- 65.49.1.1271

- 185.192.70.2461

- 45.77.61.561

- 94.154.43.1401

- 65.49.1.1661

- 64.62.156.2171

- 20.118.204.1441

- 45.79.177.2451

- 64.62.197.1951

- 205.210.31.681

- 172.234.218.2101

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