BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+30
Germany+4
Ukraine+4
The Netherlands+4
Russia+2
United Kingdom+1
Seychelles+2
Bulgaria+2
China+2
Brazil+1
Thailand+0
France+1
Singapore+1
Korea+1
Pakistan+1
Romania+1
Lithuania+1
Portugal+1
Spain+0
Kazakhstan+0
Ireland+0
Bolivia+0
Colombia+0
Switzerland+0
Saudi Arabia+0
Last New Hosts
- 20.84.101.167

- 91.231.89.186

- 98.159.41.6

- 46.151.182.191

- 23.94.51.35

- 89.168.47.222

- 152.42.164.200

- 45.77.61.56

- 200.11.216.34

- 5.230.29.59

- 66.132.172.143

- 66.132.224.41

- 45.86.202.110

- 94.154.43.144

- 51.79.7.54

- 130.12.180.126

- 159.223.20.134

- 146.247.231.197

- 193.235.141.168

- 178.73.254.185

- 216.180.246.104

- 195.201.169.60

- 110.164.193.195

- 177.172.61.26

- 80.94.92.68

Frequent last 24H
- 94.154.43.1402

- 45.156.87.1272

- 177.172.61.262

- 146.247.231.1971

- 172.104.100.1171

- 45.77.61.561

- 71.6.199.231

- 172.232.8.2471

- 85.137.51.1151

- 198.235.24.1991

- 64.62.156.1121

- 45.142.193.1611

- 172.234.25.1871

- 79.124.62.2301

- 94.154.43.2301

- 45.86.202.1101

- 66.132.172.1431

- 5.61.209.441

- 5.230.29.591

- 130.49.181.911

- 77.90.185.781

- 64.62.197.1861

- 200.11.216.341

- 81.19.216.1111

- 80.94.92.681

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