BlockedServers.com - RBL and DNSBL Threat Intelligence
Statistics
Top 25
USA+29
United Kingdom+8
France+5
The Netherlands+4
Singapore+0
Germany+4
Ukraine+2
Hong Kong+1
Portugal+1
Austria+1
India+0
Russia+1
Seychelles+1
Lithuania+1
Bulgaria+1
Hungary+0
Italy+0
Japan+0
Venezuela+0
South Africa+0
Denmark+0
Dominican Republic+0
Uruguay+0
Saudi Arabia+0
Gambia the+0
Last New Hosts
- 5.226.140.69

- 47.77.216.134

- 87.120.104.79

- 36.95.17.223

- 81.19.219.242

- 157.157.221.26

- 103.77.246.161

- 46.19.138.42

- 172.104.240.26

- 74.235.164.82

- 213.166.84.52

- 205.237.106.195

- 31.14.254.80

- 159.253.60.40

- 216.180.246.175

- 39.34.190.224

- 172.236.102.48

- 198.74.58.45

- 85.11.167.74

- 121.200.216.4

- 23.92.26.16

- 20.116.17.175

- 20.38.3.247

- 35.241.212.9

- 40.74.65.169

Frequent last 24H
- 87.120.104.791

- 172.104.100.1171

- 94.154.43.1401

- 138.68.144.2271

- 165.22.34.1891

- 64.62.156.1991

- 172.182.217.321

- 104.28.219.1941

- 164.90.228.791

- 165.22.235.31

- 64.62.197.721

- 40.80.82.1671

- 79.124.58.1101

- 100.29.192.1251

- 35.247.128.201

- 94.231.206.101

- 74.235.164.821

- 130.49.181.911

- 135.237.126.2001

- 159.89.174.871

- 205.210.31.541

- 173.255.223.621

- 193.163.125.2411

- 207.154.212.471

- 96.250.228.1161

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