BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+157
Bulgaria+52
China+25
Romania+48
Germany+33
United Kingdom+12
Seychelles+19
The Netherlands+16
Pakistan+4
Korea+9
Russia+6
Ukraine+9
France+8
Vietnam+4
Iran+4
Singapore+2
Brazil+2
Japan+0
Hong Kong+3
India+1
UA Emirates+1
South Africa+2
Argentina+2
Tanzania+0
Portugal+1
Last New Hosts
- 110.177.144.32

- 101.96.202.189

- 40.123.226.216

- 139.135.42.177

- 38.79.54.12

- 114.164.177.222

- 165.101.75.111

- 187.19.254.125

- 8.209.109.77

- 197.232.173.59

- 106.12.38.73

- 220.184.136.80

- 47.254.234.104

- 69.5.169.215

- 192.204.35.134

- 69.5.169.159

- 196.43.90.214

- 91.92.47.6

- 1.2.200.29

- 223.123.72.152

- 183.151.18.199

- 37.52.136.205

- 185.40.123.252

- 177.191.201.229

- 143.198.32.184

Frequent last 24H
- 173.247.226.6223

- 93.113.10.19423

- 79.124.62.23016

- 45.142.193.16114

- 79.124.62.13414

- 143.198.154.15013

- 79.124.62.12613

- 192.9.227.24511

- 94.154.43.1406

- 195.178.110.1375

- 45.148.10.2305

- 45.153.34.325

- 45.135.193.1935

- 45.198.224.55

- 45.156.87.1275

- 188.166.40.874

- 47.120.48.1624

- 180.167.128.2034

- 45.90.163.374

- 5.61.209.923

- 162.217.100.2013

- 90.151.171.1093

- 139.19.117.1293

- 91.224.92.1473

- 192.248.150.1803

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