BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+32
United Kingdom+8
Bulgaria+3
Ukraine+4
The Netherlands+3
Germany+4
France+1
Portugal+2
Brazil+1
China+1
India+0
Russia+1
Kyrgyz Republic+1
Seychelles+1
Indonesia+1
Romania+1
Iraq+1
Norway+1
Costa Rica+0
Italy+0
Hungary+0
Japan+0
Saudi Arabia+0
Uruguay+0
Gambia the+0
Last New Hosts
- 20.91.239.158

- 185.255.126.54

- 69.5.169.118

- 45.10.243.47

- 94.183.226.10

- 194.102.104.178

- 132.148.165.14

- 114.215.173.187

- 39.144.124.27

- 39.144.124.35

- 165.22.239.112

- 39.144.124.39

- 39.144.124.23

- 39.144.124.31

- 39.144.124.3

- 39.144.124.19

- 39.144.124.11

- 39.144.124.7

- 39.144.124.15

- 47.91.65.144

- 175.6.54.21

- 94.154.43.70

- 34.62.204.183

- 194.88.98.100

- 194.88.98.105

Frequent last 24H
- 94.154.43.1031

- 85.11.167.71

- 198.235.24.1091

- 20.106.168.1131

- 39.144.124.31

- 185.12.59.1181

- 64.62.197.2081

- 20.65.224.1441

- 95.215.0.1441

- 135.237.126.1351

- 64.62.156.1701

- 135.237.126.2171

- 69.5.169.271

- 20.65.194.601

- 62.171.146.1161

- 20.91.239.1581

- 204.76.203.491

- 20.65.154.1751

- 159.203.120.1061

- 194.88.98.1051

- 45.135.193.1931

- 69.5.169.1181

- 39.144.124.351

- 66.132.186.2541

- 103.203.57.41

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