BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+123
China+16
Bulgaria+36
Germany+26
Seychelles+26
India+1
Romania+26
United Kingdom+13
Russia+7
Korea+2
The Netherlands+11
Brazil+0
Vietnam+6
Pakistan+1
France+7
Hong Kong+7
Singapore+4
Cote d'Ivoire+7
Bangladesh+0
Italy+0
Canada+3
UA Emirates+5
Mexico+1
Poland+2
Sweden+0
Last New Hosts
- 115.220.50.117

- 95.85.246.45

- 38.76.165.207

- 173.249.28.100

- 196.65.160.204

- 197.58.177.107

- 124.253.182.102

- 129.146.47.44

- 183.222.14.237

- 64.89.163.152

- 62.210.27.138

- 43.160.213.194

- 222.187.103.148

- 91.92.40.17

- 47.113.107.234

- 93.109.23.4

- 66.132.224.16

- 8.216.16.169

- 85.217.140.25

- 122.165.248.99

- 217.60.195.168

- 45.168.7.89

- 87.106.76.226

- 141.11.88.6

- 217.60.195.160

Frequent last 24H
- 45.142.193.16412

- 79.124.62.12612

- 79.124.62.13411

- 79.124.62.23011

- 154.0.30.1379

- 45.198.224.218

- 45.198.224.57

- 45.135.193.1936

- 45.148.10.2306

- 115.231.78.116

- 38.34.175.1465

- 45.153.34.324

- 103.1.210.254

- 45.194.67.1464

- 180.167.128.2034

- 161.35.55.1744

- 45.142.154.103

- 31.129.55.2123

- 85.239.151.343

- 91.224.92.1473

- 95.214.53.1573

- 79.124.62.1783

- 144.202.92.173

- 217.60.195.1503

- 45.92.177.1863

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