BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+62
Iran+0
United Kingdom+11
France+6
Germany+3
The Netherlands+2
Brazil+0
Bulgaria+3
Uzbekistan+0
Sweden+0
Vietnam+1
China+0
Hong Kong+0
Russia+0
India+0
Ukraine+1
Korea+0
Thailand+0
Kyrgyz Republic+0
Israel+0
Kazakhstan+0
Taiwan+0
Ethiopia+0
Lithuania+0
Canada+0
Last New Hosts
- 89.21.67.141

- 104.205.145.197

- 193.176.31.250

- 2.26.112.88

- 171.83.30.16

- 219.140.109.106

- 172.236.103.8

- 45.79.103.169

- 45.79.145.34

- 81.19.216.116

- 72.255.3.99

- 193.176.31.230

- 196.65.19.182

- 61.182.48.38

- 40.124.175.131

- 20.65.194.27

- 45.79.219.84

- 198.58.100.172

- 137.184.25.41

- 112.46.215.118

- 81.19.216.67

- 66.228.53.105

- 197.248.3.28

- 161.35.13.92

- 204.76.203.21

Frequent last 24H
- 147.185.132.421

- 219.140.109.1061

- 20.124.87.151

- 146.190.213.2481

- 196.65.19.1821

- 20.65.194.271

- 94.154.43.1401

- 85.11.167.71

- 80.13.153.1401

- 64.62.197.271

- 57.151.105.1301

- 20.65.193.2541

- 20.64.105.1121

- 159.223.156.291

- 20.65.177.1581

- 205.210.31.1491

- 193.163.125.671

- 20.64.105.2531

- 40.124.186.1561

- 185.224.128.141

- 192.155.81.241

- 205.210.31.1771

- 40.124.175.1971

- 20.98.137.2251

- 20.169.104.2041

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