BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+44
United Kingdom+10
Canada+0
Germany+5
France+3
Hong Kong+3
Bulgaria+3
The Netherlands+3
Brazil+1
China+0
Austria+1
Seychelles+1
UA Emirates+0
Turkey+1
Croatia+0
Korea+1
Norway+1
Ukraine+1
Cambodia+0
Ecuador+0
Hungary+0
Senegal+0
Jamaica+0
Ireland+0
Venezuela+0
Last New Hosts
- 36.94.137.15

- 154.83.197.82

- 103.234.62.123

- 69.5.169.198

- 79.124.58.86

- 124.123.42.198

- 1.24.16.78

- 176.65.132.131

- 69.5.169.165

- 8.130.123.210

- 101.67.136.53

- 61.181.2.159

- 69.5.169.139

- 27.18.135.164

- 36.250.221.75

- 45.148.10.213

- 165.154.173.143

- 118.81.202.183

- 154.83.197.72

- 220.202.112.108

- 1.83.125.218

- 154.197.57.71

- 36.250.221.153

- 185.56.150.73

- 39.153.251.113

Frequent last 24H
- 1.24.16.781

- 213.209.159.661

- 216.218.206.1071

- 79.124.62.1341

- 147.185.132.121

- 94.154.43.1401

- 74.82.47.181

- 172.234.25.1871

- 45.33.110.791

- 154.16.44.291

- 154.83.197.821

- 20.124.80.1111

- 80.13.153.1401

- 185.12.59.1181

- 45.198.224.261

- 173.255.243.631

- 20.150.192.961

- 185.56.150.731

- 65.49.1.2101

- 89.248.165.2031

- 103.234.62.1231

- 180.182.245.791

- 193.163.125.1391

- 61.181.2.1591

- 20.169.106.771

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