BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+52
UA Emirates+0
United Kingdom+7
The Netherlands+4
Germany+3
Seychelles+2
South Africa+0
France+1
Czech Republic+0
Pakistan+0
Poland+1
Hong Kong+1
Ukraine+1
Sweden+1
Bulgaria+1
Ireland+0
Bolivia+0
Hungary+0
Costa Rica+0
Saudi Arabia+0
Italy+0
Venezuela+0
Uruguay+0
Belarus+0
Denmark+0
Last New Hosts
- 89.168.62.154

- 5.226.140.111

- 91.230.168.70

- 143.198.203.46

- 94.154.43.242

- 205.185.120.57

- 104.152.50.123

- 166.88.225.67

- 91.231.89.29

- 167.99.247.75

- 213.166.84.62

- 31.14.254.65

- 138.121.22.159

- 91.231.89.40

- 216.25.89.152

- 34.14.5.216

- 5.252.83.85

- 64.62.197.129

- 47.237.96.129

- 45.133.173.64

- 38.45.71.45

- 91.230.168.36

- 154.16.44.75

- 143.198.229.251

- 87.232.123.78

Frequent last 24H
- 195.182.16.232

- 45.135.193.1932

- 213.209.159.661

- 69.87.207.1361

- 198.235.24.2471

- 135.119.89.571

- 45.77.61.561

- 65.49.1.1141

- 205.210.31.1351

- 143.42.1.1891

- 20.163.38.1291

- 64.89.163.2351

- 20.14.88.2051

- 20.83.48.2041

- 65.49.20.941

- 91.231.89.401

- 66.132.224.311

- 135.237.126.1601

- 94.154.43.2421

- 205.210.31.821

- 205.210.31.851

- 130.12.180.1071

- 20.65.201.331

- 138.121.22.1591

- 137.184.226.1181

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