From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 20:14:00 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22E1106566C for ; Wed, 29 Dec 2010 20:14:00 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 274DB8FC15 for ; Wed, 29 Dec 2010 20:13:59 +0000 (UTC) Received: by eyf6 with SMTP id 6so4848400eyf.13 for ; Wed, 29 Dec 2010 12:13:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.11.147 with SMTP id 19mr10029679eex.14.1293653638694; Wed, 29 Dec 2010 12:13:58 -0800 (PST) Received: by 10.14.124.148 with HTTP; Wed, 29 Dec 2010 12:13:58 -0800 (PST) X-Originating-IP: [69.91.159.98] In-Reply-To: <121635.36384.qm@web121406.mail.ne1.yahoo.com> References: <121635.36384.qm@web121406.mail.ne1.yahoo.com> Date: Wed, 29 Dec 2010 12:13:58 -0800 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Does anybody know a PeerGuardian like app? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2010 20:14:00 -0000 On Wed, Dec 29, 2010 at 8:04 AM, S Mathias wrote: > Are there any programs blocking ip, and has frequently updated lists, like the peerguardian on windows? I'm not entirely sure what services you're trying to protect, but I find /usr/ports/security/denyhosts works pretty well as an SSH brute force blocker. It includes the ability to automatically download lists of IPs that other systems have identified as doing SSH scanning.