BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+138
China+79
India+48
Korea+49
Brazil+34
Russia+32
Bulgaria+50
Germany+22
Taiwan+16
Romania+23
The Netherlands+19
Seychelles+22
Hong Kong+13
United Kingdom+16
Ukraine+11
Sweden+10
UA Emirates+4
Pakistan+7
Vietnam+9
Ethiopia+7
Australia+6
France+5
Cambodia+2
Bangladesh+7
Italy+2
Last New Hosts
- 198.251.83.40

- 178.206.112.67

- 124.117.195.133

- 47.250.139.184

- 27.41.244.241

- 178.156.244.195

- 34.14.200.51

- 45.153.34.161

- 72.255.32.85

- 202.63.207.82

- 165.22.155.98

- 143.244.178.146

- 126.38.54.116

- 170.64.147.115

- 72.255.19.193

- 64.227.138.101

- 223.123.38.122

- 23.94.252.207

- 153.117.9.39

- 170.64.212.7

- 131.241.3.85

- 221.0.170.18

- 118.38.44.223

- 34.38.15.23

- 34.77.37.86

Frequent last 24H
- 79.124.62.23016

- 79.124.62.13415

- 79.124.62.12613

- 115.231.78.117

- 45.198.224.56

- 45.142.193.1616

- 157.230.180.1606

- 94.154.43.1925

- 45.156.87.1275

- 204.76.203.815

- 45.135.193.1935

- 154.0.30.1375

- 47.120.48.1624

- 45.153.34.324

- 94.156.152.2344

- 79.124.62.1784

- 180.167.128.2034

- 94.154.43.1584

- 45.194.92.574

- 139.19.117.1293

- 87.251.64.1553

- 204.76.203.493

- 94.154.43.663

- 91.224.92.1473

- 35.195.46.1243

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