BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+34
Germany+5
Hong Kong+0
United Kingdom+6
Bulgaria+2
China+0
Seychelles+1
The Netherlands+3
Pakistan+0
France+2
Ukraine+2
Singapore+0
Norway+1
Russia+0
Hungary+1
Korea+1
Brazil+0
Senegal+0
Ireland+0
Switzerland+0
Italy+0
Guam+0
Malawi+0
Japan+0
Australia+0
Last New Hosts
- 172.174.212.111

- 4.148.17.12

- 172.174.237.12

- 74.249.178.115

- 52.248.41.106

- 91.230.168.65

- 48.214.146.40

- 20.118.243.90

- 20.106.181.46

- 8.216.5.224

- 20.65.146.203

- 40.124.121.21

- 8.216.7.102

- 176.124.222.61

- 180.149.125.232

- 143.198.76.202

- 20.172.67.190

- 47.250.120.35

- 23.94.206.233

- 64.23.247.132

- 45.38.20.151

- 219.147.193.222

- 95.105.67.216

- 198.11.180.16

- 103.234.62.36

Frequent last 24H
- 45.156.87.1273

- 135.125.29.1292

- 51.159.111.442

- 185.226.93.2422

- 45.135.193.1932

- 45.153.34.322

- 94.154.43.702

- 204.76.203.492

- 94.154.43.1402

- 193.25.217.252

- 167.94.145.311

- 205.210.31.2061

- 45.33.78.701

- 146.190.229.2391

- 91.92.47.781

- 213.209.159.661

- 193.163.125.691

- 185.192.70.2461

- 205.210.31.661

- 147.185.132.1351

- 64.62.197.1421

- 165.154.182.2121

- 91.230.168.651

- 20.65.146.2031

- 194.88.98.1231

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