Statistics
Top 25
USA+171
China+77
India+80
Korea+38
Russian+37
United Kingdom+22
Brazil+21
Bulgaria+39
Germany+31
Pakistan+34
Romania+34
Netherlands the+25
Taiwan+11
Seychelles+23
Sweden+11
Hong Kong+14
Vietnam+12
Turkey+9
France+8
United Arab Emirates+5
Singapore+7
Canada+4
Argentina+6
Iran+2
Philippines+2
Last New Hosts
- 218.219.234.85

- 147.185.132.162

- 114.107.8.78

- 68.129.20.18

- 153.117.37.47

- 192.169.157.50

- 105.184.93.176

- 121.234.248.219

- 217.146.80.117

- 83.224.179.132

- 88.166.230.67

- 20.151.217.54

- 211.101.237.84

- 43.110.37.217

- 77.44.179.0

- 5.163.240.15

- 103.176.147.151

- 188.240.59.55

- 45.173.221.60

- 45.153.34.195

- 85.239.147.7

- 72.255.3.65

- 160.119.76.50

- 150.242.200.22

- 159.89.154.198

Frequent last 24H
- 45.142.193.16113

- 79.124.62.23011

- 79.124.62.13411

- 45.142.193.16410

- 79.124.62.1269

- 185.191.126.2218

- 45.156.87.1277

- 185.95.0.1477

- 64.94.153.2206

- 45.153.34.326

- 115.231.78.115

- 45.198.224.55

- 206.189.25.1005

- 154.0.30.1375

- 204.76.203.304

- 45.148.10.2304

- 64.95.14.2204

- 180.167.128.2034

- 139.162.70.534

- 74.208.181.2494

- 180.167.128.2023

- 45.198.224.1453

- 141.98.11.413

- 20.215.49.973

- 91.224.92.1473

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