BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+67
China+11
Germany+8
Pakistan+3
Argentina+0
United Kingdom+9
The Netherlands+6
Taiwan+5
Ukraine+3
Romania+5
Brazil+1
Portugal+3
France+2
Korea+3
Russia+0
Hong Kong+1
Bangladesh+0
Chile+0
Turkey+0
Tunisia+0
Mexico+0
Egypt+0
Bulgaria+1
Azerbaijan+0
Panama+1
Last New Hosts
- 170.64.142.108

- 85.95.179.195

- 16.5.0.186

- 117.82.51.158

- 189.219.112.175

- 16.5.0.161

- 27.203.230.103

- 89.248.172.14

- 47.251.22.15

- 115.77.242.35

- 206.62.136.65

- 221.14.189.167

- 16.5.0.163

- 181.165.150.146

- 201.133.213.134

- 220.219.55.24

- 5.137.238.58

- 35.234.57.249

- 95.79.202.225

- 219.84.181.145

- 89.46.95.6

- 176.112.111.40

- 202.12.247.222

- 181.31.159.199

- 34.22.152.118

Frequent last 24H
- 111.33.16.676

- 16.5.0.2364

- 45.135.193.1933

- 94.154.43.2233

- 167.172.165.2512

- 130.12.180.1742

- 18.190.15.502

- 185.224.128.162

- 175.173.226.751

- 111.92.151.1781

- 103.176.113.1971

- 115.77.242.351

- 219.81.64.491

- 213.230.93.711

- 86.38.182.861

- 198.235.24.1791

- 147.185.132.2551

- 159.203.20.2391

- 198.74.58.1481

- 45.79.109.1931

- 101.235.199.2141

- 147.185.132.1321

- 27.203.230.1031

- 205.210.31.2091

- 64.62.197.231

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