BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+206
China+59
India+36
Germany+35
Korea+19
Bulgaria+38
Russia+21
United Kingdom+18
Brazil+16
Romania+26
Seychelles+14
Singapore+6
Taiwan+4
France+16
The Netherlands+13
UA Emirates+10
Vietnam+9
Hong Kong+5
Sweden+3
Canada+0
Indonesia+2
Poland+3
Italy+2
Pakistan+4
Philippines+2
Last New Hosts
- 198.50.119.130

- 103.173.7.229

- 8.163.137.42

- 206.1.89.208

- 151.115.167.37

- 107.148.43.194

- 51.15.105.34

- 31.70.71.228

- 43.134.211.250

- 159.203.18.233

- 122.97.209.40

- 118.145.164.82

- 103.152.113.54

- 193.123.235.181

- 163.61.31.178

- 23.234.104.111

- 82.179.157.35

- 144.202.92.17

- 122.96.31.95

- 159.65.120.213

- 152.69.218.40

- 167.172.104.103

- 185.254.97.154

- 85.217.149.53

- 140.238.194.185

Frequent last 24H
- 79.124.62.23012

- 79.124.62.13412

- 79.124.62.12611

- 154.0.30.13710

- 45.142.193.16410

- 38.34.175.869

- 38.34.175.569

- 38.34.175.139

- 38.34.172.1538

- 38.34.175.487

- 45.198.224.57

- 37.187.104.2157

- 115.231.78.117

- 45.148.10.2307

- 45.142.193.1617

- 45.135.193.1937

- 38.34.175.197

- 38.34.175.1467

- 38.34.175.186

- 45.153.34.326

- 38.34.175.886

- 38.34.175.596

- 38.34.175.2196

- 38.34.175.896

- 38.34.175.205

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