[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Find out host of IP



On Sun, 10 Jun 2007 19:26:46 +0300
David Baron <d_baron@012.net.il> wrote:

> Someone is trying to ssh on to my system. Trying on several ports.
> Not the  first time, either. Thankfully, he does not have a
> password. Besides a bunch  of Deprecated option
> ReverseMappingCheck, so far no harm done.
> 
> Since my logs have this IP number, how do I find out who it is?
> 
> 

I sometimes use this little script. 

=================================================

#!/bin/bash
lynx -dump "http://api.hostip.info/rough.php?ip=$1";

nslookup $1


-- 
Raquel
============================================================
Once you live with the issue of women and the landscape for a while,
you find that you cannot separate them from the notions of peace,
spirituality, and community.  As women we must learn to became
leaders in society, not just for our own sake, but for the sake of
all people.  We must support and protect our kinship with the
environment for the generations to come.
  --China Galland


-- 
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: