How to track an email to its original IP address i.e When we read an email Header only can able find out Public IP address of the particular organisation / Institute. Under this Public IP address we have connected no. of Computers through Network by using DHCP.(same like WiFi Network).
Here my questions is How to find out the Original IP address (i.e local IP) of that particular computer a email was sent.
Kindly give me the suggestions (to find out local IP, Is there any software or hardware device? ) regarding this.
Regards
Balakrishnan
How to Find out Original IP address of email was sent
-
- New Member
- Posts: 3
- Joined: Tue Jun 20, 2017 11:39 pm
- Chrispcritters
- Forum Administrator
- Posts: 2552
- Joined: Tue Mar 02, 2010 5:41 pm
- Location: 127.0.0.1 | ::1
- Contact:
Re: How to Find out Original IP address of email was sent
It's going to depend on mail server is configured. It's a matter of looking at the headers to see if it's there.
In this example you can see the LAN IP [10.0.0.31] and the WAN IP (76.224.168.x) received line as the mail server records the handoff from the client to the mail server.
Code: Select all
Received: from mail.example.net (mail.example.net. [66.171.248.x])
by mx.google.com with ESMTP id m11si2067394pfa.98.2017.06.21.07.31.01
for <[email protected]>;
Wed, 21 Jun 2017 07:31:01 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected] designates 66.171.248.x as permitted sender) client-ip=66.171.248.x;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of [email protected] designates 66.171.248.x as permitted sender) [email protected]
Received: from [10.0.0.131] (76.224.168.x) by mail.example.net with
ESMTP (EIMS X 3.3.9) for <[email protected]>;
Wed, 21 Jun 2017 07:31:01 -0700
-
- New Member
- Posts: 3
- Joined: Tue Jun 20, 2017 11:39 pm
Re: How to Find out Original IP address of email was sent
No. Only i can able to see WAN ip in gmail mail header
- Chrispcritters
- Forum Administrator
- Posts: 2552
- Joined: Tue Mar 02, 2010 5:41 pm
- Location: 127.0.0.1 | ::1
- Contact:
Re: How to Find out Original IP address of email was sent
Email sent FROM gmail or TO gmail?
-
- New Member
- Posts: 3
- Joined: Tue Jun 20, 2017 11:39 pm
Re: How to Find out Original IP address of email was sent
Both email sent from gmail and receiving also gmail...
- Chrispcritters
- Forum Administrator
- Posts: 2552
- Joined: Tue Mar 02, 2010 5:41 pm
- Location: 127.0.0.1 | ::1
- Contact:
Re: How to Find out Original IP address of email was sent
Yeah, when sending from a gmail account to another gmail account no user's IP address will be exposed.