At the end of this Instructable you will be able to...
-Trace A web site
-get a IP address
-Find where the web site was created
so lets get started!
- to get some basic info on CMD look at this Instructable....
Remove these ads by
Signing UpStep 1The Trace Code
you can try two codes, both will or should work!
tracert *add website here*
Example: tracert www.youtube.com
(see first picture)
or you can try...
ping
Example: ping www.youtube.com
(see second picture)
either will work.
now if you used the "tracert" code you will get 30 traces, the last IP that comes up at the bottom is the best, but you can also use the first code (refer to first picture). if you used "ping" the code will come up right away in ("[ code ]" ).
you can use this IP address to get pass any (or most) school content keepers (web site blockers).
however you can also use it to locate where in the world the web site is coming from....see next step...
| « Previous Step | Download PDFView All Steps | Next Step » |










































Look
C:\Documents and Settings\XXXXXX>ping youtube.com
Pinging youtube.com 208.69.36.131 with 32 bytes of data:
Reply from 208.69.36.131: bytes=32 time=102ms TTL=54
Reply from 208.69.36.131: bytes=32 time=61ms TTL=54
Reply from 208.69.36.131: bytes=32 time=62ms TTL=54
Reply from 208.69.36.131: bytes=32 time=56ms TTL=54
Ping statistics for 208.69.36.131:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 56ms, Maximum = 102ms, Average = 70ms
C:\Documents and Settings\XXXXXX>ping opendns.com
Pinging opendns.com 208.67.219.101 with 32 bytes of data:
Reply from 208.67.219.101: bytes=32 time=199ms TTL=51
Reply from 208.67.219.101: bytes=32 time=68ms TTL=51
Reply from 208.67.219.101: bytes=32 time=77ms TTL=51
Reply from 208.67.219.101: bytes=32 time=78ms TTL=51
Ping statistics for 208.67.219.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 68ms, Maximum = 199ms, Average = 105ms
If you try to go to http://222.111.176.151 you just get an error "Bad Request (Invalid Hostname)" and the other address doesn't even load.
Anyways, for most other sites it works so thanks for the tutorial.
About the IP Location, well, it shows the location of who registered the IPs not where the IP is actually located, so for example my ISP's main address is in town A and it doesn't matter I've in town B, it will always show that i'm in town A.
Also, for more info about an IP you can always use the Ripe Database http://www.ripe.net/whois which has a lot of informations.