BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+45
United Kingdom+6
The Netherlands+3
France+4
Germany+3
Ukraine+0
Brazil+2
Hong Kong+1
Bulgaria+2
Pakistan+0
India+0
UA Emirates+0
Seychelles+1
Singapore+1
Hungary+1
Senegal+0
Ireland+0
Mexico+0
Italy+0
Japan+0
Venezuela+0
Australia+0
Malawi+0
Guam+0
Cameroon+0
Last New Hosts
- 45.82.76.136

- 112.46.215.75

- 221.231.120.218

- 176.65.148.30

- 213.209.159.11

- 23.92.26.77

- 183.82.104.186

- 16.5.0.133

- 170.130.204.82

- 50.3.85.42

- 50.3.85.34

- 219.157.250.23

- 16.5.0.132

- 45.91.22.72

- 89.222.108.203

- 200.53.96.198

- 104.140.148.114

- 95.173.207.168

- 143.244.40.204

- 153.117.6.136

- 45.138.16.102

- 94.154.43.214

- 103.18.14.99

- 81.19.216.87

- 89.125.33.88

Frequent last 24H
- 205.210.31.2151

- 170.130.204.1141

- 104.140.148.1141

- 172.104.100.1171

- 8.218.231.1921

- 69.5.169.161

- 200.53.96.1981

- 85.11.167.71

- 74.82.47.251

- 172.234.199.81

- 45.9.168.1921

- 104.140.148.941

- 176.65.148.301

- 69.5.169.271

- 170.130.204.821

- 89.248.165.2031

- 65.49.20.1061

- 5.61.209.441

- 64.62.156.2011

- 173.255.223.621

- 45.33.78.241

- 16.5.0.1321

- 45.135.193.1931

- 64.62.156.471

- 221.231.120.2181

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