BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+45
China+3
The Netherlands+5
Canada+0
Korea+1
United Kingdom+3
Russia+0
Germany+5
Pakistan+0
Ukraine+2
France+2
Thailand+0
Argentina+0
Brazil+2
Singapore+1
India+0
Turkey+0
Taiwan+0
Mexico+0
Colombia+0
Nigeria+1
Malawi+1
Egypt+0
Indonesia+1
Chile+0
Last New Hosts
- 113.255.146.248

- 201.234.143.226

- 176.50.123.176

- 181.231.84.93

- 43.111.231.81

- 129.222.65.115

- 189.176.121.68

- 200.59.113.42

- 52.230.250.242

- 91.196.93.123

- 112.237.58.202

- 40.80.203.253

- 190.196.253.60

- 109.95.219.101

- 138.68.67.252

- 93.127.206.55

- 113.215.189.231

- 83.233.22.225

- 42.82.239.14

- 172.178.119.123

- 48.217.83.204

- 172.174.115.113

- 20.163.10.17

- 20.169.85.80

- 95.133.254.30

Frequent last 24H
- 111.33.16.6710

- 16.5.0.2367

- 130.12.180.1746

- 45.135.193.1935

- 89.248.165.2035

- 177.188.141.754

- 45.153.34.324

- 85.234.131.814

- 45.153.34.874

- 94.154.43.694

- 185.224.128.163

- 102.220.163.723

- 41.77.8.1632

- 198.235.24.1572

- 205.210.31.852

- 47.76.237.1122

- 205.210.31.792

- 88.151.33.2262

- 147.185.132.162

- 205.210.31.492

- 77.239.124.1212

- 198.235.24.72

- 52.20.198.1902

- 205.210.31.292

- 139.162.70.532

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