Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - fake email

 
Thread Tools Search this Thread
Old 08-09-2004, 09:17 AM   #1
Default Re: fake email


Wary <> wrote:
> It is possible to fake the header of an email to make it look as if some one
> else sent it. Is it possible to do this in such a way that any reply is sent
> to the actual sender rather than the person it appears to be from? Is there
> any way to detect if this has been done?


Yes. Yes. Yes.


Frank Slootweg
  Reply With Quote
Old 08-09-2004, 10:11 AM   #2
Wary
 
Posts: n/a
Default fake email
It is possible to fake the header of an email to make it look as if some one
else sent it. Is it possible to do this in such a way that any reply is sent
to the actual sender rather than the person it appears to be from? Is there
any way to detect if this has been done?




Wary
  Reply With Quote
Old 08-09-2004, 10:35 AM   #3
Frank Slootweg
 
Posts: n/a
Default Re: fake email
Wary <> wrote:
> "Frank Slootweg" <> wrote in message
> news:4117331d$0$18088$...
> > Wary <> wrote:
> > > It is possible to fake the header of an email to make it look as
> > > if some one else sent it. Is it possible to do this in such a way
> > > that any reply is sent to the actual sender rather than the person
> > > it appears to be from? Is there any way to detect if this has
> > > been done?

> >
> > Yes. Yes. Yes.

>
> How do I detect if this has been done?


By verifying the validity of all headers. In very simple cases, the
Reply-To: or Return-Path: or other lines like Sender: will give it away.
In more 'sophisticated' cases, there will be clues in the Received:
lines.

Basically, in email, like in News/Usenet, there *is* no 'security'.
Everything can be forged and often is.

If you want to learn more, then browse the email groups and their
FAQs, for example news.admin.net-abuse.email.


Frank Slootweg
  Reply With Quote
Old 08-09-2004, 10:51 AM   #4
Juergen Nieveler
 
Posts: n/a
Default Re: fake email
"Wary" <> wrote:

> How do I detect if this has been done?


Check the header generated by your mailserver on delivery (the line
saying where he received the mail from) to see if it matches the rest
of the headers (coming from the same ISP, for example).

Everything else can be faked, and there's no way to tell if it is.

Juergen Nieveler
--
Mary had a little lamb - she hates beef or ham


Juergen Nieveler
  Reply With Quote
Old 08-09-2004, 11:15 AM   #5
Wary
 
Posts: n/a
Default Re: fake email
"Frank Slootweg" <> wrote in message
news:4117331d$0$18088$...
> Wary <> wrote:
> > It is possible to fake the header of an email to make it look as if some

one
> > else sent it. Is it possible to do this in such a way that any reply is

sent
> > to the actual sender rather than the person it appears to be from? Is

there
> > any way to detect if this has been done?

>
> Yes. Yes. Yes.


How do I detect if this has been done?






Wary
  Reply With Quote
Old 08-10-2004, 11:37 AM   #6
Wary
 
Posts: n/a
Default Re: fake email
"Juergen Nieveler" <> wrote in message
news:. ..
> "Wary" <> wrote:
>
> > How do I detect if this has been done?

>
> Check the header generated by your mailserver on delivery (the line
> saying where he received the mail from) to see if it matches the rest
> of the headers (coming from the same ISP, for example).
>
> Everything else can be faked, and there's no way to tell if it is.
>


Does this extract from a SpamCop report show the headar is a fake?

Parsing header:

Received: from f6.mail.ru ([194.67.57.36]) by mta07-svc.ntlworld.com
(InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id
<20040806123006.RYVN15997.mta07-> for <x>; Fri, 6
Aug 2004 13:30:06 +0100
194.67.57.36 found
host 194.67.57.36 = f6.mail.ru (cached)
host f6.mail.ru (checking ip) = 194.67.57.36
Possible spammer: 194.67.57.36
Received line accepted
Relay trusted (194.67.57.36)

Received: from mail by f6.mail.ru with local id 1Bt3qz-000OLg-00 for x;
Fri, 06 Aug 2004 16:29:45 +0400

Ignored

Received: from [62.254.161.34] by win.mail.ru with HTTP; Fri, 06 Aug 2004
16:29:45 +0400
no from
62.254.161.34 found
host 62.254.161.34 (getting name) no name
Possible spammer: 62.254.161.34
Possible relay: 194.67.57.36
194.67.57.36 not listed in relays.ordb.org.
194.67.57.36 has already been sent to relay testers
Received line accepted







Wary
  Reply With Quote
Old 08-10-2004, 01:39 PM   #7
Juergen Nieveler
 
Posts: n/a
Default Re: fake email
"Wary" <> wrote:

> Does this extract from a SpamCop report show the headar is a fake?
>
> Parsing header:
>
> Received: from f6.mail.ru ([194.67.57.36]) by mta07-svc.ntlworld.com
> (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id
><20040806123006.RYVN15997.mta07-> for <x>;
> Fri, 6 Aug 2004 13:30:06 +0100
> 194.67.57.36 found
> host 194.67.57.36 = f6.mail.ru (cached)
> host f6.mail.ru (checking ip) = 194.67.57.36


Checks with the nslookup I just did - f6.mail.ru is 194.67.57.36. So if
the above is the last received-line added to the headers, you are
sitting behind mta07-svc.ntlworld.com, and this machine has indeed
received that mail from f6.mail.ru, unless there's somebody out there
who is terribly good as IP-spoofing.

Every Received-Header below this one could possibly be faked, as
f6.mail.ru could have added it himself...

Juergen Nieveler
--
A woman's speed limit is 68, at 69 she blows a rod


Juergen Nieveler
  Reply With Quote
Old 08-10-2004, 03:00 PM   #8
Wary
 
Posts: n/a
Default Re: fake email
"Juergen Nieveler" <> wrote in message
news:. ..
> "Wary" <> wrote:
>
> > Does this extract from a SpamCop report show the headar is a fake?
> >
> > Parsing header:
> >
> > Received: from f6.mail.ru ([194.67.57.36]) by mta07-svc.ntlworld.com
> > (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id
> ><20040806123006.RYVN15997.mta07-> for <x>;
> > Fri, 6 Aug 2004 13:30:06 +0100
> > 194.67.57.36 found
> > host 194.67.57.36 = f6.mail.ru (cached)
> > host f6.mail.ru (checking ip) = 194.67.57.36

>
> Checks with the nslookup I just did - f6.mail.ru is 194.67.57.36. So if
> the above is the last received-line added to the headers, you are
> sitting behind mta07-svc.ntlworld.com, and this machine has indeed
> received that mail from f6.mail.ru, unless there's somebody out there
> who is terribly good as IP-spoofing.
>
> Every Received-Header below this one could possibly be faked, as
> f6.mail.ru could have added it himself...
>



what looked suspicious to me was that SpamCop i gnored the second Received
line ( from mail by f6.mail.ru with local id 1Bt3qz-000OLg-00 for x;
Fri, 06 Aug 2004 16:29:45 +0400)

I freely admit this is a subject with which I am unfamiliar.







Wary
  Reply With Quote
Old 08-10-2004, 03:09 PM   #9
Juergen Nieveler
 
Posts: n/a
Default Re: fake email
"Wary" <> wrote:

> what looked suspicious to me was that SpamCop i gnored the second
> Received line ( from mail by f6.mail.ru with local id 1Bt3qz-000OLg-00
> for x; Fri, 06 Aug 2004 16:29:45 +0400)
>
> I freely admit this is a subject with which I am unfamiliar.


That's because whatever is behind the Received line created by your
server was already in the mail that your server received. The line
MIGHT be genuine, but it MIGHT have been written in there by somebody
sending this mail directly from f6.mail.ru.

The last hop is the only thing you can be sure off, because your own
mailserver will know who it is talking to. Apart from that, you can't
trust anybody

Juergen Nieveler
--
NGUTH LOTXH QHEDM HBRHX KRHLP KYMLG AIHQI WENUA BCQCG ECQRH LOQTH XCOAF


Juergen Nieveler
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
I have become rich in 30 days lemony-snicket A+ Certification 2 09-07-2009 03:01 PM
How to turn $6 to $16000 in few days of web crawling please@dontreply.net DVD Video 0 02-02-2007 07:25 AM
This is incredible! jc_ice DVD Video 1 08-13-2006 10:47 AM
Increase Your Wealth From Home misteek DVD Video 1 08-13-2006 10:47 AM
TURN $5 INTO $15,000 IN ONLY 30 DAYS...HERES HOW! mosquitonose@hotmail.com DVD Video 1 01-19-2006 12:58 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46