CE Home
Navigation
Go Back   CrazyEngineers Forum > CE : Technical Discussions > Computer Science & IT Engineering
Notices


Advertisements
Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)
Old 29th July 2008, 04:19 PM
CE - Enthusiast
 
ankur8819's Avatar
 
Join Date: 3rd June 2007
Location: India
I'm a Crazy COMPUTER SCIENCE Engineer
Posts: 103
Send a message via Yahoo to ankur8819
Default e-mail through proxy server

Hi friends,
Actually i was watching some news channel some days back and was listening about those tragic serial bomb blasts in ahemdabad..I heard that some investigations revealed that the emal was sent through a hacked account and there was something like "it was sent through a proxy server"..!!
what exaclty does that mean ??? i Mean sending email through Proxy servers...and please explain the concept of proxy servers too..what do they serve...what exaclty are these..and whats their use in positive and negative sense !!!

Another question...how can one track the mail sent to some Pc...yeah i know the answer would be through IP address....but like as i receive a mail in my iNBOX I FIND NO "ip address" thing in the whole mail....
how can i know the IP ADDRESS OF THE computer which sent me the mail??
ankur8819 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)
Old 29th July 2008, 04:34 PM
Good Administrator
 
The_Big_K's Avatar
 
Join Date: 26th November 2005
Location: Terra-Firma
I'm a Crazy Electrical Engineer
Posts: 5,673
Send a message via Yahoo to The_Big_K
Default Re: e-mail through proxy server

Alright.

Let me explain the concept of 'proxy'. You know, in college we ask our friends to be our proxy in boring lectures. So your friend attends the class, answers the roll call for you while you gulp cola/pepsi in the canteen.

Proxy servers are similar - they do the stuff on behalf of you!

I'll leave it there for our talented CS engineers to take the topic further.

About finding IP addresses in emails - you've to dig into the headers of your email.

For example in gmail - follow these steps to see the full headers -

1. Log into your account.
2. Open the email you want to view headers for.
3. Click the 'down' arrow next to 'Reply' button on top right corner of mail.
4. Click 'Show Original'.

There you go!
The_Big_K is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)
Old 29th July 2008, 11:59 PM
CE - Apprentice
 
esakiraja's Avatar
 
Join Date: 28th July 2008
Location: Hyderabad
I'm a Crazy Computer Tech Engineer
Posts: 11
Default Re: e-mail through proxy server

Proxy is nothing but a server which lies between client application, such as browsers, and a real server. It intercepts all requests to the real server to see if it can fulfill the requests itself. If not, it forwards the request to the real server. Apparently its nothing but an intermediate between the browser and web server.

Proxy servers mainly serves 2 purpose
1) improving the performance and saves bandwidth
2)Filtering the unwanted requests.
esakiraja is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)
Old 30th July 2008, 12:44 PM
CE - Apprentice
 
gauravtiwari89's Avatar
 
Join Date: 25th July 2008
I'm a Crazy computer Engineer
Posts: 25
Default Re: e-mail through proxy server

Proxy server is a server which is chosen to sit between the browser(client) and the actual server,ie: it creates a diversion for the data arriving to the client.

What actually Happens is that the server from which you are recieving the data sees the ip address of the server is between, thus you can say that your identity is hidden.
Proxies are basically used for purposes such as secured data transfer , but they sometimes backfire .. for eg: in institiutions where the internet is governed by firewalls, you can use proxy to view the blocked content , without anyone knowing..
gauravtiwari89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)
Old 4th August 2008, 12:54 PM
CE - Regular Member
 
koli's Avatar
 
Join Date: 20th June 2008
Location: Mumbai
I'm a Crazy IT Engineer
Posts: 52
Default Re: e-mail through proxy server

I think Ankur is talking about the case of recent bombings in Gujrat. Police caught some visitors (non indians) from New-Bombay. Police tracked the email sent by attaker and they got hold of an IP through email trace.
koli is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)
Old 4th August 2008, 04:13 PM
CE - Newbie
 
ashish007greats's Avatar
 
Join Date: 18th July 2008
I'm a Crazy mechanical Engineer
Posts: 1
Default Re: e-mail through proxy server

Alright.

Let me explain the concept of 'proxy'. You know, in college we ask our friends to be our proxy in boring lectures. So your friend attends the class, answers the roll call for you while you gulp cola/pepsi in the canteen.

Proxy servers are similar - they do the stuff on behalf of you!

I'll leave it there for our talented CS engineers to take the topic further.

About finding IP addresses in emails - you've to dig into the headers of your email.

For example in gmail - follow these steps to see the full headers -

1. Log into your account.
2. Open the email you want to view headers for.
3. Click the 'down' arrow next to 'Reply' button on top right corner of mail.
4. Click 'Show Original'.

There you go!..................................
ashish007greats is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)
Old 4th August 2008, 10:58 PM
CE - Enthusiast
 
ankur8819's Avatar
 
Join Date: 3rd June 2007
Location: India
I'm a Crazy COMPUTER SCIENCE Engineer
Posts: 103
Send a message via Yahoo to ankur8819
Default Re: e-mail through proxy server

tell me some proxy servers to send emails!! and the problem is that if proxy server hides my identity then how come you track the IP address...???
i mean if the receving server sees the Ip address of the proxy server then how come original sender be traced???
hey isthis proxy server somewhat related to VPNs??? i think the concept is same!!
ankur8819 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)
Old 17th October 2008, 01:52 PM
CE - Apprentice
 
Rahuljam's Avatar
 
Join Date: 7th June 2006
I'm a Crazy Electroincs Engineer
Posts: 10
Default Re: e-mail through proxy server

Hi ,

Proxy server is a server that does not allow direct contact between the client (not necessarily a browser) and the server to which we are connecting.

It is use to isolate two network from each other. Which is not possible with the help of firewall. Firewall allows direct connectivity between two machines that are communicating with the rules that are applied on the firewall.

Proxy acts on Application layer of OSI model whereas Firewall generally (not necessarily )works with layer 3.

Hence Proxy is supposed to be more secure than firewall (it provides physical isolation).

Now proxy can be a web proxy, mail proxy , CVS proxy ...... likewise...

It also acts as bandwidth saver (as web proxy) by caching data for specified amount of time.

HOwever even with proxy it is possible to trace the ip address of the sender or the culprit. It has its own authenticaction, ACL and log mechanism to store the records.

At the same time if you use ids like yahoo , gmail ot hotmail, it may not be possible to trace the location of the sender unless and untill law enforcement aencies comes into picture.
Rahuljam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)
Old 20th October 2008, 07:04 PM
CE - Newbie
 
Join Date: 7th September 2008
I'm a Crazy Computer Science Engineer
Posts: 3
Default Re: e-mail through proxy server

ok... got proxy n firewall..but can anyone tell me how to bypass a server which is using a proxy as well as a firewall????
gautam2503 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +5.5. The time now is 12:32 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Member comments are owned by the poster. Copyright © 2005-2008 CrazyEngineers.com. All rights reserved.

Advertisements