BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+151
China+18
Ukraine+14
Germany+17
The Netherlands+17
United Kingdom+12
France+11
Pakistan+5
Taiwan+4
Russia+3
Seychelles+7
Brazil+2
Argentina+0
Bulgaria+6
Korea+5
Mexico+3
Romania+5
Spain+3
Sweden+1
Singapore+3
Portugal+3
Vietnam+0
Poland+3
Chile+0
Indonesia+3
Last New Hosts
- 103.185.223.58

- 5.53.118.251

- 120.40.161.23

- 152.172.194.149

- 186.61.92.135

- 66.132.195.48

- 39.34.189.132

- 123.11.15.165

- 178.151.167.39

- 178.125.79.93

- 102.208.235.50

- 138.28.100.10

- 179.209.47.19

- 79.111.14.104

- 91.90.11.186

- 107.173.241.217

- 36.148.232.225

- 77.90.185.107

- 203.128.24.233

- 103.100.174.18

- 125.40.100.206

- 47.254.144.196

- 185.9.75.250

- 24.199.116.203

- 47.237.103.155

Frequent last 24H
- 111.33.16.6711

- 107.150.146.699

- 16.5.0.2368

- 94.154.43.2237

- 185.224.128.165

- 94.154.43.695

- 45.135.193.1935

- 89.248.165.2034

- 80.13.153.1404

- 193.90.12.1224

- 88.151.33.2264

- 103.131.61.1633

- 213.209.159.213

- 95.214.53.1573

- 160.119.66.2063

- 85.234.131.813

- 59.127.153.2352

- 204.76.203.2212

- 103.203.57.42

- 194.32.120.2332

- 200.168.117.2382

- 176.208.55.2192

- 139.162.78.62

- 176.65.149.1822

- 45.156.129.1332

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