BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+41
United Kingdom+7
Germany+5
Bulgaria+3
France+2
Seychelles+2
The Netherlands+2
Pakistan+0
Singapore+0
China+0
Brazil+1
Ukraine+1
Moldova+1
Norway+1
Ecuador+0
Senegal+0
Ireland+0
Italy+0
Venezuela+0
Australia+0
Malawi+0
Cameroon+0
Guam+0
Jamaica+0
Japan+0
Last New Hosts
- 144.172.115.90

- 151.243.11.237

- 37.255.216.50

- 168.144.221.29

- 20.64.98.100

- 172.236.112.125

- 198.74.58.201

- 198.74.58.213

- 69.5.169.240

- 64.226.126.121

- 40.124.185.57

- 69.5.169.230

- 149.130.217.139

- 47.250.94.154

- 40.124.114.110

- 194.88.98.116

- 47.251.65.177

- 20.118.204.144

- 159.89.104.95

- 47.88.3.154

- 172.202.106.102

- 66.132.224.62

- 103.82.120.41

- 172.234.180.15

- 69.5.169.132

Frequent last 24H
- 40.124.114.1101

- 198.235.24.731

- 69.5.169.2301

- 213.209.159.661

- 45.77.61.561

- 94.231.206.1311

- 94.154.43.1401

- 47.88.3.1541

- 193.163.125.41

- 20.118.204.1441

- 185.12.59.1181

- 172.236.111.1971

- 205.210.31.2451

- 45.79.177.2451

- 45.198.224.261

- 194.88.98.1161

- 159.89.104.951

- 64.89.160.1111

- 147.185.132.1831

- 184.105.139.921

- 205.210.31.911

- 172.234.199.931

- 176.123.5.1261

- 205.210.31.461

- 193.124.20.2481

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