From mboxrd@z Thu Jan 1 00:00:00 1970 From: "curby ." Subject: Re: Monitoring a TARPIT Date: Fri, 26 Aug 2005 15:56:00 -0600 Message-ID: <5d2f37910508261456604591e7@mail.gmail.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="iso-8859-1" To: =?ISO-8859-1?Q?Gottmar_Krak=E9liusz?= Cc: netfilter@lists.netfilter.org On 8/25/05, Gottmar Krak=E9liusz wrote: > Hi! > I use the TARPIT target to delay those brute force attacks on my SSH port= . > Now I wonder if there is a way of getting some statistics on how many, wh= ich > IP:s and for how long they are caught. > AFAIK, I cant get ALL this by simply logging? If you put your logging rule right before the TARPIT rule, it should log everything that would get to TARPIT. This will show you IPs that get TARPIT-ed, and with some log analysis you could also find when, how many, etc.