Stories
Slash Boxes
Comments

News for nerds, stuff that matters

MySpace Phishing Attack Leads Users to Zango Adware

Posted by CowboyNeal on Sat Dec 02, 2006 12:13 PM
from the movies-that-add-something dept.
An anonymous reader writes "Security site Spywareguide.com reports that a new worm is doing the rounds on MySpace. Taking advantage of the HREF feature in Quicktime movies, a fake login bar is displayed on infected users profiles via some JavaScript coding. If you login (via one of the many hacked servers hosting the JavaScript and movie file) you'll find you start spamming messages containing a pornographic movie. That movie leads to a site that's pushing Zango Adware left, right and center. Is this more evidence that Zango has yet to clean up their affiliate networks?"

Related Stories

[+] Social Networking Site Safety Questioned 73 comments
An anonymous reader writes to mention a TechNewsWorld article about social networking sites. Researchers are finding these places are goldmines for social engineering exercises. Between worm attacks and simple human observation, sites like MySpace are the perfect place to obtain saleable personal information. From the article: "The danger is real, according to a study conducted by CA and the National Cyber Security Alliance (NCSA). In October, the alliance issued its first social networking study examining the link between specific online behaviors and the potential for becoming a victim of cybercrime. Despite all the publicity about sexual predators on sites like MySpace and FaceBook, the alliance took a different approach by measuring the potential for threats such as fraud, identity theft, computer spyware and viruses. Although 57 percent of people who use social networking sites admit to worrying about becoming a victim of cybercrime, they are still divulging information that may put them at risk, as Boyd suggested. Social networkers are also downloading unknown files from other people's profiles, and responding to unsolicited instant messages that could contain worms, the NCSA reported."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • How do you get rid of Zango? (Score:1, Offtopic)

    by slim-t (578136) on Saturday December 02 2006, @12:21PM (#17081276)
    I switched to FireFox, but it would be nice to be able to use Internet Explorer without Zango. I've tried several times to get rid of it with Ad-Aware. Anybody know how an easy way to get rid of it?
  • Sigh (Score:5, Insightful)

    by 0123456 (636235) on Saturday December 02 2006, @12:22PM (#17081284)
    I remember the days when a movie file was... a movie file. What kind of idiot lets people access the web or, worse, run Javascript, from a bloody movie?
    • Re:Sigh by JanusFury (Score:1) Saturday December 02 2006, @12:28PM
      • Re:Sigh (Score:4, Insightful)

        by suv4x4 (956391) on Saturday December 02 2006, @12:40PM (#17081428)
        Well, at least it'll get fixed now...

        It won't get fixed because it's not a bug. Face the reality: the only way to "fix" phishing attacks is by taking away the computers of everyone.

        Phishers just concentrate on the easiest method available. You take it away: they find another method. They don't need scripting at all.
        [ Parent ]
        • by shreevatsa (845645) <shreevatsa.slashdotNO@SPAMgmail.com> on Saturday December 02 2006, @01:43PM (#17081918)
          1. Phishing attacks are becoming more common, and obviously, it is necessary for all users to be more cautious about exactly where they are entering their passwords -- this means being very alert to the contents of the URL bar (so as to not be deceived by things like "http://www.google.com.blahblah.phisher.tripod.com /google..."), and also not being misled by javascript window-within-window things that make something else look like the URL bar, etc. All this probably requires a greater level of attention than is within the capabilities of, say, old people (or even those teenagers on MySpace). So how do you make sure you don't give away your password to the wrong guys?
          2. A common phishing-like attack is to somehow hack into some low-security site and get some username-password pairs, then try them at other sites. As you might guess, this trick is quite effective, because most people use the same password everywhere. Remembering hundreds of different hard-to-guess strings is somewhat hard, after all.
          So given that Grandma is going to use the same password everywhere, and isn't going to be very alert to phishing, how do you still make it safe for her to use the internet? (Or, if you don't care about Grandma: How can you get away with remembering only one password and be reasonably safe against phishing?)

          There is a solution that's simple, effective, and comes at no cost -- no changes to the "user experience". It's PwdHash [stanford.edu], developed by Dan Boneh [stanford.edu] and others at Stanford. It's available as a Firefox extension [mozilla.org]. Basically, to use it, you just pick for each site (while registering or changing the password) a password and prefix it with "@@". It could even be the same password for all sites. PwdHash will transparently convert the password you typed into a one-way hash based on the site's domain, so that the password with which you are registered on the site is actually something other than what you typed -- but you don't need to know what it is, because the next time you visit the site, you again type your password (begining with "@@"), and PwdHash will send the site your correct password (does the same thing again). So if a phisher (who is by definition on some other domain) tries to steal your password, he actually gets a different one from what the correct site would get. (Oh, and PwdHash warns you if you type "@@" into something that is not a password field.) Everything else works the same -- all you have to do is to consistently type "@@" before your password each time (or hit F2, alternatively). The idea of domain-based generators is not [hashapass.com], new [sysprosoft.com], but the beauty of this one is that it fits perfectly into one's existing workflow. A long as you ask Grandma to pick a password that "begins with" @@, you can be sure no phishing website will get her password. (Of course, it is still susceptible to email scams and malware programs, but at least safety while browsing is taken care of.)
          The researchers demonstrate it as a solution to phishing, but I use it simply because remembering too many passwords is a pain. And it's by some of the top Crypto researchers, so you can be quite sure it doesn't have any stupid vulnerabilities. Read the paper [stanford.edu] (or see the Powerpoint presentation [stanford.edu] if you'd prefer it) for a more in-depth consideration of other issues. (Interestingly, one of the co-authors is Stanford student and Firefox guy Blake Ross [wikipedia.org].)
          [ Parent ]
        • Re:Sigh by Anne Thwacks (Score:3) Saturday December 02 2006, @02:35PM
        • Re:Sigh by ColdWetDog (Score:2) Saturday December 02 2006, @02:56PM
    • Re:Sigh by suv4x4 (Score:2) Saturday December 02 2006, @12:32PM
      • 1 reply beneath your current threshold.
    • Re:Sigh by MrCoke (Score:1) Saturday December 02 2006, @12:33PM
      • Re:Sigh by 0123456 (Score:2) Saturday December 02 2006, @02:00PM
      • Re:Sigh by Net_fiend (Score:1) Saturday December 02 2006, @02:04PM
    • Re:Sigh by Inda (Score:2) Saturday December 02 2006, @03:16PM
      • 1 reply beneath your current threshold.
    • Re:Sigh by Firehed (Score:2) Saturday December 02 2006, @11:16PM
  • by wpmegee (325603) <wpmegee&yahoo,com> on Saturday December 02 2006, @12:37PM (#17081400)
    Lolo [myspace.com] has written a pretty good MySpace blog entry [myspace.com] about this, along with some removal instructions (in the comments and in my post also). One of this guy's hobbies is exposing MySpace scammers. He actually predicted about a week ago that an exploit like this would happen. Friend him if you have a MySpace. I can't tell who came up with this information first, Lolo or these guys but Lolo may have gotten there first. Either way you need to read his blog posts if you use MySpace...

    Please note that you can be infected by this virus by simply viewing an infected profile. It doesn't matter what browser you use, I was using Firefox 2.0 with AdBlockPlus and a decent filterset updater and was infected. I DO NOT believe it steals your password without going to the fake login page. So if your profile gets infected you are probably fine simply removing it

    Here's how to remove it:


    Use the FIND command or CTRL F to find the word LOGIN.

    It starts with this line of code ... I have stripped out the first "
    style type="text/css"
    div table td font { display: none }
    div div table tr td a.navbar, div div table tr td font { display: none }
    .testnav { position:absolute; top: 136px; left:50%; _top: 146px
    The code was at the very end/bottom of my ABOUT ME section.

    It then continues with an obvious line of code for the menu choices. I stripped out the code and the page is fine ... FOR NOW!


    To truly protect yourself you need to adblock the offending Quicktime object - or better yet all .mov files.
  • systems prone to this? (Score:1, Insightful)

    by Anonymous Coward on Saturday December 02 2006, @12:43PM (#17081442)
    Pardon my ignorance, but is this is a problem for Windows users only? Or Mac too? Linux? Or is javascript the problem (making any system vulnerable)?
  • Listen, in any affiliate program policing affiliates can be impossible. I think Zango's a disreputable and disgusting company, but that doesn't mean they're guilty in this case. Blame the affiliates.
  • by Animats (122034) on Saturday December 02 2006, @12:55PM (#17081544)
    (http://www.animats.com)

    What idiot at Apple put a giant hole like this in?
    An automatic URL loads as a movie is playing at the exact frame specified by a text descriptor timestamp in the HREF track. With automatic URLs, you can create a narrated tour of a website, use web pages as slides in a presentation, activate a JavaScript command, or do anything else that requires loading movies or web pages in a predetermined sequence.

    That's got to come out of Quicktime players. They're a huge security hole now. That's just unacceptable.

  • Quicktime is the problem? (Score:5, Insightful)


    Sounds like MySpace is the problem here.

    To summarize, I think that the situation goes like this: A user places a movie file on their page manually to start with. People visiting that page view the movie which loads a link containing javascript. The javascript modified that MySpace user's profile to include the movie somehow.

    Why do you even need a movie for this to happen? Why can javascript just change an entire MySpace page around? It sounds like the entire problem here is that MySpace users get too much customization abilities over their pages. A simple onload="infectuser()" javascript line would seem to me like it could accomplish the same worm effect.
  • Firefox Extension: NoScript (Score:5, Informative)

    by shodai (970706) on Saturday December 02 2006, @01:51PM (#17082004)
    Firefox: NoScript [mozilla.org].
    Extra protection for your Firefox: NoScript allows JavaScript, Java and other executable content only for trusted domains of your choice, e.g. your home-banking web site. This whitelist based preemptive blocking approach prevents exploitation of security vulnerabilities (known and even unknown!) with no loss of functionality... Experts do agree: Firefox is really safer with NoScript ;-)
    • 1 reply beneath your current threshold.
  • Scammers/spammers (Score:2)

    by Lord_Dweomer (648696) on Saturday December 02 2006, @03:37PM (#17082980)
    (http://haltingpoint.blogspot.com/)
    So Zango is one problem, and not to digress, but when will MySpace do something about the scum that is True? Something tells me True must be paying them quite a hefty sum every month for the kind of placement they have on that site because MySpace sure as hell isn't doing it for the pristidigous brand name of True. Google it and look at the kind of results that pop up. They have many investigations going on against them right now and I'd say they're just as fraudulent as Zango.

  • Dudes! SSL? (Score:2)

    by Mike Hicks (244) * <hick0088@tc.umn.edu> on Saturday December 02 2006, @03:45PM (#17083050)
    (http://umn.edu/~hick0088 | Last Journal: Friday January 16 2004, @12:31AM)
    And this makes me ponder why the fsck MySpace doesn't use SSL for their logins. Not that it necessarily helps against phishing if a convincing page is presented, but at least Firefox would politely make the address bar yellow and display the lock icon plus "login.myspace.com" (or whatever it is) in the status bar on the bottom-right corner of the browser.
    • Re:Dudes! SSL? by triso (Score:1) Saturday December 02 2006, @07:53PM
      • Re:Dudes! SSL? by colemanguy (Score:1) Sunday December 03 2006, @12:05PM
      • 1 reply beneath your current threshold.
  • Joe Job? (Score:2)

    by f00Dave (251755) on Saturday December 02 2006, @06:40PM (#17084460)
    (http://www.livejournal.com/users/f00dave)
    Just to be sure, has anyone checked to see if this is a joe-job? Shady competition in a shady area?

    Maybe this is the way nature/evolution handles things when laws don't work? Hey, I'm just asking.... :-)
  • A partial solution is actually pretty simple.

    It's a bit of a headache to work out the logistics, but the banks simply should not allow logging in with a general purpose browser. All sorts of things can be done with a special purpose browser, from preventing any transmission from proceeding when either side provides the correct encrypted response, to using one-time pads, ...

    And then I remember that, if there is spyware on the box, it's kind of hard to be sure that the one-time pad list, the encrypted response generator, and all the other fancy gadgets, are not being commanded by the adware instead of directly by the human.

    But general purpose browsers (including the QuickTime browser) have just gotten too stuffed with functions.
  • by Ed Denaut (1030316) on Sunday December 03 2006, @01:47PM (#17091194)
    Hi, I'm new to this forum. I do have an online site where I publish affiliate sites. Is there an online website that posts all of the affiliates that may be using unethical means to increase their business on the various publisher's websites? I'm attempting to keep my family oriented site "clean" of any spyware, etc. Check it out at http://continue.to/lasvegas [continue.to] Please let me know if there is a site that tracks unethical affiliates. Thank you. Ed Denaut, Owner of Denaut International ejdenaut@yahoo.com
  • by Anne Thwacks (531696) on Saturday December 02 2006, @02:40PM (#17082442)
    Do you expect Mafia bosses to "clean up" the actions of their "affilates?"

    Zango are the filthiest scum outside of Al Quieda.

    [ Parent ]
  • SECOND RULE OF ___ (Score:2)

    by WilliamSChips (793741) <full.infinity@NOsPam.gmail.com> on Saturday December 02 2006, @07:08PM (#17084678)
    (Last Journal: Tuesday January 30 2007, @08:29PM)
    YOU DO NOT TALK ABOUT ___!
    [ Parent ]
  • by poopdeville (841677) on Saturday December 02 2006, @09:54PM (#17085868)
    Too easy.

    a: of, relating to, or involving the hands (manual dexterity) b: worked or done by hand and not by machine (a manual transmission) (manual computation) (manual indexing)
    [ Parent ]
  • 13 replies beneath your current threshold.