BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+114
China+76
India+71
Korea+48
Russia+25
Brazil+28
Germany+32
The Netherlands+23
Sweden+12
Romania+18
Seychelles+20
Taiwan+6
UA Emirates+13
Pakistan+7
Bulgaria+11
United Kingdom+12
Hong Kong+7
Australia+6
France+7
Thailand+6
Italy+2
Kazakhstan+4
Vietnam+4
Singapore+4
Poland+5
Last New Hosts
- 202.70.139.234

- 91.92.43.223

- 205.210.31.58

- 93.127.119.5

- 223.123.125.12

- 24.212.56.34

- 205.210.31.54

- 178.62.195.190

- 60.250.94.221

- 216.25.89.95

- 119.160.215.48

- 192.142.1.24

- 47.61.218.146

- 112.119.28.114

- 66.132.224.17

- 5.182.26.69

- 79.120.30.97

- 125.22.188.194

- 52.186.170.27

- 91.92.40.60

- 132.148.29.10

- 175.148.74.174

- 35.203.211.125

- 134.199.214.45

- 61.176.245.71

Frequent last 24H
- 93.123.72.1837

- 154.0.30.1376

- 45.142.193.1615

- 45.135.193.1935

- 45.153.34.324

- 45.198.224.54

- 45.148.10.2304

- 204.76.203.2194

- 95.211.91.874

- 204.76.203.2064

- 18.189.74.14

- 31.59.160.124

- 192.248.150.1803

- 176.65.148.2533

- 115.231.78.113

- 176.65.139.1403

- 180.167.128.2033

- 193.90.12.1223

- 89.218.247.2342

- 183.96.62.292

- 182.90.248.1082

- 91.86.88.242

- 112.161.26.1252

- 115.247.159.1062

- 14.38.177.1052

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