Is there any tool to trace all emails? I need to trace ip address and location of sender address.I also need to identify emails from fake address.
|
I'll try to answer to your second question: how to detect fake (spoofed) e-mails. All you need is to take a look at your e-mail headers. Another method to avoid spoofed e-mails is using mail-serves which implemented Sender Policy Framework (you can read more about it here: http://tools.ietf.org/html/rfc4408) or DomainKeys Identified Mail. By examining e-mail headers you can determine if sent e-mail is spoofed or not, but you cannot trace the sender's IP address. However, there are some exceptions. The stuff which you can find inside the e-mail headers depends on the e-mail facility used. Some web-email-servers implementations have additional headers. The example is |
|||
|
|
You can't get the ip address of the sender but you can see the ip address of the server that was used to send the email. This is how to distinguish between fake and real email address. for example in gmail when you click on the small arrow in an email and select 'show original email' you can find information regarding the source of the email. I just got this email from linkedin: Received: from mailc-cd.linkedin.com (mailc-cd.linkedin.com. [199.101.160.48]) by mx.google.com with ESMTP id tj6si707840pbc.168.2012.06.27.19.13.01; Wed, 27 Jun 2012 19:13:01 -0700 (PDT). if it was a fake message you will see just an ip address or you can lookup the ip address to see if it was for the email provider. |
|||||
|
|
In gmail you have the option to view the message in it's original form. All the information provided there is all you can get (ok, short of reading a servers logs). |
|||
|
|

example@gmail.comunless it was spoofed of course. – Ramhound Jun 28 '12 at 18:31