Apr 2, 2002 #1 garwain Programmer Jan 30, 2002 461 CA How would I trace an IP address back to the ISP that leased it out? I am seeing an unfamiliar address accessing certain pages on one of my websites.
How would I trace an IP address back to the ISP that leased it out? I am seeing an unfamiliar address accessing certain pages on one of my websites.
Apr 2, 2002 #2 cyoung Programmer Oct 31, 2001 188 US you can use whois to do this. There is a switch to tell it to lookup the owner of an IP address (man whois) Hope this helps! Upvote 0 Downvote
you can use whois to do this. There is a switch to tell it to lookup the owner of an IP address (man whois) Hope this helps!
Apr 2, 2002 #3 RobJordan MIS Apr 3, 2001 296 US maybe this will work for you? traceroute [ip address] Robert G. Jordan Robert@JORDAN2000.com http://www.JORDAN2000.com/scriptsUnix Sys Admin Chicago, Illinois U.S.A. Upvote 0 Downvote
maybe this will work for you? traceroute [ip address] Robert G. Jordan Robert@JORDAN2000.com http://www.JORDAN2000.com/scriptsUnix Sys Admin Chicago, Illinois U.S.A.
Apr 2, 2002 1 #4 DumTech Technical User Mar 23, 2001 153 US Or you may want 'dig -x y.y.y.y' followed by a 'whois' on the domain the dig turns up. Matt matt@paperlove.org If I can help, I will. Upvote 0 Downvote
Or you may want 'dig -x y.y.y.y' followed by a 'whois' on the domain the dig turns up. Matt matt@paperlove.org If I can help, I will.