BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+35
Germany+5
Brazil+2
United Kingdom+2
Bulgaria+1
France+2
The Netherlands+2
Spain+1
Hong Kong+2
Ukraine+2
Turkey+0
India+0
Singapore+1
Estonia+0
Korea+1
Portugal+0
Vietnam+1
Egypt+0
Romania+1
Panama+0
Lithuania+1
Ghana+1
Norway+1
China+1
Sudan+0
Last New Hosts
- 4.148.1.140

- 40.124.82.82

- 40.124.170.9

- 20.121.56.49

- 20.106.39.9

- 4.148.1.110

- 137.184.15.243

- 40.124.114.47

- 20.80.98.152

- 172.202.114.242

- 20.84.124.196

- 137.184.162.215

- 160.119.76.137

- 167.172.165.251

- 131.123.42.114

- 156.155.253.39

- 147.182.178.48

- 217.60.71.169

- 95.155.151.50

- 47.81.209.84

- 91.134.58.240

- 209.141.59.162

- 204.76.203.45

- 65.181.113.77

- 41.236.237.148

Frequent last 24H
- 152.32.207.1791

- 89.117.172.91

- 103.203.57.41

- 65.49.1.521

- 209.141.59.1621

- 20.84.124.1961

- 189.18.97.611

- 216.25.89.921

- 91.134.58.2401

- 198.235.24.2271

- 159.138.59.2371

- 65.49.1.2191

- 185.12.59.1181

- 40.124.82.821

- 172.202.114.2421

- 64.62.197.2151

- 205.210.31.821

- 45.160.231.441

- 204.76.203.491

- 147.185.132.2401

- 205.210.31.1601

- 79.124.59.1061

- 167.172.165.2511

- 95.155.151.501

- 131.123.42.1141

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