Statistics
Top 25
USA+136
China+68
India+79
Korea+38
Russian+34
United Kingdom+20
Brazil+19
Pakistan+32
Germany+20
Bulgaria+23
Romania+23
Netherlands the+17
Taiwan+9
Sweden+11
Hong Kong+12
Seychelles+15
Vietnam+10
United Arab Emirates+5
Turkey+7
France+6
Singapore+5
Canada+4
Iran+1
Philippines+2
Argentina+5
Last New Hosts
- 172.214.44.2

- 189.146.163.99

- 222.127.251.163

- 80.191.64.34

- 45.76.175.18

- 79.124.40.126

- 83.143.112.140

- 85.117.36.2

- 34.179.136.35

- 188.214.144.172

- 93.123.109.101

- 101.108.110.101

- 180.176.176.60

- 171.114.231.241

- 161.97.76.233

- 176.24.125.3

- 191.8.252.26

- 59.97.132.149

- 41.33.15.36

- 46.100.50.130

- 59.33.141.16

- 167.99.187.40

- 172.183.91.1

- 23.224.43.18

- 94.159.116.131

Frequent last 24H
- 45.142.193.16113

- 79.124.62.23011

- 79.124.62.13411

- 79.124.62.12610

- 45.142.193.16410

- 45.153.34.327

- 185.191.126.2216

- 206.189.25.1006

- 185.95.0.1475

- 45.135.193.1935

- 45.198.224.55

- 154.0.30.1375

- 64.94.153.2205

- 45.156.87.1275

- 178.20.210.1514

- 180.167.128.2034

- 204.76.203.304

- 45.148.10.2304

- 43.228.157.623

- 64.95.9.2203

- 115.231.78.113

- 43.228.157.1393

- 43.228.157.173

- 43.228.157.1523

- 43.228.157.1363

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