BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+57
United Kingdom+6
Ukraine+8
Germany+7
Bulgaria+4
France+5
China+3
Russia+0
Portugal+2
Canada+2
The Netherlands+2
Brazil+1
Hong Kong+1
Turkey+1
Seychelles+1
Pakistan+0
Romania+1
Italy+0
Japan+0
Venezuela+0
Gambia the+0
Saudi Arabia+0
Uruguay+0
Austria+0
Peru+0
Last New Hosts
- 217.146.80.121

- 45.156.129.189

- 188.240.59.41

- 207.175.231.40

- 31.14.254.120

- 216.180.246.214

- 205.185.117.162

- 35.240.29.20

- 162.216.150.120

- 34.156.50.201

- 213.166.84.59

- 195.206.182.219

- 104.155.104.48

- 27.19.213.20

- 23.251.131.30

- 36.106.167.23

- 5.226.140.125

- 193.176.29.22

- 194.32.120.74

- 193.32.209.254

- 64.62.156.220

- 217.216.85.180

- 45.4.36.18

- 153.117.15.209

- 177.215.66.183

Frequent last 24H
- 45.153.34.322

- 77.90.185.782

- 193.25.217.252

- 194.32.120.742

- 94.154.43.1402

- 94.154.43.1462

- 94.154.43.702

- 94.154.43.1142

- 195.206.182.2091

- 193.163.125.2481

- 64.62.156.521

- 64.62.197.211

- 20.127.219.1091

- 64.62.197.1021

- 216.218.206.1051

- 64.89.163.2351

- 198.235.24.2271

- 172.104.100.1171

- 5.61.209.441

- 198.235.24.1041

- 198.235.24.441

- 3.18.102.111

- 195.33.200.581

- 65.49.1.2091

- 45.160.231.441

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