BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+152
China+68
India+56
Korea+27
Germany+48
Russia+33
Brazil+19
Pakistan+24
Romania+29
United Kingdom+11
Seychelles+27
France+13
Bulgaria+18
The Netherlands+15
Taiwan+11
Sweden+9
UA Emirates+6
Vietnam+4
South Africa+4
Poland+6
Hong Kong+4
Canada+1
Cote d'Ivoire+8
Japan+5
Portugal+6
Last New Hosts
- 195.178.110.217

- 221.15.95.177

- 34.34.103.195

- 20.235.93.26

- 119.92.76.210

- 177.27.76.210

- 77.53.193.47

- 62.201.212.54

- 45.82.109.136

- 31.173.31.66

- 223.243.24.178

- 220.122.115.9

- 210.5.117.238

- 206.62.136.109

- 200.37.179.83

- 200.149.213.242

- 193.46.192.20

- 191.33.76.49

- 186.215.245.175

- 182.95.185.158

- 182.95.182.166

- 182.90.248.108

- 171.100.121.127

- 140.130.98.240

- 118.45.101.159

Frequent last 24H
- 154.0.30.1379

- 45.142.193.1618

- 45.135.193.1938

- 45.156.87.1277

- 45.198.224.57

- 45.148.10.2306

- 150.95.25.346

- 115.231.78.116

- 180.167.128.2034

- 45.194.67.1464

- 45.153.34.324

- 91.224.92.1473

- 47.120.48.1623

- 77.90.185.783

- 176.65.139.463

- 141.11.88.1013

- 93.123.72.1833

- 34.52.161.1503

- 20.3.129.1423

- 79.124.62.2303

- 79.124.62.1783

- 45.142.193.353

- 34.38.53.2133

- 95.214.53.1573

- 176.65.139.1583

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