Statistics
Top 25
USA+168
India+94
China+90
Korea+42
Russian+29
Brazil+39
Germany+42
Bulgaria+39
United Kingdom+20
Netherlands the+22
Romania+32
Taiwan+6
Hong Kong+12
United Arab Emirates+12
Sweden+6
Vietnam+11
Canada+6
Pakistan+3
Turkey+12
Seychelles+11
Singapore+6
France+2
Ethiopia+7
Italy+2
Finland+2
Last New Hosts
- 85.217.149.4

- 84.232.22.204

- 138.122.140.200

- 175.107.205.161

- 103.73.101.169

- 150.95.80.41

- 105.155.182.136

- 47.254.148.82

- 216.151.165.166

- 82.29.94.105

- 66.132.186.248

- 219.151.190.165

- 124.253.205.239

- 101.53.224.70

- 178.105.200.202

- 83.55.85.251

- 82.27.228.127

- 155.26.242.194

- 169.224.128.213

- 147.185.132.234

- 2.26.181.178

- 23.230.122.116

- 161.199.240.3

- 15.235.188.17

- 45.135.194.113

Frequent last 24H
- 79.124.62.23014

- 45.142.193.16113

- 45.142.193.16411

- 79.124.62.12610

- 79.124.62.13410

- 45.135.193.1939

- 185.95.0.1477

- 45.148.10.2307

- 154.0.30.1376

- 115.231.78.116

- 45.156.87.1276

- 204.76.203.2066

- 45.153.34.326

- 206.189.25.1005

- 79.124.62.1785

- 31.59.160.124

- 64.95.9.2203

- 87.251.64.1553

- 45.198.224.53

- 151.243.11.353

- 180.167.128.2033

- 35.233.98.2303

- 91.224.92.1473

- 176.65.148.2513

- 141.98.11.413

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
Runningnetscan.rbl.blockedservers.com
Runningspam.rbl.blockedservers.com
Runningtorexit.rbl.blockedservers.com
Running