Welcome, Unregistered.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
Old 18-Sep-2006, 14:46   #1
Zapata
Junior Member
 
Join Date: Aug 2006
Posts: 48
Default validity of e-mail addresses and fraud

I received [ what is in all probability a criminal e-mail ] purporting to come from a major high street bank seeking my bank account details, which I obviously did not provide. What I found interesting is that on my e-mail Yahoo account the sender appeared to be an accurate e-mail address for the real bank. Really I do not want to do criminals' work for them, so do not go in to exact detail how it can be done but rather give the general way of doing it, but is it possible to fake an e-mail address and if so how, eg would the criminals need hackers to get in to the real bank's mail system and hijack it to send the e-mail or for example a current dishonest employee of the bank could send the e-mail or [and this is an issue I would be particularly interested in, because if it basically not possible to independently fake an e-mail address then they probably had to go through the Banks e-mail system ( by hacking or a dishonest employee ) and if it is possible to independently fake an e-mail address it means one would never know if one gets an e-mail it is actually from the ( legitimate ) address one thinks it is from rather than impostor ] is it possible to just independently fake an e-mail address.

NB since the request was not to reply back to the e-mail address but to a website, such an e-mail address does not have to be able to receive back e-mails in respect of those engaging in such a scam just provide a "legitimate" sender e-mail address.

Best and Warm Regards
Zapata
Zapata is offline   Reply With Quote
Old 18-Sep-2006, 15:07   #2
Bouncing Zabaglione Bros.
Regular
 
Join Date: Jun 2003
Posts: 6,160
Default

Easy. You can make the From: address be anything you want in your mail client. There's no sort of authentication that happens to prove that you are who you say you are, so you can call yourself anything you like.

If you're a professional scammer/phisher, your mass-mailing software probably has a great deal of support for such things.

For the most part you need to look at the raw headers and look at the paths the email took to get to you, where those machines are, and even then the emails were probably routed through compromised zombie machines.
Bouncing Zabaglione Bros. is offline   Reply With Quote
Old 18-Sep-2006, 16:05   #3
Zapata
Junior Member
 
Join Date: Aug 2006
Posts: 48
Default

So if I have got you right Bouncing Zabaglione Bros.it is perfectly easy for a malicious / criminal individual to make it look as if the e-mail has originated from a trusted and legitimate e-mail address by the malicious / criminal individual merely knowing the full text of the e-mail address they wish to impersonate and there is no need to gain authority e.g. by hacking to use the legitimate e-mail address.

Best regards
Adrian Wainer

Last edited by Zapata; 18-Sep-2006 at 16:11.
Zapata is offline   Reply With Quote
Old 18-Sep-2006, 16:15   #4
Malo
Oz Yak
 
Join Date: Feb 2002
Location: US of A
Posts: 2,512
Default

Standard SMTP email has no authentication on the senders address, as he stated. Systems like Microsoft Exchange do verification of sender as your exchange account is part of your active directory account. You can't send as another person in that type of environment without permissions given by a network admin.

Whats worse is that because they are HTML emails, they create a link which has href of their own front-end to capture your details whilst the text of the href link is a http address of the real banks frontend. Most users don't check the actual link (not that banks will send these kinds of emails anyway....)
Malo is offline   Reply With Quote
Old 18-Sep-2006, 16:39   #5
Zapata
Junior Member
 
Join Date: Aug 2006
Posts: 48
Default

Quote:
Originally Posted by Kalbaz View Post
Whats worse is that because they are HTML emails, they create a link which has href of their own front-end to capture your details whilst the text of the href link is a http address of the real banks frontend. Most users don't check the actual link (not that banks will send these kinds of emails anyway....)
That's exactly what these guys did in the e-mail it was appearing as the Banks http in the e-mail text but it was actually linking to a totally differant web address.

Thanx Appreciated
Zapata
Zapata is offline   Reply With Quote
Old 18-Sep-2006, 16:57   #6
Tim Murray
chaos dunk
 
Join Date: May 2003
Location: Mountain View, CA
Posts: 3,274
Default

If you have your own SMTP server, you can spoof whatever you want.
Tim Murray is offline   Reply With Quote
Old 18-Sep-2006, 16:59   #7
Bouncing Zabaglione Bros.
Regular
 
Join Date: Jun 2003
Posts: 6,160
Default

Quote:
Originally Posted by Zapata View Post
So if I have got you right Bouncing Zabaglione Bros.it is perfectly easy for a malicious / criminal individual to make it look as if the e-mail has originated from a trusted and legitimate e-mail address by the malicious / criminal individual merely knowing the full text of the e-mail address they wish to impersonate and there is no need to gain authority e.g. by hacking to use the legitimate e-mail address.

Best regards
Adrian Wainer
That's correct. You can only tell by the looking at the paths.

However, it's also a giveaway because your bank will tell you that they will never write to you and ask you for your details, and that you should always access your account by going directly to their site via the URL, not by clicking on a link in an email.

If you're referring to phishing scams where fake links are left in HTML emails, then there are some measures being taken in newer browsers (such as Firefox and IE7) to implement anti-phishing technologies, and some of the newer virus scanners with web protection can deal with this sort of issue.

It's the open nature of email communication and delivery, along with the multimedia aspects of HTML email that allow this sort of thing to be possible.
Bouncing Zabaglione Bros. is offline   Reply With Quote
Old 18-Sep-2006, 18:07   #8
Killer-Kris
Member
 
Join Date: May 2003
Posts: 540
Default

Quote:
Originally Posted by Zapata View Post
So if I have got you right Bouncing Zabaglione Bros.it is perfectly easy for a malicious / criminal individual to make it look as if the e-mail has originated from a trusted and legitimate e-mail address by the malicious / criminal individual merely knowing the full text of the e-mail address they wish to impersonate and there is no need to gain authority e.g. by hacking to use the legitimate e-mail address.

Best regards
Adrian Wainer


As a little anecdote I've even gotton spam that supposedly originated from the email address I received it at!
Killer-Kris is offline   Reply With Quote
Old 20-Sep-2006, 03:56   #9
JacksBleedingEyes
Member
 
Join Date: Aug 2002
Posts: 275
Default

Quote:
Originally Posted by Killer-Kris View Post
As a little anecdote I've even gotton spam that supposedly originated from the email address I received it at!
Yeh thats scary especially since I am the kind of person who will email himself files or other peices of info. Gmail does a pretty good job of filtering though.
JacksBleedingEyes is offline   Reply With Quote
Old 20-Sep-2006, 08:15   #10
hoom
Senior Member
 
Join Date: Sep 2003
Posts: 2,076
Default

Quote:
Standard SMTP email has no authentication on the senders address
This is totally true & utterly ridiculous.
SMTP desperately needs a mandatory update where the sender/reply to address must be okayed by the domain host before an email can be sent.

A vast amount of phishing/spam could be busted by that.
__________________
But it's DOUBLE CONFIRMED
hoom is offline   Reply With Quote
Old 20-Sep-2006, 17:10   #11
Albuquerque
Red-headed step child
 
Join Date: Jun 2004
Location: Guess ;)
Posts: 3,084
Default

Quote:
Originally Posted by The Baron View Post
If you have your own SMTP server, you can spoof whatever you want.
You don't even need your own SMTP server -- any SMTP server that you can gain access to is fine. I use a tool called BMAIL to bounce things off my company's internal SMTP server to myself for automation purposes, even though I don't actually have security access to or an account on that SMTP box.
__________________
"...twisting my words"
Quote:
Originally Posted by _xxx_ 1/25 View Post
Get some supplies <...> Within the next couple of months, you'll need it.
Quote:
Originally Posted by _xxx_ 6/9 View Post
And riots are about to begin too.
Quote:
Originally Posted by _xxx_8/5 View Post
food shortages and huge price jumps I predicted recently are becoming very real now.
Quote:
Originally Posted by _xxx_ View Post
If it turns out I was wrong, I'll admit being stupid
Albuquerque is offline   Reply With Quote
Old 20-Sep-2006, 21:00   #12
Geo
Mostly Harmless
 
Join Date: Apr 2002
Location: Uffda-land
Posts: 9,156
Send a message via MSN to Geo
Default

Quote:
Originally Posted by Zapata View Post
I received [ what is in all probability a criminal e-mail ] purporting to come from a major high street bank seeking my bank account details, which I obviously did not provide.
It's called phishing, and I'm surprised you're surprised. It's not very new at this point. Tho many times they are painfully obvious (errr, I don't even *have* an account at that bank!), the law of averages says they eventually hit some people who do and might be fooled.
__________________
"We'll thrash them --absolutely thrash them."--Richard Huddy on Larrabee
"Our multi-decade old 3D graphics rendering architecture that's based on a rasterization approach is no longer scalable and suitable for the demands of the future." --Pat Gelsinger, Intel
". . .its taking us longer than we would have liked to get a [Crossfire game] profiling system out there" --Terry Makedon, ATI, July 2006
"Christ, this is Beyond3D; just get rid of any f**ker talking about patterned chihuahuas! Can the dog write GLSL? No. Then it can f**k off." --Da Boss
Geo is offline   Reply With Quote
Old 21-Sep-2006, 16:12   #13
Cartoon Corpse
Senior Member
 
Join Date: Apr 2004
Posts: 2,181
Default

I just 'view source' where you can see the spoof and the real site.

got some from 'paypal' that were actually from a mexico 'zombie' sight (i think).

sent the info to real paypal. never heard about it again. now i just ignore unsolicited emails. pretty easy to recognize. (the ones i get).
__________________
De omnibus dubitandum --Rene Descartes
Cartoon Corpse is offline   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

Forum Jump


All times are GMT +1. The time now is 07:27.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.