BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+35
Iran+0
United Kingdom+6
China+1
Bulgaria+5
The Netherlands+4
France+5
Germany+4
Thailand+0
Brazil+0
Vietnam+0
Seychelles+2
Ukraine+2
Pakistan+0
Spain+0
Sweden+0
Korea+0
Indonesia+0
Kenya+0
Laoa+0
Norway+1
Portugal+1
Lithuania+0
Bolivia+0
Canada+0
Last New Hosts
- 153.117.6.136

- 45.138.16.102

- 94.154.43.214

- 103.18.14.99

- 81.19.216.87

- 89.125.33.88

- 185.223.235.7

- 223.122.108.202

- 45.79.130.153

- 47.77.223.200

- 75.127.6.2

- 89.21.67.149

- 104.248.80.25

- 185.223.235.28

- 103.121.174.94

- 193.176.31.245

- 193.176.31.254

- 37.25.124.106

- 31.131.103.253

- 213.176.26.52

- 213.176.26.22

- 213.176.26.88

- 213.176.26.87

- 213.176.26.72

- 213.176.26.63

Frequent last 24H
- 193.163.125.1341

- 45.79.130.1531

- 94.154.43.1031

- 64.89.163.1681

- 89.248.172.101

- 94.231.206.1311

- 94.154.43.1401

- 45.82.76.1111

- 185.226.197.81

- 172.234.199.81

- 64.62.156.1751

- 185.223.235.71

- 79.124.56.2261

- 64.62.156.2071

- 185.12.59.1181

- 172.236.111.1971

- 45.198.224.261

- 205.210.31.641

- 199.45.154.1821

- 5.61.209.441

- 193.176.31.2541

- 147.185.132.2551

- 45.79.109.1931

- 89.21.67.1491

- 103.203.57.41

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