BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+97
China+46
Korea+36
Romania+31
India+24
Russia+23
Brazil+23
Taiwan+13
Sweden+12
Australia+12
Germany+9
United Kingdom+5
UA Emirates+2
Canada+5
The Netherlands+5
France+5
Ukraine+5
Vietnam+3
Bulgaria+4
Portugal+2
Hong Kong+2
Bosnia and Herzegovina+2
Mozambique+2
Spain+0
Thailand+0
Last New Hosts
- 213.176.24.83

- 59.12.212.38

- 115.68.133.201

- 92.118.39.214

- 92.118.39.211

- 92.118.39.210

- 92.118.39.205

- 92.118.39.204

- 92.118.39.203

- 46.59.108.159

- 45.148.10.39

- 45.148.10.37

- 45.148.10.36

- 45.148.10.34

- 45.148.10.31

- 45.148.10.30

- 45.148.10.29

- 45.148.10.26

- 45.148.10.25

- 2.192.132.212

- 189.56.0.19

- 154.14.139.82

- 151.20.43.187

- 123.163.52.74

- 111.70.10.15

Frequent last 24H
- 45.156.87.1272

- 204.76.203.492

- 45.153.34.322

- 152.243.213.2472

- 45.135.193.1932

- 66.132.224.372

- 139.144.239.982

- 45.153.34.872

- 94.154.43.2542

- 94.154.43.702

- 197.219.228.2461

- 43.156.238.2071

- 113.108.88.1211

- 199.45.154.1821

- 188.166.246.1451

- 51.89.193.2081

- 179.174.245.2451

- 180.165.54.951

- 41.207.248.1981

- 34.62.218.921

- 103.161.93.531

- 187.93.68.1781

- 143.42.164.1271

- 209.38.93.2481

- 38.148.99.591

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