BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+35
China+1
Korea+0
Russia+0
India+0
Brazil+1
Sweden+0
Romania+0
UA Emirates+0
France+5
Germany+3
Hong Kong+0
Turkey+1
The Netherlands+5
Taiwan+0
Pakistan+1
Bulgaria+4
Vietnam+0
Canada+0
Kazakhstan+0
Australia+0
Poland+0
Thailand+0
Finland+0
Kenya+0
Last New Hosts
- 20.119.84.245

- 129.212.232.249

- 41.71.18.175

- 185.180.141.55

- 20.83.51.126

- 172.235.168.35

- 74.208.192.90

- 223.123.43.201

- 138.197.145.189

- 40.124.112.163

- 185.192.70.13

- 40.119.43.155

- 20.168.11.133

- 20.65.219.37

- 20.65.178.237

- 40.124.179.206

- 74.235.165.79

- 20.29.28.138

- 52.165.84.77

- 47.245.143.74

- 34.16.169.4

- 195.178.110.70

- 9.234.10.176

- 89.188.175.71

- 185.239.145.98

Frequent last 24H
- 89.188.175.712

- 85.137.242.41

- 8.222.171.891

- 94.231.206.1311

- 70.175.183.2031

- 220.122.115.91

- 111.171.127.1901

- 85.30.248.2131

- 223.197.145.1261

- 66.132.186.2431

- 191.33.76.491

- 34.146.248.71

- 76.87.164.1671

- 196.203.231.2201

- 74.208.192.901

- 102.210.148.411

- 213.176.24.831

- 198.235.24.51

- 64.181.172.461

- 45.148.10.311

- 116.48.143.1661

- 96.56.228.1491

- 69.124.69.201

- 84.111.136.2111

- 116.98.104.1381

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