Topic awaiting preservation: ip spoofing/faking/hijacking? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 07-05-2004 23:39
I know some of you are rather talented on the programming and development side of things so I have a question: how easy or hard is it to "fake" an ip address, so that a server's logs would show you coming from an ip that isn't actually your ip? I've run across a legal matter where this information is rather valuable, anything you can provide would be greatly appreciated. Thanks. |
Maniac (V) Mad Scientist From: Somewhere over the rainbow |
posted 07-05-2004 23:45
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-06-2004 00:12
IP spoofing is *not* easy when you are talking about TCP/IP which is how a www page initiates a connection. Spoofing the IP address of a sent packet is an easy thing to do, the hard part is to get the response from the server. The source portion of the TCP/IP header is what tells the server where to send the response. |
Nervous Wreck (II) Inmate From: U.S. |
posted 07-06-2004 10:33
Yeah, i think it is very popular among people causing trouble in the internet to hijack one or more computers to do their dirty work. I'm not sure how easy it would be to do this, but I believe they will hijack a machine, then go to that machine to another, and so on, depending on how well they want to cover their tracks. It depends on how well they want to hide their IP, there are some good proxies out there, but my understanding is that if someone wants to find out your IP bad enough, a proxy isn't going to stop anything. To answer your original question, it would be relatively hard to do much more that use a router or proxy, that other stuff is pretty advanced. |