BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+135
China+81
India+43
Korea+63
Brazil+39
Russia+26
Bulgaria+44
Pakistan+20
Germany+22
Seychelles+20
Sweden+11
Romania+22
United Kingdom+14
UA Emirates+11
Vietnam+12
Taiwan+5
Hong Kong+6
The Netherlands+12
France+7
Australia+4
Italy+5
Japan+3
Singapore+3
Poland+5
Ethiopia+3
Last New Hosts
- 202.9.122.78

- 36.233.247.127

- 47.76.49.98

- 123.154.2.105

- 206.81.14.205

- 116.234.76.81

- 79.72.57.232

- 194.233.83.141

- 137.184.193.19

- 223.123.41.65

- 162.243.167.112

- 213.238.176.22

- 1.159.23.15

- 144.48.135.214

- 172.182.196.52

- 137.184.86.18

- 163.176.140.6

- 47.251.121.162

- 45.194.92.58

- 170.187.147.24

- 195.178.110.228

- 94.154.43.36

- 20.51.198.209

- 115.55.62.159

- 137.184.216.19

Frequent last 24H
- 79.124.62.23021

- 79.124.62.13421

- 79.124.62.12615

- 154.0.30.1379

- 45.142.193.1618

- 115.231.78.117

- 45.156.87.1276

- 45.194.67.1466

- 45.153.34.326

- 45.198.224.55

- 45.135.193.1934

- 45.148.10.2304

- 139.19.117.1294

- 47.120.48.1624

- 103.1.210.254

- 141.11.88.1014

- 180.167.128.2034

- 62.60.130.1483

- 192.248.150.1803

- 34.34.103.1953

- 91.224.92.1473

- 45.142.154.103

- 34.62.37.633

- 3.142.170.603

- 92.63.197.53

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