BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+32
China+0
Korea+0
Romania+0
India+0
Brazil+1
Russia+0
Taiwan+0
Australia+0
Sweden+0
Canada+0
Germany+6
The Netherlands+6
Vietnam+0
France+4
United Kingdom+1
Bulgaria+2
Lithuania+0
Hong Kong+1
Argentina+0
Portugal+0
Seychelles+2
Switzerland+0
Italy+0
Singapore+1
Last New Hosts
- 110.38.244.82

- 138.68.47.115

- 159.223.102.140

- 152.42.241.61

- 20.171.193.76

- 213.209.159.20

- 23.230.253.187

- 83.171.227.54

- 13.223.187.228

- 172.237.137.166

- 179.155.132.228

- 47.251.140.2

- 47.250.147.131

- 85.11.167.199

- 161.35.16.174

- 35.203.211.76

- 136.107.193.48

- 20.46.234.173

- 2.26.0.22

- 194.32.120.198

- 4.148.240.174

- 47.250.174.18

- 203.128.10.34

- 85.155.182.247

- 157.100.199.225

Frequent last 24H
- 204.76.203.492

- 206.189.59.792

- 45.153.34.872

- 45.135.193.1932

- 213.209.159.212

- 152.243.213.2472

- 31.76.20.192

- 45.156.87.1272

- 213.136.68.1852

- 64.62.156.2231

- 198.235.24.2201

- 213.209.159.661

- 198.235.24.2311

- 198.235.24.2471

- 147.185.132.941

- 198.235.24.1191

- 198.235.24.731

- 172.234.25.1871

- 198.235.24.1221

- 172.172.30.791

- 85.11.167.1991

- 198.235.24.771

- 80.13.153.1401

- 156.225.1.101

- 193.163.125.61

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