Networking Forums

Networking Forums > Computer Networking > Linux Networking > Discover Source IP

Reply
Thread Tools Display Modes

Discover Source IP

 
 
wilson_eldritch
Guest
Posts: n/a

 
      05-14-2008, 08:22 PM
I want to try discover if people who have access to my web server are
sharing credentials. If they are accessing the site from a corporate
network, my usage log will show the IP address of their firewall or
proxy. Is there a way to determine the IP of the desktop?

I realize that desktops will have varying IPs if they use DHCP, but
the lease on many workstations is a couple of days, so I could at
least see a possible trend.
 
Reply With Quote
 
 
 
 
David Schwartz
Guest
Posts: n/a

 
      05-14-2008, 09:09 PM
On May 14, 1:22*pm, wilson_eldritch <hancock.rob...@gmail.com> wrote:

> I want to try discover if people who have access to my web server are
> sharing credentials. *If they are accessing the site from a corporate
> network, my usage log will show the IP address of their firewall or
> proxy. *Is there a way to determine the IP of the desktop?


> I realize that desktops will have varying IPs if they use DHCP, but
> the lease on many workstations is a couple of days, so I could at
> least see a possible trend.


Suppose you could get this information, and you see a dozen
connections from workstations numbered 192.168.1.104. Are they the
same machine or not? Many desktops have private IP addresses that are
meaningless outside of their local network environment. It would be an
error for them to leak those addresses to an external web server.

What you probably want to do is assign them a cookie. That will allow
you to tell if a subsequent connection is from the same machine or
not. Most machines will accept cookies and will send that cookie back
out to you. Note that many people, myself included, use more than one
browser and more than one machine, so different browsers and different
machines could still be the same person.

You can also usually determine the OS and browser version from the
'User-Agent' header. This may or may not be useful.

DS
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Discover IP range Gianluca Wireless Internet 1 11-14-2006 05:05 PM
DHCP Discover Messages Ignored Andy Windows Networking 1 11-07-2005 05:37 PM
discover which card did pxe in initrd ittay.dror@gmail.com Linux Networking 0 02-15-2005 07:27 AM
Discover DHCP Evert Carton Linux Networking 3 04-14-2004 07:27 AM
Best solution to discover NIC at bootup? Lars Olsson Linux Networking 4 09-06-2003 02:47 AM



1 2 3 4 5 6 7 8 9 10 11