BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+116
Bulgaria+62
China+27
Pakistan+13
Germany+21
Romania+19
United Kingdom+8
The Netherlands+16
Seychelles+16
Hong Kong+7
UA Emirates+6
Korea+5
Singapore+2
Russia+5
Cote d'Ivoire+5
India+1
France+4
Ukraine+3
Brazil+2
Vietnam+3
Costa Rica+4
Iran+2
Poland+3
Japan+0
Peru+1
Last New Hosts
- 151.245.121.116

- 119.120.225.252

- 34.178.206.206

- 20.55.119.82

- 171.246.190.93

- 190.183.203.46

- 221.120.2.38

- 180.114.14.43

- 165.245.232.47

- 223.123.71.233

- 79.124.58.70

- 220.198.241.12

- 103.74.21.107

- 206.189.50.75

- 134.209.214.106

- 45.10.154.97

- 58.19.83.110

- 134.209.230.7

- 5.253.59.254

- 27.71.234.61

- 69.5.169.17

- 113.211.215.63

- 47.84.129.223

- 94.154.43.77

- 64.23.204.32

Frequent last 24H
- 79.124.62.13417

- 79.124.62.23016

- 79.124.62.12614

- 35.234.220.69

- 45.142.193.1618

- 47.120.48.1628

- 188.166.40.877

- 154.0.30.1377

- 45.135.193.1936

- 45.156.87.1276

- 45.153.34.325

- 45.142.154.104

- 79.124.62.1784

- 180.167.128.2034

- 201.205.247.464

- 195.178.110.1374

- 103.1.210.253

- 43.228.157.83

- 43.228.157.103

- 104.248.170.703

- 172.245.93.1943

- 5.61.209.923

- 45.142.193.533

- 5.61.209.433

- 93.113.10.1943

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