unix and linux commands - unix shell scripting

Making the phishers' job easier


 
Thread Tools Search this Thread
# 1  
Old 07-28-2008
Making the phishers' job easier

This morning I spotted an unusual phisher in my inbox, using "We've changed our privacy policy" as the lure. It came from a site I didn't immediately recognize, with a classic phisher call to action "Visit your profile page by logging into your account" and with displayed hyperlinks differing from the actual URLs. The alarm bells rang inside my little head, thinking that the phishers had found another cunning lure.

Except that on closer inspection, this one appeared to be a legitimate email, not a phisher after all. The company in question had changed its website privacy policy and was changing its branding to reflect its parent company, hence the change of URL.

I won't name and shame the specific company that sent the pseudo-phisher email to all its customers because doing so would not be helpful. Most of us will have seen many similar examples, including some from banks and other financial institutions and even (on several occasions that I know of) trade bodies representing information security professionals - organizations that really should know better.

A study by the University of Michigan into design flaws in online banking sites was widely reported last week, although it took some hunting to find the source. Analyzing Websites for User-Visible Security Design Flaws by Falk, Prakash and Borders reports that 76% of 214 US financial institution Web sites surveyed at the end of 2006 had at least one design flaw, such as embedding SSL login frames within non-SSL pages so the padlock icon is not displayed, and non-SSL-protected 'contact us' pages. The report provides some guidance on using wget to to identify flaws of this nature automatically - a simplistic technique. It's a shame they didn't cite any of Gary McGraw's excellent work in this area.

UMich dedicates a section of its website to phishing and other forms of identity misrepresentation and theft. UMich students have previously been targeted by phishers, at least once using the University of Michigan Credit Union as a lure.

Anyway, I didn't click any of the links in that pseudo-phishing email and encourage others to be equally as cautious with all emails.


Kind regards,
Gary

Gary Hinson
Passionate about security awareness
www.NoticeBored.com Creative awareness materials
www.ISO27001security.com ISO/IEC 27000 standards


Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Consolidate several lines of a CSV file with firewall rules, in order to parse them easier?

Consolidate several lines of a CSV file with firewall rules Hi guys. I have a CSV file, which I created using an HTML export from a Check Point firewall policy. Each rule is represented as several lines, in some cases. That occurs when a rule has several address sources, destinations or... (4 Replies)
Discussion started by: starriol
4 Replies

2. UNIX for Dummies Questions & Answers

An easier way to move character from field to a new line

Hi ! Is there a more convenient way to do the following: When, in $2, there is more then one letter (separated by ","), it returns the letter on the second position to a new line in $2 with the same content in $1 and $3 as the line this letter comes from. infile: aaaaa A,B 1,2,3,4,5... (6 Replies)
Discussion started by: lucasvs
6 Replies

3. UNIX for Dummies Questions & Answers

SSH - please make my life easier

I know this is probably a really stupid question, with a really stupidly simple answer. So I've got a Mac, and I have to do a bunch of work via SSH on a Solaris workstation owned by my university. I've already got keys set up, and my ~/.ssh/config file set up as follows: Host prime ... (6 Replies)
Discussion started by: oboewan
6 Replies

4. What is on Your Mind?

Easier solution to transfer blu-ray and DVD to iPad

Easier solution to transfer blu-ray and DVD to iPad with just one mouse click Because of its 9.7-inch 1024×768 high resolution multi-touch screen, iPad is convenient and comfortable for users to read newspapers, magazines, books, view photos, experience the web, touch emails, and watch any... (0 Replies)
Discussion started by: Molica
0 Replies

5. Shell Programming and Scripting

Help make script much easier

Is there any method to realise this in one command? Thanks in advance (2 Replies)
Discussion started by: GCTEII
2 Replies

6. Solaris

killing a unix job after the job process gets completed

Hi, Thanks in advance. i need to kill a unix background running job after that job process completes. i can kill a job by giving the following unix command kill -9 processid how to kill the job after the current process run gets completed ? Appreciate your valuable help. Thanks... (7 Replies)
Discussion started by: dtazv
7 Replies

7. Cybersecurity

Dancing a samba is easier :(

Hello everybody, I am trying to get a suse linux computer ( 7.2 ) to show me my home directory under windows. I got samba started, and I can see the linux computer under windows, but when I try to open it, I get a login box. That is not so bad :) but I can't log on. I am using windows 2000 and I... (5 Replies)
Discussion started by: Micky
5 Replies
Login or Register to Ask a Question