BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+74
China+10
Korea+4
Uzbekistan+0
Russia+4
Kazakhstan+1
Brazil+1
Argentina+1
India+1
United Kingdom+6
Taiwan+3
Mexico+1
Ukraine+4
Vietnam+0
Sweden+0
Romania+2
Egypt+0
Pakistan+0
Germany+7
Kyrgyz Republic+0
Portugal+3
Tajikistan+0
The Netherlands+6
Canada+1
Hong Kong+1
Last New Hosts
- 47.77.235.8

- 123.189.218.126

- 200.69.58.226

- 158.94.211.199

- 42.179.10.69

- 112.103.140.51

- 88.230.229.150

- 103.82.120.152

- 121.61.88.136

- 42.100.61.68

- 187.188.53.248

- 87.9.20.25

- 181.46.66.101

- 45.234.34.1

- 31.128.253.36

- 153.117.69.110

- 27.29.165.145

- 35.205.7.139

- 34.148.23.121

- 168.181.138.37

- 104.196.99.20

- 34.11.213.160

- 104.196.60.92

- 34.121.245.217

- 34.121.210.13

Frequent last 24H
- 111.33.16.6711

- 16.5.0.2369

- 107.150.146.695

- 167.172.165.2515

- 130.12.180.1745

- 185.224.128.164

- 94.154.43.694

- 45.135.193.1934

- 159.203.20.2393

- 193.90.12.1223

- 77.90.185.783

- 20.65.170.522

- 45.153.34.872

- 45.153.34.322

- 94.154.43.2232

- 159.65.221.2322

- 173.255.223.892

- 195.182.16.232

- 31.184.195.2482

- 193.32.204.1992

- 139.162.70.532

- 176.32.193.162

- 216.25.89.1162

- 148.59.129.1062

- 85.234.131.812

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