Statistics
Top 25
USA+151
China+66
India+65
Korea+30
Germany+30
Brazil+18
Russia+21
Bulgaria+42
Romania+34
United Kingdom+13
The Netherlands+16
Pakistan+6
UA Emirates+11
Sweden+12
Vietnam+8
Hong Kong+7
Seychelles+14
Turkey+7
Canada+3
France+2
Ethiopia+5
Taiwan+6
Kazakhstan+2
Singapore+5
Cote d'Ivoire+7
Last New Hosts
- 178.128.151.3

- 14.192.132.6

- 118.250.91.133

- 104.167.199.228

- 117.245.138.229

- 216.126.239.17

- 103.83.91.149

- 217.146.80.110

- 197.31.48.57

- 42.202.98.114

- 91.238.181.10

- 138.252.100.29

- 85.17.179.36

- 199.45.155.82

- 113.131.169.50

- 113.215.189.204

- 113.215.189.197

- 172.202.118.31

- 113.215.189.214

- 107.174.253.26

- 177.232.6.202

- 217.21.121.173

- 147.185.132.156

- 185.42.24.225

- 1.2.241.205

Frequent last 24H
- 45.142.193.16414

- 79.124.62.23013

- 79.124.62.13411

- 154.0.30.13710

- 79.124.62.12610

- 45.198.224.57

- 94.156.152.2346

- 45.135.193.1936

- 185.95.0.1475

- 45.148.10.2305

- 45.153.34.325

- 45.156.87.1274

- 206.189.25.1004

- 180.167.128.2034

- 141.98.11.413

- 45.198.224.1453

- 185.242.3.2263

- 95.214.53.1573

- 79.124.62.1783

- 115.231.78.113

- 45.142.193.1693

- 139.162.78.63

- 87.251.64.1583

- 170.64.137.1753

- 103.9.204.883

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