I copied the previous post to its own thread; please feel free to add any tips or tricks on tracking email. I will add to the thread as I can.
Here is nice little tutorial on tracking the source IP of an email (this only works when the source of the email was Microsoft Outlook/Outlook Express as they encode the IP in the Message ID field).
Based on the header data:
Message-ID: <000701c89564$0115a292$cc4fb2bc@kagscc>
"kagscc" is the hostname of the source computer.
Break out the important portion (bolded between last $ and @):
cc 4f b2 bc
Reverse by octet and convert from hex:
bc = 188
b2 = 178
4f = 79
cc = 204
Source IP address is 188.178.79.204
Caveats:
1. Unless the message ID or original IP was spoofed (possible), this is the IP of the computer that originally sent the email.
2. If the email was sent using a private email address behind a router, you will get the private email address, which isn't exactly helpful.
"\x74\x68\x65\x70\x72\x65\x7a\x39\x38";
I copied the previous post to its own thread; please feel free to add any tips or tricks on tracking email. I will add to the thread as I can.
"\x74\x68\x65\x70\x72\x65\x7a\x39\x38";
nice, thanks for the tracking the source info, Extremley helpful!!
That's awesome! Thank you.
Something I've found to be semi-useful in the past is the free web-mail service by:
They have an option in there where after you send an email from your account and it is viewed by the other party, you can see the IP address they viewed the email from. The email service also gives you the option to "masquerade" as another email you own (it will send a verification email to the other account you have to click on before it will let you do this.) Unfortunately, most email providers will mark your messages as spam if you do this.w w w .bigstring .com
The service, if nothing else, is interesting to tinker with and experiment. If anyone else know of another service like this, please list it as well.
samspade whois info
samspade FAQ
DNS and email Blacklist IP check
google + email source tracking
Hope this helps out![]()
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Thank theprez98... I was going to copy and paste this very useful trick into a text file, as reference... but now I won't have to![]()
[FONT=Courier New][SIZE=2][FONT=Courier New]hehe...
[/FONT][/SIZE][/FONT]
How do i convert to hex format from octet.
Searched goggle and can't find a answer.
______________
Tarmac Terrorist
http://www.ascii.cl/conversion.htm
a la google
How do I view the msg header in hotmail or outlook? I can't see this bit "Message-ID: <000701c89564$0115a292$cc4fb2bc@kagscc>"