BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+124
China+24
Bulgaria+62
Korea+4
India+1
The Netherlands+18
Russia+7
Romania+31
Germany+26
Brazil+0
United Kingdom+13
Ukraine+16
Seychelles+16
France+15
Mauritius+16
Hong Kong+6
Vietnam+4
Sweden+0
Taiwan+2
UA Emirates+2
Pakistan+1
Ethiopia+0
Japan+2
Lithuania+4
Argentina+0
Last New Hosts
- 5.26.41.216

- 20.212.118.199

- 23.97.62.140

- 157.245.86.48

- 103.75.68.132

- 159.89.42.176

- 109.110.35.30

- 46.101.250.187

- 31.14.254.99

- 139.135.43.129

- 34.14.63.28

- 90.138.156.156

- 199.91.221.58

- 47.84.184.64

- 86.98.215.64

- 95.173.191.72

- 35.172.110.31

- 35.205.119.33

- 47.92.195.128

- 180.93.138.150

- 18.136.118.147

- 92.204.138.51

- 153.117.32.95

- 64.177.86.99

- 34.13.241.185

Frequent last 24H
- 41.168.10.13918

- 79.124.62.23016

- 79.124.62.13415

- 79.124.62.12614

- 45.142.193.16413

- 93.113.10.19412

- 79.124.56.21010

- 47.120.48.16210

- 45.198.224.56

- 85.11.167.2286

- 45.135.193.1936

- 94.154.43.1405

- 154.0.30.1375

- 141.98.11.115

- 45.142.193.1615

- 188.166.40.875

- 45.153.34.325

- 34.52.149.2244

- 45.156.87.1274

- 180.167.128.2034

- 34.76.219.1073

- 95.214.53.1573

- 34.156.20.1583

- 166.62.41.963

- 5.61.209.433

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