BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+40
Seychelles+1
UA Emirates+1
Germany+7
China+0
Bulgaria+4
United Kingdom+0
Ukraine+3
France+3
The Netherlands+3
Pakistan+0
Singapore+2
Brazil+1
South Africa+0
Portugal+2
Romania+0
Norway+1
Cambodia+0
Ecuador+0
Venezuela+0
Senegal+0
Gabon+0
Jamaica+0
Ireland+0
Peru+0
Last New Hosts
- 157.245.101.187

- 135.233.116.98

- 79.124.56.222

- 34.180.113.115

- 47.84.193.112

- 103.234.62.96

- 107.180.78.231

- 107.150.111.70

- 161.97.138.152

- 165.154.173.169

- 161.35.12.90

- 152.32.233.36

- 91.231.89.218

- 103.234.62.33

- 64.62.197.161

- 4.246.86.196

- 20.65.218.20

- 193.32.204.199

- 145.132.100.181

- 5.252.83.115

- 198.98.50.123

- 154.16.44.248

- 217.60.78.81

- 154.16.44.235

- 45.133.173.186

Frequent last 24H
- 94.154.43.2542

- 152.243.213.2472

- 45.156.87.1272

- 204.76.203.492

- 66.132.186.2472

- 94.154.43.1402

- 94.154.43.2142

- 45.135.193.1932

- 91.92.47.782

- 45.153.34.872

- 213.209.159.661

- 144.225.124.1881

- 85.11.167.71

- 66.132.172.2241

- 185.226.93.2421

- 66.240.236.1161

- 45.77.61.561

- 45.133.173.2351

- 45.194.67.451

- 20.83.41.1841

- 161.97.138.1521

- 65.49.1.1381

- 45.194.67.431

- 94.231.206.51

- 4.155.134.2111

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