BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+33
United Kingdom+8
Germany+9
France+5
Spain+3
The Netherlands+6
Bulgaria+3
China+1
Ukraine+4
Portugal+3
Russia+1
Pakistan+0
Lithuania+1
Romania+2
Hong Kong+1
Seychelles+0
India+1
Bangladesh+0
Poland+1
Brazil+1
Panama+1
Vietnam+0
Sudan+0
Reunion+0
Denmark+0
Last New Hosts
- 35.231.146.207

- 135.136.51.39

- 185.192.71.183

- 185.92.25.49

- 185.92.25.51

- 35.245.161.231

- 34.48.154.217

- 34.65.119.206

- 34.23.31.198

- 34.81.135.70

- 34.165.191.72

- 34.155.22.89

- 4.224.45.129

- 45.138.12.16

- 34.17.204.243

- 35.233.232.174

- 52.141.45.117

- 45.148.10.64

- 82.147.85.21

- 194.88.98.87

- 148.66.133.23

- 69.5.169.105

- 94.159.111.86

- 58.84.63.109

- 222.107.26.109

Frequent last 24H
- 94.154.43.1031

- 4.224.45.1291

- 193.163.125.111

- 64.62.156.2031

- 40.124.185.1901

- 189.18.97.611

- 85.11.167.71

- 52.141.45.1171

- 34.155.22.891

- 64.62.197.1741

- 34.17.204.2431

- 45.227.253.131

- 64.89.163.2351

- 194.88.98.1111

- 43.249.54.2461

- 66.132.224.311

- 194.88.98.871

- 147.185.132.281

- 66.132.224.381

- 195.178.110.621

- 176.65.149.1931

- 20.29.59.991

- 194.187.176.201

- 34.48.154.2171

- 135.136.51.391

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