Get an IP Address: Is It Possible?

  • Thread starter Thread starter kthouz
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
kthouz
Messages
188
Reaction score
0
How does one get an IP address from which a mail came from? Is it possible or it just needs some more advenced stuffs?
 
Physics news on Phys.org
kthouz said:
How does one get an IP address from which a mail came from? Is it possible or it just needs some more advenced stuffs?

In Outlook, open the message, select the "View" menu, then select "Options". Look at the Internet Headers.

CS
 
stewartcs is correct, if the information is going to be anywhere it's going to be in the message headers. But don't depend on this, it's easily spoofed or faked. If an SMTP server accepts an attacker's relay he can tell it the message came from wherever he wants to and there's no way to verify it. (Well, there's something called an SPF DNS entry which is an anti-spam precaution, but it's optional and anyways you'd need access to the records of every mail server in the delivery chain to confirm it 100%.)
 
i am using internet explorer 7
 
If you're using webmail, then the answer to your questions depends on what webmail service you're using. Look through the help for whatever service you have, or look for buttons that say things like "Show Details" or "Show Headers" or "Show Original."

- Warren