BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+116
Bulgaria+39
China+22
Romania+35
Germany+30
United Kingdom+13
Seychelles+19
The Netherlands+15
UA Emirates+9
Russia+7
Singapore+3
Pakistan+1
Vietnam+4
Cote d'Ivoire+6
France+4
Hong Kong+5
Egypt+1
Korea+2
Lithuania+2
Taiwan+1
Mexico+2
Sweden+1
Canada+0
Poland+3
India+0
Last New Hosts
- 150.95.25.34

- 36.32.200.253

- 49.233.13.93

- 43.106.85.173

- 131.143.243.44

- 87.192.249.82

- 43.128.81.242

- 158.160.84.222

- 103.74.20.54

- 23.141.12.180

- 111.246.70.185

- 8.138.161.233

- 103.172.48.92

- 77.90.185.68

- 103.174.51.51

- 50.61.42.98

- 47.114.122.127

- 75.127.209.27

- 48.216.208.195

- 37.125.78.239

- 3.87.27.156

- 64.62.156.219

- 45.194.67.30

- 83.52.222.191

- 122.165.245.83

Frequent last 24H
- 79.124.62.13413

- 45.142.193.16413

- 79.124.62.12612

- 79.124.62.23011

- 154.0.30.1378

- 45.142.193.1617

- 45.198.224.57

- 45.156.87.1277

- 45.148.10.2306

- 45.194.67.1465

- 217.60.195.1505

- 115.231.78.114

- 180.167.128.2034

- 45.135.193.1934

- 45.198.224.1453

- 141.98.11.413

- 176.32.193.163

- 80.94.92.1303

- 151.243.11.353

- 45.153.34.323

- 80.95.194.1243

- 91.224.92.1473

- 180.167.128.2023

- 143.42.1.1892

- 176.65.139.1402

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