BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+72
China+18
Germany+16
Ukraine+11
Argentina+0
Taiwan+10
United Kingdom+13
Korea+9
Pakistan+3
Russia+4
The Netherlands+8
Indonesia+4
France+5
Brazil+2
Mexico+1
Canada+5
Singapore+0
Bulgaria+2
Romania+4
Hong Kong+2
Seychelles+4
South Africa+1
Iran+1
Colombia+0
Georgia+1
Last New Hosts
- 200.41.113.215

- 221.157.244.54

- 137.184.231.148

- 38.165.233.46

- 222.103.201.40

- 194.39.227.73

- 105.174.57.166

- 136.119.141.103

- 101.53.233.148

- 170.81.233.105

- 165.245.255.43

- 114.36.233.147

- 4.249.17.250

- 37.215.141.222

- 79.177.131.11

- 62.210.142.39

- 62.75.136.71

- 177.238.25.251

- 213.230.86.2

- 66.132.195.125

- 103.186.77.69

- 16.5.0.238

- 79.43.182.132

- 1.171.10.86

- 113.196.197.59

Frequent last 24H
- 111.33.16.6714

- 16.5.0.23614

- 94.154.43.2236

- 130.12.180.1746

- 85.234.131.816

- 185.224.128.166

- 94.154.43.695

- 103.131.61.1634

- 45.135.193.1934

- 77.239.124.1213

- 95.214.53.1573

- 195.182.16.233

- 18.190.15.503

- 51.255.42.1603

- 121.137.29.1142

- 45.153.34.872

- 93.113.10.1942

- 107.150.146.692

- 148.59.129.232

- 35.169.206.1772

- 187.172.68.972

- 222.102.148.672

- 176.52.13.1502

- 193.90.12.1222

- 77.90.185.782

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