BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+107
China+18
India+2
Germany+37
Korea+1
Russia+8
Pakistan+22
Brazil+2
Romania+25
United Kingdom+7
Seychelles+23
Bulgaria+16
France+10
The Netherlands+9
Sweden+0
Taiwan+0
Vietnam+2
UA Emirates+2
Poland+4
Hong Kong+1
Canada+0
South Africa+1
Japan+3
Cote d'Ivoire+6
Ukraine+0
Last New Hosts
- 140.240.165.55

- 223.123.38.121

- 139.135.45.87

- 60.23.234.232

- 124.43.21.94

- 223.123.38.33

- 185.255.91.157

- 91.92.40.24

- 45.156.128.152

- 208.64.33.61

- 34.21.133.138

- 47.84.138.136

- 142.93.206.37

- 188.166.80.8

- 176.193.243.103

- 92.204.138.44

- 175.27.241.235

- 41.232.242.252

- 8.211.13.101

- 143.110.202.2

- 71.6.237.229

- 106.105.88.227

- 115.48.146.41

- 182.88.160.101

- 124.43.20.203

Frequent last 24H
- 154.0.30.1379

- 45.142.193.1619

- 45.156.87.1278

- 45.135.193.1938

- 45.148.10.2307

- 45.198.224.57

- 115.231.78.116

- 79.124.62.2305

- 176.65.139.1585

- 45.194.67.1465

- 93.123.72.1835

- 79.124.62.1265

- 150.95.25.345

- 176.65.139.464

- 79.124.62.1344

- 180.167.128.2034

- 51.158.248.1224

- 31.59.160.123

- 199.48.128.863

- 91.224.92.1473

- 87.251.64.1583

- 34.52.161.1503

- 79.124.62.1783

- 141.11.88.1013

- 77.90.185.783

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