Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gmail account question
Message
From
18/02/2008 11:26:30
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Windows
Category:
Computing in general
Miscellaneous
Thread ID:
01293199
Message ID:
01293470
Views:
21
>>>>If this URL is malformed (not something.morething.com or xxx.yyy.zzz.qqq but containing a bunch of stuff and then having a @ somewhere in the middle) it's a safe bet that it's not safe. It's scam/spam/sham.
>>>
>>>Thank you for your input. So far, everything looks very legit.
>>
>>One more thing: launch cmd.exe and tracert the url you got. See where it goes. Sometimes you may find your bank in Ukraine, China or France or any other surprisingly strange place ;).
>
>When you are saying to trace it, you mean by PINGing the url IP?

No, TRACERT is a separate command. It shows you all the intermediate steps a message passes through.

Try the following from a command window:
tracert www.google.com
Or any other address you are interested in.

PING just tells you whether the destination could be reached, or not.

For those interested in the technical details: traceroute (tracert on Windows) sends out a packet with a TTL (time-to-live) of 1. After the first hop (router or similar), the packet is not sent any further, and a message is sent back.

Then, another packet with a TTL of 2 is sent out. This one goes over two hops before the TTL goes down to zero, and the corresponding message is sent back. This is continued until the final destination is reached (for a maximum of 30 hops).

(TTL is an attribute of each IP packet; it gets decremented on each hop. When it reaches zero, the packet is not sent any further. The idea is to reduce superfluous traffic in the case of accidental routing loops.)
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform