BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+126
Bulgaria+54
China+25
Germany+25
United Kingdom+20
Romania+25
Pakistan+13
UA Emirates+15
Ukraine+14
Seychelles+12
The Netherlands+12
Singapore+5
Russia+7
Vietnam+6
Korea+6
France+4
Brazil+2
Mexico+1
Japan+1
Portugal+1
Poland+4
Turkey+3
Canada+2
Sweden+1
Lithuania+3
Last New Hosts
- 103.153.184.227

- 143.198.154.150

- 125.26.228.253

- 42.52.62.165

- 45.4.106.119

- 64.62.156.66

- 163.223.105.145

- 45.74.244.151

- 183.147.64.231

- 123.49.12.183

- 47.84.112.68

- 103.148.205.185

- 36.149.75.124

- 149.71.34.194

- 177.10.195.102

- 47.77.233.8

- 34.80.91.5

- 83.226.85.55

- 165.154.163.206

- 113.211.213.69

- 58.212.237.203

- 45.58.44.6

- 216.57.110.81

- 27.72.248.213

- 72.255.18.52

Frequent last 24H
- 157.230.49.3320

- 79.124.62.13418

- 79.124.62.23017

- 93.113.10.19413

- 79.124.62.12613

- 94.154.43.1407

- 47.120.48.1626

- 45.156.87.1276

- 31.56.184.1085

- 182.92.119.1825

- 45.198.224.55

- 188.166.40.875

- 45.135.193.1935

- 90.151.171.1094

- 31.56.184.1094

- 45.153.34.324

- 41.168.10.1394

- 31.56.184.1104

- 103.1.210.254

- 2.57.122.2384

- 31.56.184.1124

- 195.178.110.1374

- 95.214.53.1573

- 180.167.128.2023

- 180.167.128.2033

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