BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+31
United Kingdom+7
Germany+5
The Netherlands+3
Brazil+2
Ukraine+3
China+0
France+2
Bulgaria+2
Iraq+1
Turkey+1
Seychelles+1
Singapore+0
Pakistan+0
Portugal+0
Italy+0
Japan+0
Hungary+0
Gambia the+0
Austria+0
Venezuela+0
South Africa+0
Uruguay+0
Saudi Arabia+0
Denmark+0
Last New Hosts
- 5.226.140.112

- 5.226.140.97

- 185.114.156.58

- 142.93.30.34

- 38.101.151.160

- 168.144.135.119

- 104.248.113.243

- 193.32.209.251

- 182.16.91.250

- 112.121.183.38

- 157.250.205.35

- 89.37.172.147

- 193.32.209.253

- 111.68.9.254

- 182.16.91.254

- 216.118.251.50

- 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

Frequent last 24H
- 94.154.43.1401

- 147.185.132.461

- 193.163.125.471

- 66.132.224.351

- 65.49.1.1891

- 147.185.132.571

- 199.45.154.1821

- 5.61.209.441

- 168.144.135.1191

- 104.248.113.2431

- 77.90.185.781

- 184.105.247.2261

- 182.16.91.2541

- 142.93.30.341

- 185.114.156.581

- 147.185.132.1121

- 184.105.247.2431

- 45.135.193.1931

- 172.172.30.2061

- 66.132.224.321

- 195.33.200.581

- 5.226.140.1121

- 45.153.34.321

- 45.91.22.271

- 193.163.125.551

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