Phishing attack uses pop-up message on bank sites - Security Bytes
» VIEW ALL POSTS Jan 13 2009   11:51AM GMT

Phishing attack uses pop-up message on bank sites



Posted by: Robert Westervelt
Information Security Threats, Data Breaches and Identity Theft, Identity and access management

PhishingResearchers at security vendor Trusteer have discovered a new phishing method that forces pop-up login messages to appear on legitimate banking websites.

The messages trick users into giving up passwords, account numbers and other sensitive information. Sometimes the messages appear after they have logged into an online banking or other financial website, Trusteer said.

Trusteer issued an advisory on their find. The technique is called Session Phishing, and is used after attackers inject malicious code into major browsers.

Trusteer CTO Amit Klein said the method makes phishing attacks more likely to be successful because they try to trick people after they have logged into a legitimate website. Klein said the major browser makers have been notified.

I can see how the phishing attack can easily trick people. Trusteer said the pop-up window sometimes requests the user to retype their username and password because the session has expired. How many times have you had that happen? It sometimes also asks users to complete a customer satisfaction survey or participate in a promotion. I typically stay away from those and so should you.

Two researchers recently wrote a report outlining how phishers are failing to make a ton of money. The report, which we wrote about last week, said there were too many phishers driving down the price cybercriminals pay for stolen information. There’s varying opinions on this report and some are immediately doubting it because it came from Microsoft Research. More on that in another post.

Comment on this Post


You must be logged-in to post a comment. Log-in/Register

Eirik Iverson  |   Jan 13 2009   2:52PM GMT

The security within web browsers is awful. There is little to no compartmentalization within the browser, keeping stuff that came from one web server separate from stuff from another. A javascript from an advertisement should be unable to access ’stuff’ from another web server serving content to another browser tab, for example.

I recommend that people use two or more web browsers. One does sensitive stuff, the other everything else. More on that here:
 <a href="http://www.securitynowblog.com/endpoint_security/dual-web-browsers-can-avoid-information-disclosures" title="http://www.securitynowblog.com/endpoint_security/dual-web-browsers-can-avoid-information-disclosures" target="_blank">http://www.securitynowblog.com/endpoint_…</a>