Slashdot Mirror


Mac Malware Evolves - No Install Password Required

An anonymous reader writes "The latest versions of the Mac Defender malware attacks no longer require users to enter their admin credentials (username and password) upon install. A threat called 'Mac Guard' installs itself into areas of the Mac OS X system that only require standard user privilege. On Windows the criminals did this to avoid UAC warnings, and have copied this trick to their Mac OS X releases."

374 comments

  1. Root access not needed by mms3k · · Score: 3, Insightful

    I always find it stupid that even here people say that malware on Linux would not be able to gain root like in Windows. Spam bots, fake antiviruses, password stealing nasties and so on run perfectly fine under normal user account. There is no reason why they would require admin privileges. All the personal files are accessible on normal user account and spam can be send without root too. Sure, it could hide a little bit better if it had root access, but there's plenty of tricks to pull out under normal account too. It's like a guy making everything overcomplicated by thinking how he needs to act like a perfect guy and take the girl to a fancy restaurant and many dates before having intercourse with her. Sometimes it's just easier to go for a ladyboy - a woman with mens desire for sex. Requiring access to root account would be more common situation with something like hacking servers since you need to modify logs and really hide in the system. Most likely you also need to get access to HTTP ports and under Linux you need root account for those. But malware runs perfectly fine under user account.

    1. Re:Root access not needed by Anonymous Coward · · Score: 0

      That's why you don't run it as your user, you run it as another user with low privs.
      Well done on continuing the challenge, btw, they're relatively well disguised :)

    2. Re:Root access not needed by Anonymous Coward · · Score: 0

      Lol so hard at 'sometimes it's just easier to go for a ladyboy' - I want to shake the hand of whoever told you it means a woman with a mans desire for sex. Try Googling it (but make sure you turn off safe-search for full effect).

    3. Re:Root access not needed by Anonymous Coward · · Score: 0

      Is it gay to suck Steve?

    4. Re:Root access not needed by CharlyFoxtrot · · Score: 3, Informative

      It's an ongoing joke, he's been challenged to use the word "ladyboy" in every comment he makes.

      --
      If all else fails, immortality can always be assured by spectacular error.
    5. Re:Root access not needed by obarthelemy · · Score: 1

      using ladyboy is easy. we went ladyboy anal... ogies !

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    6. Re:Root access not needed by Anonymous Coward · · Score: 0

      It's like a guy making everything overcomplicated by thinking how he needs to act like a perfect guy and take the girl to a fancy restaurant and many dates before having intercourse with her. Sometimes it's just easier to go for a ladyboy - a woman with mens desire for sex.

      I don't think "ladyboy" means what you think it means.

    7. Re:Root access not needed by Anonymous Coward · · Score: 0

      Awesome. It's history in the making.

    8. Re:Root access not needed by Anonymous Coward · · Score: 0

      Only if you're a woman.

    9. Re:Root access not needed by Anonymous Coward · · Score: 0

      "It's like a guy making everything overcomplicated by thinking how he needs to act like a perfect guy and take the girl to a fancy restaurant and many dates before having intercourse with her. Sometimes it's just easier to go for a ladyboy - a woman with mens desire for sex."

      Getting root of a different kind?

      Thanks for sharing your hobbies . . . . .

    10. Re:Root access not needed by torgis · · Score: 1

      It's like a guy making everything overcomplicated by thinking how he needs to act like a perfect guy and take the girl to a fancy restaurant and many dates before having intercourse with her. Sometimes it's just easier to go for a ladyboy - a woman with mens desire for sex.

      Erm, I'm not sure that's really the accepted definition of the term. In fact, I'm quite sure it's not. I wouldn't go hunting for ladyboys if I were you. Especially in Southeast Asia.

    11. Re:Root access not needed by Anonymous Coward · · Score: 0

      you know, usually ladyboys don't just have mens desire, they have something else too...

    12. Re:Root access not needed by socz · · Score: 0

      ladyboy keeps on going and going and going... i still laugh!

      --
      My abilities are only limited by my imagination
    13. Re:Root access not needed by michelcolman · · Score: 1

      I wish I had mod points to mark this informative :-)

    14. Re:Root access not needed by Anonymous Coward · · Score: 0

      So the solution is to check if the software was installed under root, and if not, warn the user but let them run it anyway. If you like the software that much you'll install it under root.

    15. Re:Root access not needed by Anonymous Coward · · Score: 0

      Sometimes it's just easier to go for a ladyboy - a woman with mens desire for sex.

      I think if you go out with a ladyboy you will have quite a surprise.

    16. Re:Root access not needed by erroneus · · Score: 1

      http://slashdot.org/comments.pl?sid=2184872&cid=36239592

      To be fair, one point I was a little wrong about was "giving it a little time." By that, I was thinking a few weeks or even months. Turns out to be days. Oops!

      The only thing root/administrator level access is needed for is to make it harder to remove. When running as the user, the malware already has access to most of what it needs -- internet/network access, user information and application data.... being stealthy and/or hard to remove is a nice addition, but not necessary to do bad things.

    17. Re:Root access not needed by reub2000 · · Score: 1

      You can mount your home directories with the noexec option. They can save a file in your home directory, but it can't do anything then.

    18. Re:Root access not needed by Anonymous Coward · · Score: 0

      WRONG. GNU/Linux is more secure by design because users aren't installing software from random sources. They install essential software from repositories. Second the critical components that let malware in are off by default off. I'm talking about things like scripting, macros, etc. You don't even see html or image previews on by default. Foxit and similar programs don't have scripting. Adobe flash isn't even installed most of the time and when it is you get security updates for it via the update mechanisms built-into the platform using a simple mechanism. You aren't inundated with 20 confusing updating mechanism which all look different. When you get updates it is a single piece of software that is updating all critical applications and system components.

      Thus a user can be easily shown and informed how to stay safe. This is my security guide for our GNU/Linux customers and I have yet to see a problem with the advice given to non-technical users about security. De-complicating it is the biggest way to keep users safe. And simply giving up saying users will fail on GNU/Linux just like do on Microsoft Windows and Mac OS because they are stupid makes you the stupid one.

      Listen up:

      1. Don't download .deb files without technical assistance.
      2. It is OK to install anything from the repository (Ubuntu Software Center).
      3. When you see the Update Manager pop up you DO want to update- Anything else informing you to update it is a malicious attempt to trick you into installing a virus.

    19. Re:Root access not needed by w0mprat · · Score: 1

      I always find it stupid that even here people say that malware on Linux would not be able to gain root like in Windows. Spam bots, fake antiviruses, password stealing nasties and so on run perfectly fine under normal user account. There is no reason why they would require admin privileges. All the personal files are accessible on normal user account and spam can be send without root too. Sure, it could hide a little bit better if it had root access, but there's plenty of tricks to pull out under normal account too. It's like a guy making everything overcomplicated by thinking how he needs to act like a perfect guy and take the girl to a fancy restaurant and many dates before having intercourse with her. Sometimes it's just easier to go for a ladyboy - a woman with mens desire for sex. Requiring access to root account would be more common situation with something like hacking servers since you need to modify logs and really hide in the system. Most likely you also need to get access to HTTP ports and under Linux you need root account for those. But malware runs perfectly fine under user account.

      Absolutely. If Malware needs admin, it's disturbingly easy to phish for a sudo password. Linux tends to ask for your sudo password a dozen times a day, training users to enter it like a reflex. Linux, unfortunately, depends a great deal on not being installed on 90% of the worlds computers for any muppet to use, and having a disproportionate number of tech savvy geeks in it's userbase.

      Interestingly Android and Chrome OS are linux that do just fine without needing a sudo password. It seems sandbox based security models are superior to the old way of doing things.

      After all it's better to have security by design, rather than security that offloads responsibility to the meat puppet that entered it's credentials.

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    20. Re:Root access not needed by shutdown+-p+now · · Score: 1

      That is assuming that your /home is a separate partition. Many "user-friendly" Linux distros don't do that by default - e.g. Ubuntu does not. Those that default to a separate /home usually still don't default to noexec. In short, you have to know the feature is there and how to use it - in which case it's likely not a problem for you in the first place, because you simply won't run random downloaded crap.

      By the way, in Windows you can do a similar thing with permissions - explicitly deny exec rights to all files (but not subdirectories) under a given directory, such that it will override any permissions on the files themselves. This is somewhat more powerful because it can be as fine-grained as needed, and there's no need for the directory to be a separate partition. But basic problem is the same - it's not done by default, and it's not trivial to set up for a casual user.

      As well, noexec doesn't help all that much, because it doesn't prevent running interpreted code - even Bash scripts can do a lot, and most Linux systems have Perl and Python running out of the box, as well. You can easily have a full-fledged server written in Python.

    21. Re:Root access not needed by Angostura · · Score: 1

      I love it when Linux officianados un-self consciously praise the benefits of the walled garden approach.

    22. Re:Root access not needed by reub2000 · · Score: 1

      If malware started placing scripts and executables in a user's home directory, then I think distros could easily modify their installers to create a separate home directory and put the noexec option in fstab for that partition. I don't think most users would notice since most software comes from the package manager. Then if malware places a file in a place like ~/.kde4/autostart/ it won't do anything. Files like ~/.bashrc can be made immutable.

    23. Re:Root access not needed by shutdown+-p+now · · Score: 1

      Yes, and Windows can set noexec on all directories writable by user without elevation.

      But it doesn't. Nor does OS X, nor Linux distros. Which is what we have to deal with today.

      As well, it doesn't really secure you againt PEBKAC-enabled malware. If the user will willingly download and run a random executable, why do you put it past him to click/type through any UAC/sudo prompts the OS might pop up? In fact, we already know that users will happily do that, from Vista/7 experience.

    24. Re:Root access not needed by Kitkoan · · Score: 1

      Its not a walled garden when you can still install programs beyond the garden. Its like declaring to someone who plays games that they should buy their games from Steam. It tends to be the best way to keep things up to date and legit, but its a far call from a walled garden.

      --
      Attention... all grammer nazi"s! Is they're anything; wrong with: my post,
    25. Re:Root access not needed by reub2000 · · Score: 1

      Yes, and Windows can set noexec on all directories writable by user without elevation.

      Since many windows programs are downloaded as executable files, it could make installing software harder for many users.

      As well, it doesn't really secure you againt PEBKAC-enabled malware. If the user will willingly download and run a random executable, why do you put it past him to click/type through any UAC/sudo prompts the OS might pop up? In fact, we already know that users will happily do that, from Vista/7 experience.

      I think that the point is that while many will click on the prompt, the rest will not. This allows them to target the rest.

    26. Re:Root access not needed by Stuarticus · · Score: 1

      Absolutely. If Malware needs admin, it's disturbingly easy to phish for a sudo password. Linux tends to ask for your sudo password a dozen times a day, training users to enter it like a reflex. Linux, unfortunately, depends a great deal on not being installed on 90% of the worlds computers for any muppet to use, and having a disproportionate number of tech savvy geeks in it's userbase.

      What kind of shit are you shovelling here? Nothing but updates should require password for day to day usage, and you can set security updates to run automatically in the background.

      --
      If you think someone isn't free to have a different definition of "freedom" you may be a tyrant.
    27. Re:Root access not needed by Anonymous Coward · · Score: 0

      I'm just throwing this out there, but you may want to Google "ladyboy". I do not think that word means what you think it means.

    28. Re:Root access not needed by Anonymous Coward · · Score: 0

      So Macs are running Linux, right? Please do not judge about things you obviously do not fully understand.

  2. No surprises here by betterunixthanunix · · Score: 2

    ...is anyone actually surprised by this?

    --
    Palm trees and 8
    1. Re:No surprises here by gid · · Score: 1

      Nope, and Google Chrome uses this same trick if I'm not mistaken.

    2. Re:No surprises here by supremebob · · Score: 1, Troll

      The Apple store might pretend to be surprised by this, anyway, considering that they're still not allowed to tell customers that Mac malware exists.

    3. Re:No surprises here by Low+Ranked+Craig · · Score: 3, Informative

      Not really. And I wasn't really surprised to find that this is a slashvertisment. Sophos makes anti-virus software for Macs. I prefer to get my news from someone who doesn't have a vested interest in selling me stuff directly related to the content of the article.

      --
      I still cannot find the droids I am looking for...
    4. Re:No surprises here by Low+Ranked+Craig · · Score: 5, Interesting

      Follow up. I find it interesting that they gloss over the fact that to completely avoid this all you need to do is turn off download safe files in safari, and/or not be stupid. Their solution is to purchase their anti-malware package for Mac. Question for samzenpus, how much did these guys pay you to post this?

      --
      I still cannot find the droids I am looking for...
    5. Re:No surprises here by gad_zuki! · · Score: 5, Insightful

      How about the comments in the last article from the fanboys screaming "BUT THEY NEED TO PUT IN THEIR PASSWORD UNLIKE SHITTY WINDOWS" and then modded up to +5 insightful.

      Welcome to the new reality. I think they'll find that userland rights on any modern OS are pretty lenient and will allow for a great deal of scammy malware activities. Malware doesnt need to run in any system directory or open any low ports or anything.

      Now is probably a good time to invest in OSX AV products.

    6. Re:No surprises here by Anonymous Coward · · Score: 0

      trolling much?

      or just blindfolded?

      you have to download and install it, and then it can read only files on your profile for which you have the privileges. this is no different than any other program you install and doesn't do anything that the user doesn't let to.

      there are site on the web that resell your cc number, but that doesn't mean that mosaic has been "pwned oh my god lulz"

    7. Re:No surprises here by gad_zuki! · · Score: 5, Insightful

      That's a little like saying "Oh just run noscript or make disable the java plugin" in the Windows world. Most end user have no clue what "safe files" are or what any of what you wrote means.

      Not to mention, any web based exploit can install this malware now. It runs purely in userland. Java exploits, flash exploits, browser exploits, etc open the gate for this malware. Today its the safe files in Safari, tomorrow its one of dozens of Java exploits.

      Its simply easier for end users to do updates and buy an AV than to dick around with settings they don't remotely understand. To Apple's benefit they're usually good about software updates and also update Java (at least for now).

    8. Re:No surprises here by CharlyFoxtrot · · Score: 2

      That policy has probably changed now since Apple has publicly acknowledged the threat and announced a fix, as well as publishing how to remove it. That's their M.O. : nobody gabs until word comes down from the mother-ship.

      --
      If all else fails, immortality can always be assured by spectacular error.
    9. Re:No surprises here by thoromyr · · Score: 4, Informative

      not just that, but the sophos article glosses over the fact that you still get

      1. an operating system warning about executing a file downloaded from the internet (complete with reference to where it was downloaded from). They mention it in the text, but omit it in their "slideshow" showing the steps to getting infected.

      2. an osx installer gui which means it can be canceled

      What this is *not* is a hidden and silent install like what is going on with Windows.

    10. Re:No surprises here by maxwell+demon · · Score: 1

      all you need to do is turn off download safe files in safari

      Turn off download safe files? But if they are safe files, why is there a problem downloading them? They are safe, right?

      --
      The Tao of math: The numbers you can count are not the real numbers.
    11. Re:No surprises here by TheCouchPotatoFamine · · Score: 0

      I've ALWAYS said it's the *community's* job to create application white lists, so that mom and pop don't have to guess. Why this is a corporate problem beats the hell out of me.

      --
      CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
    12. Re:No surprises here by DJRumpy · · Score: 1

      Not only that but you still have to agree to install it. It requires no password because it's run at the user's authority but it must still ask to install.

    13. Re:No surprises here by Anonymous Coward · · Score: 1, Interesting

      Follow up. I find it interesting that they gloss over the fact that to completely avoid this all you need to do is turn off download safe files in safari, and/or not be stupid. Their solution is to purchase their anti-malware package for Mac. Question for samzenpus, how much did these guys pay you to post this?

      Spoken like a true apple fanboi. The same "not be stupid" can be said for all OSes, even windows. Apple has a big enough market share, and rich enough non-tech savvy users to make the platform a target for criminals. Get used to it, it won't go away now. Brought to you from the company that allows closed devices to be rooted by merely visiting a website!

    14. Re:No surprises here by JeffSpudrinski · · Score: 1

      Security companies of all types release information about vulnerabilities...that's nothing new.

      Sophos has been around for years and are widely acknowledged as a leader in security software...they simply aren't that well know in the US. Same goes for Kaspersky...been around for years, but the marketing giants of McAfee and Symantec are simply more well known in the states.

      I'd rather someone out there let folks know about these issues when they find out and it never hurts if they also provide a solution.

      If they had known and *not* told anyone, they'd take a beating for that.

      Just my $0.02.

      -JJS

    15. Re:No surprises here by John+Hasler · · Score: 1

      > Why this is a corporate problem beats the hell out of me.

      Why aren't you doing it?

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    16. Re:No surprises here by Anonymous Coward · · Score: 0

      Everyone who is willing to give you news for "free" has a reason to do so.

    17. Re:No surprises here by Anonymous Coward · · Score: 0
      Ok, listen here, because Apple has set preferences on Safari to meet their corporate needs instead of user safety,just like every one else. So the user has to fix it to give us safety

      In Safari open preferences. In 'General' uncheck 'Open "safe" files afer downloading'. This will require you to open the files manually from the download window.

      Next select 'autofill'. Make a decision if you want Safari to save your data. In the past there have been ways to steal this data from browsers. On each item you can click 'edit'. You can see for which websites has information by stored.

      Next is 'security' . 'Warn on fraudulent websites' is probably a good thing. 'Allow websties to ask for local information' is probably not. Enable web content at your own risk, and pop-up windows should be blocked. Experiment with 'Accept Cookies Only from sites I visit'. If it works it is best.

      When you manually open a program, then, you should get a notice stating where the program is opened. Even if it is a website you know, ask if the program is necessary.

      Any program that is installed and is malware and does not require a password can easily be removed if you have time machine backup. Simply go into time machine, find a copy of the user account prior to installation, and restore only the account effected.

    18. Re:No surprises here by akahige · · Score: 1

      The setting isn't download safe files, it's run safe files after downloading.

      Not even close to the same thing.

      And yes, even the existence of such a setting is stupid.

    19. Re:No surprises here by REJ+Messser · · Score: 1

      Actually, once the installer is downloaded you still have to enter an administrator password. Try it. This piece of malware is still a piece of $hit and requires the FUD of the Windows community to provoke the gullible user into trusting rumor instead of their own good judgement. I mean, few people leave their automobiles unlocked because they "might" leave their keys in the ignition.

    20. Re:No surprises here by Anonymous Coward · · Score: 0

      Except in this case Sophos Anti-virus for Mac Home Edition is... FREE. Its been free since the day they introduced it, they're not charging for it, it really is FREE.

    21. Re:No surprises here by Savage-Rabbit · · Score: 1, Funny

      That policy has probably changed now since Apple has publicly acknowledged the threat and announced a fix, as well as publishing how to remove it. That's their M.O. : nobody gabs until word comes down from the mother-ship.

      Mother ship? Word? Primitive voice communication went out a long time ago. These days Steve just remodulates the reality-distortion field slightly. If you were a Mac user you would know this.

      --
      Only to idiots, are orders laws.
      -- Henning von Tresckow
    22. Re:No surprises here by Anonymous Coward · · Score: 0

      Two years ago Sophos wouldn't talk to you unless your company had 1000+ employees, with the down turn in the economy during that time frame, they've had to change their approach. Sophos can't be purchased over the counter at Best Buy which is why most people have never heard of them, yet they've been around since the mid 80s and protect govts, militaries, and large corporations world wide.

      The Mac AV they offer here is free to download and use.

    23. Re:No surprises here by mrchaotica · · Score: 1

      Or its time to turn on parental controls, which allows you to whitelist apps. Now that this is out, that's what I'm going to do for my parents, anyway.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    24. Re:No surprises here by elrous0 · · Score: 4, Insightful

      You get those kinds of warnings in Windows too. Doesn't stop an idiot from being an idiot, though.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    25. Re:No surprises here by cHiphead · · Score: 1

      Yeah but it would be easier to get Mac users to do something like that. "Steve Jobs says turn on No-Script"

      --

      This is my sig. There are many like it, but this one is mine.
    26. Re:No surprises here by Anonymous Coward · · Score: 0, Flamebait

      There was no mention of "purchasing" in the article you obviously didn't read, take the fanboi goggles off and you'll see that their solution is both free to download and use.

      "SophosLabs continues to investigate and publish protection for Mac users. We invite you to download Sophos Anti-Virus for Mac Home Edition for free to help you keep your Mac safe and secure."

    27. Re:No surprises here by Anonymous Coward · · Score: 0

      1. because everything asks for this, people no longer pay attention (I mean it even pops up when i download stuff from apple.com...)

    28. Re:No surprises here by Skuld-Chan · · Score: 1

      Wow... So windows has at least two layers not even counting AV/firewall/defender/user only rights that are supposed to protect users - doesn't seem to work though.

      All downloaded files in Windows from external networks are blocked from execution - you have to click through that over-ride dialog.

      Then you have to click through the UAC prompt to elevate the installer to Admin.

      Then if the app wants to access the outside world you need click through the firewall prompts.

      People still get infected though :).

    29. Re:No surprises here by amicusNYCL · · Score: 3

      I find it interesting that they gloss over the fact that to completely avoid this all you need to do is turn off download safe files in safari, and/or not be stupid. Their solution is to purchase their anti-malware package for Mac.

      So you're under the assumption that if you disable this particular setting, then you are now immune to all present and future malware on a Mac, correct? That proactive things like anti-virus or malware scanning are unnecessary, right? That the entire Mac malware threat ends with a single checkbox, is that about it?

      You realize that nearly every time a piece of malware comes out for Windows that there's typically a single setting you can change to mitigate that one specific threat, right? Has that fact stopped criminals from finding new infection vectors?

      The news here is not this one piece of software, or how it gets installed, or what it does, or how to stop it. The news is the fact that the professional malware authors are now targeting Macs, and they have the automated toolkits to do it. A little checkbox in your browser isn't going to change that fact.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    30. Re:No surprises here by Anonymous Coward · · Score: 0

      "...all you need to do is turn off download safe files in safari, and/or not be stupid."

      It's having the feature to "Open safe files after download" in Safari that is stupid. There's no such thing as a "safe" file that is downloaded from the Internet. Having that feature there and turned on by default is a failure of the software designers, not the users. If it should exist at all it should be off by default. This wouldn't stop trojan horse programs like this one from being run by stupid users, but at least it would take one more step.

    31. Re:No surprises here by cavreader · · Score: 2, Insightful

      So the Windows community is to blame for lax user practices on a Mac OS? This current piece of MAC malware is only the beginning. And the reason the number of compromises will continue to grow is that for years MAC users have been told that the MAC OS is totally immune to viruses, trojans, and all the other threats floating around the web. The surprising thing is the number of techies who seem to be under the impression that the MAC OS security framework is invulnerable and there is nothing to worry about. The criminals know there is a ton of money to be made going after OS X, iOS, and all the different permutations of the Android OS. Plus Windows security has improved greatly since the days of Win95 and IE6 making the number of potential exploits harder to take advantage of. Windows users have also been pounded with security notices and updates for years and that has also helped raise user awarness. I have also wondered how much easier it would have been to create exploits for the Windows OS if Microsoft had open sourced it. It will be interesting to see if open source will encourage more people to target Android in the future.

    32. Re:No surprises here by spongman · · Score: 0

      mac users are unaware of this fact. to them, the universe just looks like brushed metal - no effects reality-distortion are visible within the field.

    33. Re:No surprises here by L0rdJedi · · Score: 1

      Nobody gets "silent" installs anymore. The malware writers realized that all they had to do was be nice, give it a good sounding name, and show some scary screens to make people think they needed it and that it was ok to install. Bam, no more silent installs needed.

    34. Re:No surprises here by TheLink · · Score: 2

      Uh, guess what windows users do to install this:
      http://en.wikipedia.org/wiki/MS_Antivirus_(malware)

      So they just have to mod it to show OS X style graphics and messages if they detect the OS is OS X.

      Once there's enough news in the media about Macs getting infected, victims might ironically install the malware to protect themselves from it :).

      --
    35. Re:No surprises here by Anonymous Coward · · Score: 0

      Now is probably a good time to invest in OSX AV products.

      I've had about twelve years of not needing to buy any Mac antivirus products. I think I'll be able to afford to buy an OS X AV product without even touching the principal of all that money not spent.

    36. Re:No surprises here by englishknnigits · · Score: 0

      Don't forget that a good portion of Mac users got a Mac because they don't know anything about computers and they don't want to have to worry about all the icky sounding things like worms. The "don't be stupid" mantra applies to all OSes, I've been running Windows XP, Vista, and/or 7 for the last 5 years with no antivirus and I haven't had a single virus. I had antivirus before the 5 years and also didn't have problems. By the "don't be stupid" criteria Windows, Linux, and Macs are all equally as safe.

    37. Re:No surprises here by Anonymous Coward · · Score: 0

      Non-downloaded viruses on up to date Windows installations are extremely rare too. This isn't the 90's, they just prefix the virus with 'fun'.

    38. Re:No surprises here by Anonymous Coward · · Score: 0

      And nothing against mac users but that's what macs have been marketed as. The easy computer. so there is a much larger market for malware within the mac community.

    39. Re:No surprises here by L0rdJedi · · Score: 1

      Yes, but the car is important to them. The computer is just a magic box that lets them communicate with relatives that they don't get to see very often. If the computer gets jacked up, they just call the local geek and have it fixed. If the car gets jacked up, they can't go anywhere for an extended amount of time (yes, even several hours a day is enough to make someone angry).

    40. Re:No surprises here by L0rdJedi · · Score: 1

      Ok, listen here, because Apple has set preferences on Safari to meet their corporate needs instead of user safety,just like every one else. So the user has to fix it to give us safety

      In Safari open preferences. In 'General' uncheck 'Open "safe" files afer downloading'. This will require you to open the files manually from the download window.

      Next select 'autofill'. Make a decision if you want Safari to save your data.

      You lost at least half your audience right here (maybe even more of them). You want the average computer user to make a decision? Can't you just tell them what it should do? You're the expert, right? That is what I deal with on a daily basis. I am not even kidding.

      Don't give them a choice until they complain about the way it works. Then switch it for them. It's so much easier than explaining the difference between the two choices. "Well, Carol's information always shows up automatically. Can you make mine do that?"

    41. Re:No surprises here by anomnomnomymous · · Score: 0

      Bullshit, you don't.

      I'm a very wary computer user, with decent security (firewall with a whitelist, and behind a router).
      I've had two times in the last half a year that this one crept up; The last one only a few days ago.
      The first time it took me a few hours to get properly rid of it, but a few days ago I immedeately recognised the 'fake scan' window, and as a quick resort, resetted my computer. I started up in safe mode, and used MalwareByte's AntiMalwareto get rid of it (one of the few antispy that actually removes this one correctly; very much recommended once you get infected).

      But to stress: There's NO user interaction necessary for this one to work and install itself. I'm up to date on everything (Windows, firewall, anti-virus, browser, java), and this one still slipped through.

      My only resort was to have a rough look through the last 10 sites I've visited, and whereas I haven't noticed anything dodgy in particular, I'll refrain from using these sites for some time.

      --
      When you shoot a mime, do you use a silencer?
    42. Re:No surprises here by socz · · Score: 1

      hey, i'm a PC and check the md5 of every file i download against that posted on the software page. I learned that from a little problem with irssi a while back http://www.securityfocus.com/bid/4831/discuss

      --
      My abilities are only limited by my imagination
    43. Re:No surprises here by CheerfulMacFanboy · · Score: 1

      Security companies of all types release information about vulnerabilities...that's nothing new.

      And this a vulnerability how? Don't start to blur the meaning of yet another concept in computer security.

      --
      Fandroids hate facts.
    44. Re:No surprises here by gad_zuki! · · Score: 1, Insightful

      I'm responsible for more windows machines than I care to admit and we dont have this issue. I did see it at my old employer and after some investigation I found:

      1. All the machines that got this had out of date Adobe Reader or Java plugins.

      2. Or the end user installed it clicking yes at every warning prompt.

      Most likely your plugin security isn't up to snuff. Stats released by Brian Krebs at his security blog show that crimepacks that use this exploit Java or Reader vulnerabilities 90% of the time, and the rest of the 10% is old patched browser or windows exploits.

    45. Re:No surprises here by michelcolman · · Score: 1

      Actually, Steve Jobs would just release a system update to change the setting for you.

    46. Re:No surprises here by michelcolman · · Score: 2

      Actually it says "open safe files after downloading". And specifies "Safe" files are movies, pictures, sounds, pdf's, text documents, disc images and other archive files. Nothing about running anything. And indeed, users are always asked for permission before actually "running" any code: the installer is just Apple's installer parsing an install script, and if that script contains any customized code, it will ask you for permission to run that too.

      But all that is of course under the assumption that no exploits will ever be developed for, say, pdf.

    47. Re:No surprises here by Low+Ranked+Craig · · Score: 2

      It's not the same or even close. Open Safari, from the Menu -> Safari -> Preferences. On the first page un-check "open safe files after downloading". The point being that if this was truly an informative article and not an advertisement they could have included this little bit there. Having that option checked is a prerequisite for this exploit.

      --
      I still cannot find the droids I am looking for...
    48. Re:No surprises here by TheCouchPotatoFamine · · Score: 1

      I do - for my parents, for my friends. Why I don't do it on a larger scale? Because people have to trust me! It requires social networking to do this correctly. It might require a community tool, something opensource that communities can run to isolate good applications from bad.. But the main problem is social. Although I suggest community whitelisting, I don't know exactly how to make it "stick" with people I don't know.. isn't that the point, that we trust? I know, I know hard problem.

      --
      CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
    49. Re:No surprises here by shutdown+-p+now · · Score: 1

      This isn't the 90's, they just prefix the virus with 'fun'.

      Prefixing with "fun" is early-2000s. These days, it is usually called something like "Free Anti-Virus Plus", and the first thing it does when run is tell you that your computer is infected, and would you like to fix that right now?

    50. Re:No surprises here by perryizgr8 · · Score: 1

      in win7 you get TWO warnings before execution of a downloaded file. one from explorer and the next one dimming your desktop and everything and making an annoying 'ping'. everyone just clicks 'allow'. i think its highly unlikely that an osx user would click 'deny' in the same situation.

      --
      Wealth is the gift that keeps on giving.
    51. Re:No surprises here by perryizgr8 · · Score: 1

      are you by any chance running xp, or maybe turned off the uac?

      --
      Wealth is the gift that keeps on giving.
    52. Re:No surprises here by GlassHeart · · Score: 0

      And yet there is no epidemic. If Mac users are the rich idiots that the stereotypes depict, why wouldn't every other Mac be full of trojans? At some point, when observation keeps contradicts your prediction, you're gonna have to review your premise.

    53. Re:No surprises here by Anonymous Coward · · Score: 0

      And this a vulnerability how?

      It makes your system vulnerable to having data stolen...dur...

    54. Re:No surprises here by exomondo · · Score: 1

      What this is *not* is a hidden and silent install like what is going on with Windows.

      If you're using the more than a decade-old Windows XP which was superseded 5 years ago by an operating system that gives you multiple warnings about executing unknown files.

    55. Re:No surprises here by Stupendoussteve · · Score: 1

      Not with this "vulnerability" it wouldn't.

      If it's installing to a user-controller folder, UAC will not activate for it. That's one of the reasons World of Warcraft installs to a user-writable folder (on Windows), so the program can run and/or update without needing to trigger UAC. This same attack vector is present in Windows, Mac and Linux.

      You will still get the explorer warning, just like the finder warning you get on the Mac.

    56. Re:No surprises here by mjwx · · Score: 1

      Security companies of all types release information about vulnerabilities...that's nothing new.

      And this a vulnerability how? Don't start to blur the meaning of yet another concept in computer security.

      Since when has "the user is any systems biggest vulnerability" been a fuzzy concept in computer security.

      Methinks you need to go back an re-read a few books on the subject. A big part of security is actually limiting what users can screw up and making sure you can recover whatever users manage to screw up.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    57. Re:No surprises here by mjwx · · Score: 1

      are you by any chance running xp, or maybe turned off the uac?

      XP post SP2 asks before executing a lot of files, any one that hasn't been signed by MS (so Firefox doesn't but CutePDF will). So the GGP needs to be running a six year old version of Windows and to be frank, not having UAC would be the least of his security problems.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    58. Re:No surprises here by mjwx · · Score: 1

      How about the comments in the last article from the fanboys screaming "BUT THEY NEED TO PUT IN THEIR PASSWORD UNLIKE SHITTY WINDOWS" and then modded up to +5 insightful.

      How many Mac users are running without a password. When starting/re-installing OSX the password is still optional (just like shitty Windows). Basically, running as admin on a Windows box with not password is pants on head retarded and we all deride MS for making that possible, why does Apple receive a free ride? MS should make passwords mandatory for admin accounts with the next Windows release at the very minimum. So should Apple.

      Welcome to the new reality. I think they'll find that userland rights on any modern OS are pretty lenient and will allow for a great deal of scammy malware activities. Malware doesnt need to run in any system directory or open any low ports or anything.

      Now is probably a good time to invest in OSX AV products.

      But the new reality doesn't "Just Work(TM)". I'm sure Mac Fanboys will just stick their heads in the sand until its over.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    59. Re:No surprises here by Provocateur · · Score: 1

      Ah but then the idiot is evolving, ever resistant to these warnings. And *you* never expected to see 'idiot' and 'evolving' in the same sentence, now, did you?

      --
      WARNING: Smartphones have side effects--most of them undocumented.
    60. Re:No surprises here by vaporland · · Score: 1

      It was a good ad too! I installed their free antivirus on my Mac ...

      --
      Ask Me About... The 80's!
    61. Re:No surprises here by Kalriath · · Score: 1

      Install for just you and the Mac won't pop up the password dialog either.

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    62. Re:No surprises here by Anonymous Coward · · Score: 0

      The "minimum required privileges as default" approach on most non-macroslop platforms has always been the best anti-malware. If software can't be installed without an admin username/password, it can't install itself. Simply turning off "Download Safe Files" puts the Mac platform into minimum required privileges and stops this from installing. Return to your homes, people, nothing to see here.

    63. Re:No surprises here by CheerfulMacFanboy · · Score: 1

      Security companies of all types release information about vulnerabilities...that's nothing new.

      And this a vulnerability how? Don't start to blur the meaning of yet another concept in computer security.

      Since when has "the user is any systems biggest vulnerability" been a fuzzy concept in computer security. Methinks you need to go back an re-read a few books on the subject. A big part of security is actually limiting what users can screw up and making sure you can recover whatever users manage to screw up.

      I hope you attempted to make a joke. Why would "the user is any systems biggest vulnerability" need to be reported as a new vulnerability in this case?

      --
      Fandroids hate facts.
    64. Re:No surprises here by mjwx · · Score: 1

      I hope you attempted to make a joke. Why would "the user is any systems biggest vulnerability" need to be reported as a new vulnerability in this case?

      I hope you're attempting to make a joke here, otherwise you really need to be locked away from computers.

      First of all, you've gotten confused between a vulnerability and a threat. Security companies like Sophos and Trend disclose threats, which this is one of.

      Secondly the user is a massive vulnerability.

      Thirdly, the nature of the threat has changed (no longer requires elevated permissions) so the threat warning needs to be re-issued.

      Get used to these conversations. Malware is now a reality on OSX. Using semantics to try and hide it will not make it go away.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    65. Re:No surprises here by CheerfulMacFanboy · · Score: 1

      Try to follow the thread. On second thought, burn your computer.

      --
      Fandroids hate facts.
    66. Re:No surprises here by Waccoon · · Score: 1

      Aren't most security problems these days application-level? What is any OS going to do to protect my data when it's all in user mode? An OS can only cover its own ass.

      Not to mention the fact that since we do most things over the Internet in a web browser, it's a single point of failure. Run a PDF viewer in your browser as a plug-in? Oh, what a great idea.

      It's not just Mac users that are in denial. Linux isn't going to keep your data safe either if there's a security flaw in the web browser, and... oh boy, are there plenty.

    67. Re:No surprises here by AmiMoJo · · Score: 1

      For this exploit perhaps, but every year at pwn2own people come up with plenty of drive-by infection vectors for Safari. And Firefox for that matter, which could also be used to infect a Mac. Chrome seems to be the only browser that ever comes out of the competition intact.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    68. Re:No surprises here by thoromyr · · Score: 1

      Yes and no. It depends on the malware and what vulnerabilities it is exercising. In *principle* you get a warning from Win7 about executing a file downloaded from the Internet. In practice, not necessarily. For example, one of the Java "apps" I reversed did a simple "fetch and execute". Most users aren't going to be warned about a java app embedded in the page, nor are they going to be warned about it fetching a remote file and executing it. The fetched file wasn't even given an executable extension, it was directly loaded/executed by function from Java.

      Not that that same can't be achieved on OSX, but I haven't seen any examples of it.

  3. PEBKAC by Hatta · · Score: 4, Informative

    This still requires the user to deliberately install the malware. Since it's not compromising the system, but the user, it doesn't need privileges to do this.

    --
    Give me Classic Slashdot or give me death!
    1. Re:PEBKAC by Anonymous Coward · · Score: 5, Funny

      Comments like that make me think you are not participating in the two minute hate.

      Just embrace the hate of apple and join the group think.

    2. Re:PEBKAC by Ryanrule · · Score: 2

      So, you are saying the computer is fucked upon purchase? FUP?

    3. Re:PEBKAC by TWX · · Score: 1

      That's what I've always liked about proper user versus management privileges on a computer- when the user who isn't the computer's owner or admin b0rks their account, you just nuke the account and recreate or just nuke the home directory, backing up only if they're important enough for it to cost you if you don't. Unfortunately, when the "admin" is the owner and only has user-level knowledge, they're probably not willing to nuke their own account, assuming they're not running with too many privileges in the first place. At least with OSX it should be possible to do this as they're following the POSIX model for the most part, but only if the owner is willing/able to do it right.

      On a somewhat-unrelated note, it still blows my mind when enterprise level IT still has users with full admin rights over the local workstation, as those machines constantly and continually get infected and reinfected through the ignorance of the users. Sure, it means that a user can add a local device more complicate than a printer without calling the helpdesk, but it also means that any piece of unauthorized software, whether the user intended to install it or not, or whether it's benign or malicious, gets on to the computer. When the IT department sets up the computers and privileges properly, and if the OS doesn't have local root exploits so large one can drive a Mack truck through, the user can do a lot less damage.

      --
      Do not look into laser with remaining eye.
    4. Re:PEBKAC by CharlyFoxtrot · · Score: 1

      And now it can do less damage because it's running without admin privileges. Should be a lot easier to remove too.

      --
      If all else fails, immortality can always be assured by spectacular error.
    5. Re:PEBKAC by Richard_at_work · · Score: 1

      For the small fraction of people that have more than one active account on their Mac, sure, but for most people it will do the same amount of damage.

    6. Re:PEBKAC by Talderas · · Score: 4, Insightful

      On a somewhat-unrelated note, it still blows my mind when enterprise level IT still has users with full admin rights over the local workstation, as those machines constantly and continually get infected and reinfected through the ignorance of the users. Sure, it means that a user can add a local device more complicate than a printer without calling the helpdesk, but it also means that any piece of unauthorized software, whether the user intended to install it or not, or whether it's benign or malicious, gets on to the computer. When the IT department sets up the computers and privileges properly, and if the OS doesn't have local root exploits so large one can drive a Mack truck through, the user can do a lot less damage.

      It's not entirely unsurprising. Telling the company owner that "We need to change the level of permissions everyone has on their machines, which means they won't be able to do this, this, and this." after the company owner and the entire user base is accustomed to having that level of permission doesn't typically get a go ahead flag from the company owner.

      --
      "Lack of speed can be overcome. In the worst case by patience." --Znork
    7. Re:PEBKAC by AndyAndyAndyAndy · · Score: 1

      But now it compromises slightly smarter users, widening its success rate by some degree.

      --
      It's always confirmation bias!
    8. Re:PEBKAC by TimeElf1 · · Score: 1

      This still requires the user to deliberately install the malware. Since it's not compromising the system, but the user, it doesn't need privileges to do this.

      Gee, users deliberately installing things that might be harmful for their computer? I can't ever see that happening....

      --
      Cannot find REALITY.SYS. Universe halted.
    9. Re:PEBKAC by BitZtream · · Score: 3, Interesting

      Just putting itself in the Applications directory doesn't do anything special, users still have to run it. The Applications directory isn't setuid or anything like that, it doesn't make the app run as root, it doesn't have anything to do with startup or anything else, you're just allowed to create files in the Applications directory.

      As I pointed out elsewhere, the intelligent thing to do would be to install to the users home directory as most non-techie Mac users will NEVER look in their home directory and notice it, thats just someplace they don't generally have to go, thats what the Documents, Pictures, Music and other folders are for. Unlike the Applications directory where users are bound to be looking at least once in a while.

      The end result would be the same, all its going to do is effect a single user.

      Now if it was intelligent, it'd modify the plist of an existing app to take itself on as the app launcher, then start the real app itself, which would possibly be used by other users on the system. You wouldn't be able to do it to the Apple builtin apps as permissions still require you to be root to modify it, but some other app the user installed will be owned by them and modifiable.

      Back when they were asking for a password, they should have been installing a kernel extension to cloak themselves and make removal without booting from a clean drive impossible.

      This 'malware' is like most Mac users, its a joke, its not even a little bit impressive, it just happens to be the first one noticed.

      Just wait until the Windows malware writers start putting some effort into OSX, THEN it'll get nasty.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    10. Re:PEBKAC by Lumpy · · Score: 2

      Stop bringing truth and facts into this.....

      --
      Do not look at laser with remaining good eye.
    11. Re:PEBKAC by tepples · · Score: 1

      Gee, users deliberately installing things that might be harmful for their computer?

      Conventional antivirus software acts as a blacklist. Mac App Store acts as a centrally managed whitelist. Do you recommend either of these two approaches, or do you recommend a third one that's less widely known?

    12. Re:PEBKAC by nlawalker · · Score: 1

      Clearly, then, this malware was engineered by Apple itself to cull from its userbase those that it felt were not worthy of their computing experience. I mean, seriously, no one who dares install apps from anywhere other than the App Store(TM) should be able to call themselves an Apple user.

    13. Re:PEBKAC by Anonymous Coward · · Score: 0

      After reading the article, I have to say how does this thing ever get installed. The user has to click continue several times and it is obviously and installer. If you didn't ask to install something you stop the process.

      On windows, don't the trojan makers try to install without you noticing. I find it really amazing that many people would get infected by this application.

    14. Re:PEBKAC by Anonymous Coward · · Score: 0

      This still requires the user to deliberately install the malware. Since it's not compromising the system, but the user, it doesn't need privileges to do this.

      Well, unless there is magic pixie dust involved - it won't be long before OS X users can have their user profiles infected via drive-by exploits. Just like what happens in the Windows environments.

      (On the upside, as long as there's no privilege escalation going on, an infected profile is a lot easier to sanitize then an infected machine.)

    15. Re:PEBKAC by Lunix+Nutcase · · Score: 1

      On a somewhat-unrelated note, it still blows my mind when enterprise level IT still has users with full admin rights over the local workstation, as those machines constantly and continually get infected and reinfected through the ignorance of the users. Sure, it means that a user can add a local device more complicate than a printer without calling the helpdesk, but it also means that any piece of unauthorized software, whether the user intended to install it or not, or whether it's benign or malicious, gets on to the computer. When the IT department sets up the computers and privileges properly, and if the OS doesn't have local root exploits so large one can drive a Mack truck through, the user can do a lot less damage.

      That's funny because the only cases of malware being placed on computers where I work was done by the IT people themselves. None of us "plebes" have ever done so.

    16. Re:PEBKAC by WuphonsReach · · Score: 1

      Grrr... you just *had* to link to tvtropes...

      (Well, there went a half-hour of my day.)

      --
      Wolde you bothe eate your cake, and have your cake?
    17. Re:PEBKAC by not-my-real-name · · Score: 2

      This 'malware' is like most Mac users, its a joke, its not even a little bit impressive, it just happens to be the first one noticed.

      Maybe we can say that using a Mac damages the brain so much that even the malware writers can't do a good job.

      --
      un-ALTERED reproduction and dissimination of this IMPORTANT information is ENCOURAGED
    18. Re:PEBKAC by Anonymous Coward · · Score: 0

      Most non-techie Mac users ignore Documents/Pictures/Music and throw EVERYTHING in their home and Desktop.

    19. Re:PEBKAC by recoiledsnake · · Score: 1

      So you mean it was just hate of Microsoft and group think when Microsoft was attacked for malware on Windows in at least half a million comments on here by Linux and Mac enthusiasts?

      --
      This space for rent.
    20. Re:PEBKAC by Hatta · · Score: 1

      I ain't sayin it doesn't ever happen. I'm sayin it's nobodys fault but your own when it happens to you.

      --
      Give me Classic Slashdot or give me death!
    21. Re:PEBKAC by makomk · · Score: 4, Insightful

      This still requires the user to deliberately install the malware.

      Something like 97% of Windows malware infections these days are caused by users "deliberately" installing malware, and that's with Windows putting a lot more obstacles in the way of websites wanting to convince users they should install something malicious than Mac OS X does. Doesn't stop Windows malware infections from being a big selling point for Macs. (Even in the bad old days of Windows security, an awful lot of infections were due to users agreeing to install the malware.)

    22. Re:PEBKAC by Skuld-Chan · · Score: 2

      The end result would be the same, all its going to do is effect a single user.

      Until that userspace malware exploits something to elevate itself to root.

      Just because it starts as a limited user doesn't mean it won't go somewhere :).

    23. Re:PEBKAC by Cheech+Wizard · · Score: 1

      None of them that I know do it that way. All the Mac people I know, and Windows people for that matter, have an understanding of classification, and prefer a well managed, organized computer. Pictures go in the Pictures folder, Documents go in the Documents folder, etc. But then - Your posting as Anonymous Coward pretty much says it all with respect to your post.

    24. Re:PEBKAC by L0rdJedi · · Score: 1

      For the past 10+ years I'd ad. Now that Mac users are getting a taste of it, they're coming up with the same excuses.

      The Linux guys will probably never get a taste of it since nobody wants to use a computer where the expert says "No, you idiot! Don't do that!" and "You want that feature? Go write it yourself, the code is all there".

    25. Re:PEBKAC by BitZtream · · Score: 1

      Yes, and I pointed that out in my post, there are several ways it could do something to infect others, but it doesn't, it does things in an absolutely stupid way.

      They are either complete and total idiots, or simply dragging this thing out as long as possible by using the easiest way every time and then as soon as that is 'fixed' they use the next one on the list.

      The problem with that logic is that they fucked up by having the password prompt previously and NOT installing a kext at that point in time to do really nasty stuff, now all it will take is people realizing that the shouldn't be entering there password, which only requires a slight amount of education and is far easier to do as more publicity comes for this sort of stuff.

      So ... they clearly aren't doing this because they want to drag it out, the people/person writing this thing doesn't have an clue what they are doing, this is the sort of shit you did back in middle school and high school to screw with the PCs in your local Stables/BestBuy/CircuitCity/Walmart/BigBoxStore, it doesn't take talent, skills or even very much knowledge, just a malicious little kid that thinks its cool that he knows a way to trick people into doing something.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    26. Re:PEBKAC by L0rdJedi · · Score: 1

      On a somewhat-unrelated note, it still blows my mind when enterprise level IT still has users with full admin rights over the local workstation, as those machines constantly and continually get infected and reinfected through the ignorance of the users. Sure, it means that a user can add a local device more complicate than a printer without calling the helpdesk, but it also means that any piece of unauthorized software, whether the user intended to install it or not, or whether it's benign or malicious, gets on to the computer. When the IT department sets up the computers and privileges properly, and if the OS doesn't have local root exploits so large one can drive a Mack truck through, the user can do a lot less damage.

      And, at least where I'm at, it's those same users that demand local admin rights that always screw it up. They don't even get viruses. They just somehow manage to mangle their file systems and registries so bad that shit starts crashing all over the place. Then you end up having to get them a replacement machine because "I can't have any downtime". So they just deal with the problem for months at a time asking you every now and then "Do you by chance have a fix for this yet?" "You mean beyond wiping it out and reinstalling? No".

    27. Re:PEBKAC by L0rdJedi · · Score: 1

      I have found that taking rights away from people that don't really need it without telling them is the way to go. Just remove local admin from their account and see if they run into problems. They have no idea that they've been setup differently and they don't even know what you're doing if/when you add it back anyway (they don't care).

      You simply do it and then watch as your level of support calls from those people drop. If necessary, for some older programs, you give the user rights to that programs folder or a few registry entries. It not only prevents viruses, malware, and other junk, but it also keeps them from installing all kinds of stupid little programs that they don't need.

      Also, if you present the argument as "We need to take away this access so they don't try to install pirated software" management tends to agree in a heart beat. It's even better if you have evidence that someone has already installed "unauthorized software".

    28. Re:PEBKAC by psydeshow · · Score: 3, Insightful

      The end result would be the same, all its going to do is effect a single user.

      Can we retire this meme?

      Nobody besides IT gives a shit if the trojan can hack into the kernel or system libraries. If it can run in user space it has access to my contacts, my photos, my browser history, my bookmarks, my email, my music, and pretty much every-fscking-thing I care about on the computer. It can send mail as me, post to websites as me, drop files in my downloads folder, and put stuff on my desktop.

      I mean, great that it can't infest drivers and start servers below port 1024. But the primary user of the computer (the non-admin shlub who actually needs to get work done) is infected.

    29. Re:PEBKAC by cratermoon · · Score: 1

      Mac Defender just proves that Apple has finally broken the Microsoft Windows monopoly on the desktops of the sort mouth-breathing idiot who can be socially engineered into incredibly stupid actions.

    30. Re:PEBKAC by Anonymous Coward · · Score: 0

      "On a somewhat-unrelated note, it still blows my mind when enterprise level IT still has users with full admin rights over the local workstation".... When IT has to give users full admin access because the company is too cheap to upgrade or too dependent on software that was written 15 years ago.

    31. Re:PEBKAC by X0563511 · · Score: 1

      I'm also sure they are working on taking care of that "PEBKAC" issue. The way this thing is advancing, in another week it will be a silently installing drive-by download...

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    32. Re:PEBKAC by Jibekn · · Score: 1

      Also, if you present the argument as "We need to take away this access so they don't try to install pirated software" management tends to agree in a heart beat. It's even better if you have evidence that someone has already installed "unauthorized software".

      Have done this.. got the guy fired.. policy change didn't get approved. I hate this company.

    33. Re:PEBKAC by CheckeredFlag · · Score: 1

      On windows, don't the trojan makers try to install without you noticing. I find it really amazing that many people would get infected by this application.

      No. By definition, a trojan is something other than what it claims to be and works be tricking the user to install something good that they want and instead delivering something evil.

      Social engineering is only getting better and better. As long as the OS allows the execution of unsigned code obtained from any source, the user will be the weakest link. As much as I hate the idea of a closed app-store, Apple might be on to something here which may become the way of the future - i.e. the OS only allowing execution of software from a known trusted source. Malware writers are becoming so good, you can no longer trust the user to be wise. These decisions need to be moved back into the OS via signed code and certs.

    34. Re:PEBKAC by ninetyninebottles · · Score: 2

      Something like 97% of Windows malware infections these days are caused by users "deliberately" installing malware...

      Citation please. When last I had access to real data, automated worms accounted for about 50% of infections. That was some time ago, but if you're making an assertion about this, a source is necessary.

    35. Re:PEBKAC by exomondo · · Score: 1

      This still requires the user to deliberately install the malware.

      like most malware on any platform.

    36. Re:PEBKAC by mjwx · · Score: 1

      Comments like that make me think you are not participating in the two minute hate.

      Just embrace the hate of apple and join the group think.

      So Microsoft is not responsible for malware because it's the users fault.

      That means MS isn't lying to us, Windows really is the most secure Operating System out there. /sarcasm

      Blame the user is the cheapest trick in the book, it never worked for MS so why aren't we holding Apple to that high standard?

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    37. Re:PEBKAC by mjwx · · Score: 1

      The end result would be the same, all its going to do is effect a single user.

      Until that userspace malware exploits something to elevate itself to root.

      Just because it starts as a limited user doesn't mean it won't go somewhere :).

      Exactly,

      Why do you need root access to send Spam or participate in a DDOS. All you need is net access on ports 25 and 443/80 (maybe 23 also) respectively. I don't know of a consumer OS that restricts net access to a limited user account. You don't even need to start the program as a service, just drop a script into the login script directory (been a while since I've done this on OS X but IIRC it wasn't that hard if you had any understanding of *nix).

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    38. Re:PEBKAC by BitZtream · · Score: 1

      Which means you can rmdir /q/s %HOME% or rm -rf ~username and recreate the home directory and the day goes on, no need to reimage the machine just to fix it, the poor IT guy saves him or herself a whole lot of work. In a proper environment, most things will reconfigure to intelligent defaults when the user next logs in, and all their apps will still be there.

      So rather than the IT staff (if they have half a clue or more) having to reimage the machine and wasting the time to reapply any customizations or changes from the previous image to current config, and all the other minor changes that happen that get missed along the way ... the IT staff can just delete the users home/profile directory and the user recovers, the hassle of reconfiguring their preferences hopefully reminding them to be a little more careful in the future.

      You clearly don't work in IT, so you don't really get to vote on 'retiring this meme'.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  4. I am safe. by Anonymous Coward · · Score: 5, Funny

    My PC can't get Mac malware.

    1. Re:I am safe. by Anonymous Coward · · Score: 0, Offtopic

      My PC can't get Mac malware.

      Macs *ARE* PCs, numbnuts

    2. Re:I am safe. by geoffball · · Score: 1

      Your Windows system got this malware years ago. Some hackers decided it would be fun to port it to MacOSX.

    3. Re:I am safe. by BobNET · · Score: 4, Funny

      You laugh now, but it's only a matter of time before PCs become popular enough that malware writers start targeting them instead.

    4. Re:I am safe. by Anonymous Coward · · Score: 0

      Unfortunately you would need the converse "PCs are Macs" to prove him wrong.

    5. Re:I am safe. by jalefkowit · · Score: 2

      That's because Windows is the hipster OS! It had malware before malware was cool.

    6. Re:I am safe. by Anonymous Coward · · Score: 0

      You laugh now, but it's only a matter of time before PCs become popular enough that malware writers start targeting them instead.

      Wow I finally get why Microsoft released Vista. It was an attempt to redirect malware writers from PCs by reducing the PC user base making Macs more attractive. Looking at Mac sales and the growing malware problems on Macs it seems to have worked better than they could have hoped.

    7. Re:I am safe. by Anonymous Coward · · Score: 0

      This is why Linux on the desktop is always a safe bet: It will *never* be popular (and that's by deliberate design).

    8. Re:I am safe. by elrous0 · · Score: 0

      Security by hipster obscurity. My smugness is my shield.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    9. Re:I am safe. by amicusNYCL · · Score: 3, Funny

      Really? A Mac is not a personal computer? What kind of device is it, then? Perhaps a "different computer"? Also, why does the definition of what a Mac is relate to how long someone has been in a coma? Surely the presence of recently-comatose patients would not change the nature of the machine itself.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    10. Re:I am safe. by drinkypoo · · Score: 3, Informative

      Really? A Mac is not a personal computer? What kind of device is it, then?

      Steve's computer.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:I am safe. by amicusNYCL · · Score: 3, Insightful

      It is a computer that is personal, not a Personal Computer.

      "A computer that is personal".. that's the same thing as a personal computer. So a Mac is, in fact, a personal computer. So it's not incorrect to refer to one as a PC, if you're into the whole brevity thing.

      I know you and the dumb-shits wasting mod-points on this conversation are not this ignorant.

      You're right, I'm not ignorant, I just don't base my definitions on marketing drivel, thank you very much.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    12. Re:I am safe. by MobileTatsu-NJG · · Score: 0

      "A computer that is personal".. that's the same thing as a personal computer.

      "Personal Computer" != "personal computer".

      So a Mac is, in fact, a personal computer. So it's not incorrect to refer to one as a PC, if you're into the whole brevity thing.

      "Incorrect" != "People understanding what you mean."

      You're right, I'm not ignorant, I just don't base my definitions on marketing drivel, thank you very much.

      Didn't check the second link, didja? In any event, you're right, you're not basing it on marketing drivel, you're trying to use literalism to get the word 'Insightful' to appear next to your post.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    13. Re:I am safe. by amicusNYCL · · Score: 3, Informative

      My goal has nothing to do with karma on Slashdot, I'm pretty sure it's already as high as it can go (half the time I don't even see scores next to anyone's posts, I haven't bothered to look into why). Yes, I checked the link. I realize that people commonly use "PC" to refer to Windows, for whatever reason. That still doesn't mean that it's incorrect to refer to a Mac as a PC. We've established that a Mac is in fact a personal computer. How much longer did you want to argue about this?

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    14. Re:I am safe. by MobileTatsu-NJG · · Score: 0

      My goal has nothing to do with karma on Slashdot...

      Didn't say Karma, I said the word Insightful next to your post.

      That still doesn't mean that it's incorrect to refer to a Mac as a PC.

      Read what started the thread.

      How much longer did you want to argue about this?

      If you are happy being perpetually confused by Slashdot stories or not being able to communicate clearly with people on the topic, you're free to not click 'reply'.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    15. Re:I am safe. by amicusNYCL · · Score: 2

      Didn't say Karma, I said the word Insightful next to your post.

      If that was something I cared about, you would probably see me quote my own posts in my signature.

      I'm not confused about anything here. I don't go around referring to my computer as a "tower", I don't refer to all soft drinks as "a Coke", and when I'm talking about a particular operating system I just name it instead of using ambiguous terms.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    16. Re:I am safe. by Em+Adespoton · · Score: 1

      On a side note (not as funny), the guys pushing this FakeAV will provide you with a Mac or Windows variant, depending on your user agent. I haven't noticed them go after Linux yet though....

      The funny thing is, they could do this just as easily via a web app on iOS4 or Android.

    17. Re:I am safe. by MobileTatsu-NJG · · Score: 0

      If that was something I cared about, you would probably see me quote my own posts in my signature.

      Mmm hmm. Swing-and-a-miss.

      I don't go around referring to my computer as a "tower", I don't refer to all soft drinks as "a Coke", and when I'm talking about a particular operating system I just name it instead of using ambiguous terms.

      No, instead you feign ignorance in an attempt to win a debate that, by this time in 2011, would only happen on Slashdot. Nah, you don't care about the word 'Insightful' at all. Seriously, who do you think you're kidding?

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    18. Re:I am safe. by Jibekn · · Score: 1

      I can communicate just fine with a child who doesn't know, or use proper terms. Doesn't mean I think they're using the proper words / terms.

      I view people who call Macs non PC's as the same way, I understand them just fine, I just do not think they are using the proper terms is all. By strict definition, they're not. A Mac is indeed a personal computer, just not, until recently, one capable of running a Windows OS.

      My Apple IIe was a PC, so was my Commodore 64.

      With that being said, I would also consider it as rude to correct someone on this, just like I think its rude to correct someones grammar in casual conversation.

    19. Re:I am safe. by chuckugly · · Score: 1

      Ask that preppy Mac marketing douche, he's the one who said he was a Mac and contrasted that with a "PC".

    20. Re:I am safe. by MobileTatsu-NJG · · Score: 1

      I view people who call Macs non PC's as the same way, I understand them just fine, I just do not think they are using the proper terms is all. By strict definition, they're not. A Mac is indeed a personal computer, just not, until recently, one capable of running a Windows OS.

      Just an observation: You're saying 'personal computer' here, and not PC. It really is a branding discussion no matter which way you slice it.

      My Apple IIe was a PC, so was my Commodore 64.

      This is not inconsistent with what anything I have said.

      With that being said, I would also consider it as rude to correct someone on this, just like I think its rude to correct someones grammar in casual conversation.

      It's more rude than correcting someone's grammar. The fear of English mutating away from its established rules is not unfounded. The PC vs. pc debate, if it really needed to be fought, really needed to be fought at least 10 years ago. By today it's something that even Commander Data would roll his eyes at.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    21. Re:I am safe. by Unkyjar · · Score: 1

      Well, to be honest, if you're keeping with the everything must be abbreviated then you should call your computer a "T".

    22. Re:I am safe. by Unkyjar · · Score: 1

      Being pedantic isn't Mac a Microcomputer, I mean can you really call it a personal computer if you don't know how many people use any particular machine?

      Also keep in mind that PC can mean a lot more things than Personal Computer, but people never seem to bring those other abbreviations up when they get upset at people calling Window's machines PC's.

      Player Character
      Politically Correct
      Primary Care (physician)
      Parsec
      Per Capita
      Punch Card
      Prerequisite Course
      Political Committee
      Private Contractor
      Pepsi Cola
      Petty Cash
      Protective Custody

    23. Re:I am safe. by amicusNYCL · · Score: 1

      I don't care if things get abbreviated or not. I'm just saying that it's not wrong to refer to any personal computer, I.E. not a mainframe, server, etc, as a PC, regardless of the operating system it happens to be running. For example, if I have a computer that can boot into either Windows, Mac OS, or Linux, it's a PC. If it can only boot in one of the three, the fact that it's a PC hasn't changed.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    24. Re:I am safe. by amicusNYCL · · Score: 1

      Being pedantic isn't Mac a Microcomputer, I mean can you really call it a personal computer if you don't know how many people use any particular machine?

      I don't think the term personal computer implies a single user. A personal computer is distinct from other types of computers like mainframes or even servers (even though a personal computer can in fact have server software installed on it). I tend to think of a "personal computer" and "terminal" as more or less the same, regardless of what hardware is inside them. It's a computer designed to be used by a single person at a time. Mainframes and servers do work for a lot of people at a time, even if they aren't all sitting in front of it.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    25. Re:I am safe. by Haeleth · · Score: 1

      Why assume his PC runs Windows? Linux still has a small enough desktop market share to be largely unthreatened by this kind of malware, and by the same principle OpenBSD is 100% safe, guaranteed.

    26. Re:I am safe. by MobileTatsu-NJG · · Score: 1

      I tend to think of a "personal computer" and "terminal" as more or less the same, regardless of what hardware is inside them.

      Wow. Just... wow.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    27. Re:I am safe. by exomondo · · Score: 1

      Really? A Mac is not a personal computer?

      No. it is not.

      yes, it is most certainly a personal computer.

  5. Market Share by Anonymous Coward · · Score: 0

    It was only a matter of time till there started being viruses and malware for the MAC just like anything else the more market share something gets the more it gets picked apart. It's only a matter of time till we see desktop linux get virus and malware released. We have already seen some variation of it with the way they are pulling android apps off the market cause of security issues.

    1. Re:Market Share by _Sprocket_ · · Score: 1

      Yes, yes. We hear this every single time there's Mac malware. You do realize that this isn't the first time, right?

    2. Re:Market Share by betterunixthanunix · · Score: 1

      It depends on who is using the computer. GNU/Linux has many millions of desktop users, but it would be pretty hard to convince most of those people to run some random program they downloaded from some website. Mac OS X's userbase, on the other hand, is composed mainly of people who are not knowledgeable about computers and who wanted something that was "easier" or "more user friendly" than Windows (cue the comments from technically adept people who happen to like Mac OS X), and may more easily fall victim to social engineering.

      Of course, desktop GNU/Linux use is expanding to more people who are not so technically inclined, so this may change over the next few years.

      --
      Palm trees and 8
    3. Re:Market Share by BitZtream · · Score: 1

      Right Linux users never grab stuff from random repositories ... they always use the ones built in with the OS install and never add their own.

      As far as the Mac userbase being like Windows ... well, you do realize that anyone who isn't just a 'Linux Zealot' and actually just likes UNIX in general pretty much loves OSX because its UNIX WITH a pretty GUI and apps that weren't designed by high school kids with no ability to focus or consider the people they are 'developing the software for'

      I don't think you could possibly be more wrong about the user base. Before OSX you would probably be right, but after OSX was released, pretty much every UNIX lover on the planet got a boner over it, myself included. Most people that rant on about OSX for various reasons are typically Linux Zealots. This isn't a troll, I don't mean Linux users are jealous, most don't give a shit. The wants that rant and rave and make stupid statements like yourself however, are most certainly nothing more than ignorant zealots 9 times out of 10.

      OSX Users may be less computer literate because they don't have to be UNIX admins to make the OS work, but many UNIX admins love it. On the other hand, you aren't running Linux unless your a geek or the fact that its Linux is completely hidden from you (Like in say, a TiVo or router or something). No non-geek has ever went out and looked for how to use Linux, certainly unlikely any non-geek installed it without a geek to guide them through the process.

      Your zealotry has you completely out of touch with reality.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    4. Re:Market Share by Anonymous Coward · · Score: 0
      wow...way to ignore what he said and completely fly off the handle.

      OSX Users may be less computer literate because they don't have to be UNIX admins to make the OS work, but many UNIX admins love it.

      And of course that's what he said:
      Mac OS X's userbase, on the other hand, is composed mainly of people who are not knowledgeable about computers
      So you agree, and your idea that:
      I don't think you could possibly be more wrong about the user base.
      is wrong.

      Your zealotry has you completely out of touch with reality.

      He's quite clearly NOT a zealot at all, in fact he even qualified his statements regarding OSX with a basis that you agree with him on.

      This isn't a troll, I don't mean Linux users are jealous, most don't give a shit. The wants that rant and rave and make stupid statements like yourself however, are most certainly nothing more than ignorant zealots 9 times out of 10.

      He didn't rant and rave at all (that's what you have done) and based on your evaluation of what he wrote, since it seems you haven't been able to comprehend what was written, you don't even understand what a 'zealot' is.

      pretty much every UNIX lover on the planet got a boner over it...many UNIX admins love it

      You focused on how much UNIX users like OSX, he never mentioned anything in relation to that whatsoever, but you constructed a strawman anyway.

      On the other hand, you aren't running Linux unless your a geek

      which is why he said:
      it would be pretty hard to convince most of those people to run some random program they downloaded from some website

      Try reading what is actually there, read it more than once if you have to after you've calmed down from the rage you built up during your misinterpretted first attempt, before you start to rant, call his comments 'stupid' and describe him as a 'zealot'.

  6. Oh, the sensationalism by Anonymous Coward · · Score: 0, Offtopic

    Screw you, Sophos, and your filthy FUD marketing.

    1. Re:Oh, the sensationalism by Anonymous Coward · · Score: 0

      i wonder why people downvote this. sophos workers, perhaps? the op is entirely right - it is only fud and sly marketing to try to make a headline of this by saying the malware "no longer requires admin password" as if it was something breathtaking, revolutionary or dangerous. the malware tricks the user, not the system, and so it doesn't need any password or admin authentication. trying to make it sound like this is new, special or a big deal is nothing but cheap marketing to flog their own half-assed av software.

  7. Less damaging by CharlyFoxtrot · · Score: 2

    So that means it's now running with only user privileges instead of admin rights, which seems like a slight improvement for those dumb enough to install it.

    --
    If all else fails, immortality can always be assured by spectacular error.
    1. Re:Less damaging by LordLimecat · · Score: 1

      Theres no reason the malware cant install in usermode, and also attempt an elevated install for real rootkit goodness.

    2. Re:Less damaging by Ephemeriis · · Score: 1

      So that means it's now running with only user privileges instead of admin rights, which seems like a slight improvement for those dumb enough to install it.

      It also means that whatever files exist and whatever changes are made live somewhere in that user's profile.

      The Windows malware that does this is annoying because it can sneak in without admin rights... But it is easily removed by simply logging in as a different user and deleting the infected profile.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    3. Re:Less damaging by CharlyFoxtrot · · Score: 1

      True but if they were capable of using a real exploit wouldn't they do so directly ? The more work these asshats have to do to get into the system the more chance there is of detecting and/or stopping them at some intermediate point.

      --
      If all else fails, immortality can always be assured by spectacular error.
    4. Re:Less damaging by 0123456 · · Score: 2

      So that means it's now running with only user privileges instead of admin rights, which seems like a slight improvement for those dumb enough to install it.

      Not when it logs your banking passwords and sends them to the Russian Mafia. Most of the things that malware wants to do can be done in user mode as well as admin.

    5. Re:Less damaging by CharlyFoxtrot · · Score: 1

      Sure but if your kid installs this under his/her account then mommy & daddy are still safe, for now at least. And it'll be a lot easier to purge something that didn't have admin rights from the system.

      --
      If all else fails, immortality can always be assured by spectacular error.
    6. Re:Less damaging by lightknight · · Score: 1

      Lol. Only if the user is on the ball.

      Remember, Apple has been marketing their Macs to people as a way of avoiding malware. While some of the Mac population consists of intelligent people capable of spotting these threats, most of it does not. They think they are safe, forever, from malware.

      Malware for a computer is like paparazzi for an actor. You need to pass a certain threshold in popularity, and then it doesn't matter who you are, it's a problem.

      --
      I am John Hurt.
    7. Re:Less damaging by BitZtream · · Score: 1

      I'd love to see it get my banking passwords out of my Keychain without my password ...

      The OSX keychain exists to make sure that isn't a problem, so they only time it would be a problem is if you were using some banking software that didn't use the keychain. Remember, an app can't even ask for another apps data from the keychain unless the original app that wrote it made it available for other apps.

      Can it infect OSX, sure, is it going to be stealing passwords? Not from any app that matters and was intelligent enough to use the keychain rather than trying to reinvent the wheel, so probably not anything your bank is using either ... since lets face it, your banking passwords are being used in Safari, which uses the keychain.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    8. Re:Less damaging by CheerfulMacFanboy · · Score: 1

      Lol. Only if the user is on the ball.

      Remember, Apple has been marketing their Macs to people as a way of avoiding malware. While some of the Mac population consists of intelligent people capable of spotting these threats, most of it does not. They think they are safe, forever, from malware.

      And according to your "logic", this is why they will install something that will protect them from malware - are you even trying?

      --
      Fandroids hate facts.
    9. Re:Less damaging by lightknight · · Score: 1

      Your assumption is that my post pertains 100% to the current incarnation of this attack, rather than it being a proof of concept.

      If your users believe that they are immune to malware, and they aren't, they can become infected. That it requires a small amount of social engineering to game a user into installing the malware right now is immaterial.

      To put another way, "Malware Defender for the Mac" may not work, but "iJailbreaker for the Mac" probably will.

      --
      I am John Hurt.
  8. There's a difference... by Senes · · Score: 0

    Mac malware: type in your password* if you want to install a system-wrecker.

    Linux malware: type in your other and more important password if you want to install a system-wrecker.

    Windows malware: use internet explorer and navigate to mainstream sites with hidden malicious PDFs or java bombs if you want to install a system-wrecker.

    *If you're clever enough to not use your admin password on a daily basis then you're probably clever enough to steer clear of most system-wreckers and so this is not referring to you.

    1. Re:There's a difference... by hairyfeet · · Score: 4, Insightful

      Oh you're so right, why they can even get to the DOS underpinnings that way! Oh, wait a tick, that hasn't been true for nearly FIVE years now since on Vista and 7 both run IE under low rights mode something even Linux doesn't have. Last time I checked Linux ran the browser with the same rights as the user that launched it whereas both IE and Chromium based (like the Comodo Dragon I'm typing on now) run as LOW rights, with the Dragon and other chromiums going one more step further and sandboxing (and if you are running the excellent Avast free you can have a "Yo Dawg" moment as it sandboxes too) the browser.

      So unless you want us to start talking about how Linux is only up to version 2 of the kernel and doesn't support SATA yet you might want to stick with the facts, kay? If someone chooses to run a decade old OS, even if MSFT is nice enough to still offer security patches, that still isn't gonna make it safe for the modern web, anymore than digging out some 10 year old Debian discs would make for a very secure web server.

      As for TFA, what was it I said to the Mac troll that swore up and down it wasn't a bug (he insisted on correcting everyone with a nice blame the victim "its a trojan!" meme) and insisted It didn't have anything to do with his excellent OS, just stupid users? oh yeah I said "the blood is in the water, now the wolves will come because they have seen that many Macs are like sheep ready for the slaughter" and guess what? I was right! Apple has gotten by with "security by obscurity" for so long that practically NO sally average Mac user follows safe practices, nobody on the Apple side runs AV or antimalware, so here come the sharks.

      Which only makes sense, because despite all the "poo poo, Macs aren't toys for the rich, poo poo" studies have shown that not only do mac owners have multiple Macs, they on average pull down $100,000 a year. Wow. Who do you think has a juicier CC? The guy making $100k a year pisslefarting on his Mac? Or Becky the Wally world checkout girl who just got that $400 Dell out of lay-away? I know who I would be going after, and it sure wouldn't be Becky. Windows will be the target for botnets, and Macs will be the targets of those wanting them CC digits.

      Mark my words: Now that they have seen how well they can spread the blood IS in the water, now the sharks will come. like any other predator the wolves looking to steal CCs, be it by ransomware or scareware or simply snatching the digits, they will look at Macs like a hungry wolf looks at a nice T-Bone steak. If it is any consolation Mac guys, I have a feeling Android may be the "mass market" product the bones the Linux guys, so at least you won't be alone. As a windows builder allow me to say...Welcome! The "how not to get pwned" workshop is on Thrusdays, coffee and donuts are in the back. Welcome to the club fellas, hey at least that means you're popular now, right?

      --
      ACs don't waste your time replying, your posts are never seen by me.
    2. Re:There's a difference... by sqlrob · · Score: 1

      Linuxes mode is even more powerful than Windows. It's just not commonly used because it's a pain to manage.

    3. Re:There's a difference... by sqlrob · · Score: 2

      There's a glaring flaw in your reasoning.

      Malware authors don't want to wreck your system. They want to get value out of your system. That doesn't need root.

    4. Re:There's a difference... by spongman · · Score: 1

      this would only happen if there's an unpatched privilege escalation vulnerability on the system you're using.

      i'm not sure why windows/mac/linux would be any different in this regard.

    5. Re:There's a difference... by Anonymous Coward · · Score: 0

      Mac malware: type in your password if you want to install a system-wrecker.
      Linux malware: type in your password if you want to install a system-wrecker.
      Windows malware: type in your password if you want to install a system-wrecker.

      You're so fucking dumb, so I FTFY.

      Actually on Windows you can just click "ok" (Since there's no real reason to enter the password except to prevent people from hijacking your opened session, but that's irrelevant to malware), which is even better.

    6. Re:There's a difference... by Anonymous Coward · · Score: 0

      Most linux distros automatically sudoer the first user, or adds them to an Admin group which is in /etc/sudoers, so there isn't any "more important password" needed.

    7. Re:There's a difference... by jbengt · · Score: 1

      despite all the "poo poo, Macs aren't toys for the rich, poo poo" studies have shown [mashable.com] that not only do mac owners have multiple Macs, they on average pull down $100,000 a year.

      TFA you linked to did not say what the average income of Mac owners is.

    8. Re:There's a difference... by mrwolf007 · · Score: 2

      Oh, wait a tick, that hasn't been true for nearly FIVE years now since on Vista and 7 both run IE under low rights mode something even Linux doesn't have.

      sudo -u $browseruser /usr/bin/firefox
      Just create a seperate user for browsing if you dont want the browser messing around with your files. Sure, requires configuring sudoers, but not exactly rocket science.

    9. Re:There's a difference... by RightSaidFred99 · · Score: 1

      Yeah, someone's never seen 'sudo' in use. You don't always need your "special" password (which is 90% of the time the same anyway for home users).

    10. Re:There's a difference... by beelsebob · · Score: 1

      Wow, the anti-mac trolls out in force. Somehow your logic about being clever applies to OS X, but doesn't apply to the OS with the exact same security model.

    11. Re:There's a difference... by PreparationH67 · · Score: 1

      So unless you want us to start talking about how Linux is only up to version 2 of the kernel and doesn't support SATA yet you might want to stick with the facts, kay?

      Are you retarded? If linux doesn't support SATA they how is my computer running right now?

    12. Re:There's a difference... by geminidomino · · Score: 1

      You, uh... might want to reread that. The bit you quoted is in response to 5-year out of date ranting on the part of the GP.

      You just got seriously whooshed, and there wasn't even a joke.

    13. Re:There's a difference... by Anonymous Coward · · Score: 0

      I don't know if this AC is a Mac, but he sure ain't PC.

    14. Re:There's a difference... by Wild_dog! · · Score: 1

      "not only do mac owners have multiple Macs, they on average pull down $100,000 a year. Wow. Who do you think has a juicier CC? The guy making $100k a year pisslefarting on his Mac? Or Becky the Wally world checkout girl who just got that $400 Dell out of lay-away? I know who I would be going after, and it sure wouldn't be Becky. Windows will be the target for botnets, and Macs will be the targets of those wanting them CC digits."
      --------------
      Hmmm. I certainly don't fit this image. My last tax year I ran just north of 23K. I have 7 year old mac mini, a hackintosh dell mini 10v I picked up for $240, and a newer mac mini I recently got for $600 bucks.

      I suppose you are right I do own multiple macs, but I don't think my credit card wold do a thief a whole lot of good.

    15. Re:There's a difference... by shutdown+-p+now · · Score: 1

      Right, and now you can't save downloaded files to ~/incoming.

      IE & Chrome process isolation is more than that - it does run the tab processes in a low-privilege sandbox, but it also provides them a very restricted API for limited, user-controlled access outside of that sandbox.

    16. Re:There's a difference... by BasilBrush · · Score: 1

      Which only makes sense, because despite all the "poo poo, Macs aren't toys for the rich, poo poo" studies have shown [mashable.com] that not only do mac owners have multiple Macs, they on average pull down $100,000 a year.

      You're too stupid to understand that "âoeThirty-six percent of Apple computer owners reported household incomes greater than $100,000, compared to 21 percent of all consumers." does not mean that "they on average pull down $100,000 a year."

      The rest of your post is even dumber. Knuckle draggingly dumb.

    17. Re:There's a difference... by node+3 · · Score: 0

      I was right! Apple has gotten by with "security by obscurity" for so long that practically NO sally average Mac user follows safe practices, nobody on the Apple side runs AV or antimalware, so here come the sharks.

      You're full of shit, as always, and think that you're fucking Noah every time it rains. Macs get a new piece of malware every now and then. This is the most interesting one to date, but you can lay off building your ark.

      Which only makes sense, because despite all the "poo poo, Macs aren't toys for the rich, poo poo" studies have shown that not only do mac owners have multiple Macs, they on average pull down $100,000 a year.

      It will become obvious to anyone that reads that article (or that reads your posts in general), that you see the world though a pair of tinted glasses that you have worn for so long that you don't even realize they are on.

      From the article: "Thirty-six percent of Apple computer owners reported household incomes greater than $100,000, compared to 21 percent of all consumers." In other words, 67% of Mac users make less than $100k, and 79% of PC users do as well. That's a far cry from "Macs are toys for the rich".

      Also from the article: "NPD’s study also shows 85% of all Mac owners also have a Windows PC." and "66% of Apple computer households have three or more computers. For Windows households, only 29% have three or more computers." So, while it's true that some Mac owners have more than one Mac, even more have their old PC. And a significant number of PC owners have THREE OR MORE computers as well. Does that mean PCs are only toys for the rich?

      Well over 10% of households have Macs. Mac market share is growing faster than PC market share. Macs are consistently the highest rated computers on the market, and are extremely popular among consumers. These aren't just rich people. Fuck, these aren't even *PRIMARILY* rich people.

      Mark my words: Now that they have seen how well they can spread the blood IS in the water, now the sharks will come. like any other predator the wolves looking to steal CCs

      They already are... via phishing emails. As far as CC stealing malware, your ilk have cried "wolf!" for a decade now.

      As a windows builder allow me to say...Welcome! The "how not to get pwned" workshop is on Thrusdays, coffee and donuts are in the back. Welcome to the club fellas, hey at least that means you're popular now, right?

      The truly disturbing thing is your posts on this topic have been near orgasmic. Not only are you prematurely predicting a malware "tidal wave" for Mac users, but you appear GIDDY about it. You also seem to think that Mac malware is about to exceed PC malware (well, that you think "PCs will keep the bot nets, and Macs will get the CC stealing malware" or whatever). Ok, Mr. Camping, what are you going to do when your prediction fails to materialize?

      I have a feeling Android may be the "mass market" product the bones the Linux guys, so at least you won't be alone.

      Android has almost nothing to do with Linux. Primarily, the connection is the kernel. iOS is the "mass market" product (there are more than twice as many iOS devices out there than Android devices, and iOS still outsells Android on a daily basis). However, Android gets the overwhelming bulk of the malware (there has been a small amount of malware (I think two) for jailbroken iPhones).

      This is not because Android is more common (it's not even close), it's because Android is easier to target. Also, even if Android ends up majorly pwned by the malware makers, let's say it becomes even worse than Windows (I'm not predicting that all, btw, this is just for illustration), that will have essentially *ZERO* impact on desktop Linux malware (aside: for which there is more malware than there is for the Mac!).

      I understand that part of

    18. Re:There's a difference... by Anonymous Coward · · Score: 0

      You just got seriously whooshed, and there wasn't even a joke.

      You shouldn't be so harsh. If you read his posting history, you'll discover that he doesn't have a very good grasp of basic written English. That being the case, it's no wonder his reading comprehension is also poor.

    19. Re:There's a difference... by geminidomino · · Score: 1

      If saying someone "got whooshed" is "harsh," no wonder everyone's first reaction to getting their panties in a bunch is to run, sobbing, to mommy and demand that "being a big meanie" be declared a felony.

    20. Re:There's a difference... by webnut77 · · Score: 1

      Right, and now you can't save downloaded files to ~/incoming.

      You obviously don't know how to use groups. On second though with an ID like yours you're obviously a troll.

    21. Re:There's a difference... by shutdown+-p+now · · Score: 1

      You obviously missed the point. If the user under which the browser runs can save files to any folder at all - whether you set it up using groups or otherwise - then you're back to square one. Your browser can now download e.g. a bash script from the Net and run it - that's not a sandbox.

      Furthermore, even if you do use groups like that - now you can only save to ~/incoming. What if I want to save to ~/docs also? Should I give the browser access to that as well? Oh, and I want ~/pics as well. But wait, now it can read all the files I actually care about. So much for sandboxing.

      A proper sandbox does not give browser direct access to your home at all. It gives it an API which lets it access things in a controlled way - the sandboxed process can request that user selects a place to save a file (the corresponding dialog pops up outside the sandbox), and then the file is opened, and some form of handle to that file is provided to the sandbox. The sandbox thus has access to that particular file - which can be anywhere on the filesystem where the real user has proper permissions - but to that file alone, and as soon as the file is closed, the handle is invalidated, and any further file access has to go through the same process again. Thus, the user is always prompted to pick a file first, and nothing happens behind his back.

      And what's wrong with my ID?

    22. Re:There's a difference... by webnut77 · · Score: 1

      Sorry. I took it that you were saying that you could not accomplish the ~/incoming thing using Linux. However your ID indicates you at least now how to shutdown Linux.

    23. Re:There's a difference... by shutdown+-p+now · · Score: 1

      Actually, my ID indicates that I know how to shut down FreeBSD - Linux would be "shutdown -P now" (capital "P"). ~

  9. Well, yea by Anonymous Coward · · Score: 0

    That's how most malware works these days. Time for the mac users to wake up a bit and realize they really aren't "thinking different" enough to ward off the crapware and extortion schemes.

  10. Market Share by helix2301 · · Score: 1

    It was only a matter of time till there started being viruses and malware for the MAC just like anything else the more market share something gets the more it gets picked apart. It's only a matter of time till we see desktop linux get virus and malware released. We have already seen some variation of it with the way they are pulling android apps off the market cause of security issues.

  11. Hi profile attacks that occur in user space help to underscore that the obsession OS vendors have with admin access doesn't do much of anything to prevent a machine from being compromised -- it only serves to give users a false sense of security. Any malware can run in the user space of any os if the user installs it (and they wiil); and at minimum it has access to all of a user's private data. That should be just as worrisome as a single user machine getting rootkitted - while the harm to the system is greater for a rootkit, the damage to the user is just the same

    1. Re:Good by _Sprocket_ · · Score: 2, Insightful

      Hi profile attacks that occur in user space help to underscore that the obsession OS vendors have with admin access doesn't do much of anything to prevent a machine from being compromised -- it only serves to give users a false sense of security.

      I have a hard time completely dismissing privilege escalation. There is still some value in being able to separate user data from the system proper - if only to make clean-up easier. But I do completely agree with the overall lesson here. An overly simplified view of security might very well overlook the fact that there's still a lot of value with operating in the context of an unprivileged user. And as such, users should remain wary whenever they're acting outside the boundaries of their local environment.

      It strikes me that this is a subset of the dancing pigs problem. The promise is that computing is being made easy. And in doing so, the end user gets all manner of over-simplified, friendly (or frightening) messages wanting their rubber-stamp to do various unknown black-box things. Whether you promise dancing pigs or protection from evil hackers, it comes down to the same thing. Present the proper dialog box and end users are likely to accept it.

      This is a problem that won't be solved by more dialog boxes. At some point, the user needs to be exposed to some level of the complexity of their environment and hopefully given enough information and skepticism to make reasonable decisions.

    2. Re:Good by Anonymous Coward · · Score: 0

      Any malware can run in the user space of any os if the user installs it (and they wiil);

      What if the partition is mounted noexec like my mother's Ubuntu box is? And any script she downloads will open in gedit rather than any particular interpreter. Not much danger there. Also, Firefox is set up with apparmor which ships with Ubuntu by default to only have access to the $HOME/Downloads directory so it can't see any of her other files. Needless to say, trojans haven't been much of an issue for the 3 drama-free years she's been running Linux. What's that you say? What if she just installs malware.deb? Imagine my best Agent Smith voice:

      How will you install a deb file Mrs. Cosby if you are not in the /etc/sudoers file?

    3. Re:Good by thePowerOfGrayskull · · Score: 1

      Exactly this. I would even go so far as to say that the extent to which we try to protect the user is causing more harm than good. We teach then to click through warnings as you say, because that is the path they must follow to complete the tasl at hand. worse we teach them that antivirus makes them - even though we know this isn't possible. To make a truly safe experience, the user must be willing to accept a locked down walled garden, permitting only approved software to execute on the machine. Anything less means that the user *must* be educated as to different attack vectors, safe practices, etc. Yet we keep avoiding this reality. Instead we pat them on the head and remind the users to install the latest antivirus in order to keep the bogeyman in the closet where he belongs.

    4. Re:Good by thePowerOfGrayskull · · Score: 1
      Good points. However, I would say that while most users would be perfectly comfortable using the web in this scenario... most of them don't know it, and would squeal like stuck pigs if MS, OSX, or Linux distros tried to use this configuration by default.

      And of course, those users who do have legitimate need to get around those restrictions aren't as infallible as they might think they are.

  12. Real issue by Anonymous Coward · · Score: 2, Informative

    The only real issue is the "auto-download safe content" default option in Safari.It should'nt be enabled by default. Just uncheck it.

    Another case of iClicitys (rush of advertisement clics generated by apple buzz)

    1. Re:Real issue by konohitowa · · Score: 1

      Since I don't have mod points I'll just say, "Thank you!" This isn't a major issue but 'Open "safe" files after downloading" is a piss poor default in Safari. The fix should be simple enough for Apple to push in an update.

  13. The difference by wandazulu · · Score: 2

    So instead of installing into /Applications, which does require an admin username and password, it now likely installs somewhere in the user's home folder, which doesn't require admin authorization. This means the problem would be isolated to that particular user's account.

    1. Re:The difference by betterunixthanunix · · Score: 4, Insightful

      This means the problem would be isolated to that particular user's account.

      For many home users, that is all that really matters. We are not talking about an enterprise setup here, we are talking about some person's laptop. Frankly, in an enterprise setup I would be surprised if user home directories were not mounted with noexec (or whatever such an option would be called in Mac OS X), which would thwart this problem.

      --
      Palm trees and 8
    2. Re:The difference by geekoid · · Score: 1

      Except it will probably infect a trusted executable, and then when the trusted executable asks for elevated privileges nearly everyone will allow it to have them.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    3. Re:The difference by thePowerOfGrayskull · · Score: 1

      So instead of installing into /Applications, which does require an admin username and password, it now likely installs somewhere in the user's home folder, which doesn't require admin authorization. This means the problem would be isolated to that particular user's account.

      And this is ok? When you consider that most systems that are not servers have only one or two users, the fact that it's limited to one account doesn't mean much of anything all. That's one account having its passwords and cc info gleefully distributed, among other things. Do you really think it matters that the admin account has not been compromised? (yet - once installed it's trivial to trick the user into providing admin access)

    4. Re:The difference by 0123456 · · Score: 1

      Frankly, in an enterprise setup I would be surprised if user home directories were not mounted with noexec (or whatever such an option would be called in Mac OS X), which would thwart this problem.

      It would reduce the problem, not eliminate it. Just because you can't run $HOME/malware.sh directly doesn't mean you can't 'bash $HOME/malware.sh'.

    5. Re:The difference by betterunixthanunix · · Score: 1

      That much is true, which is why I said "thwart" and not "completely eliminate." Now, with a bit of work, you could stop users from doing that as well -- set up the right SELinux policies/contexts and whatnot -- and thus mitigate the threat further. In the end, it really depends on what exactly you are trying to do, and what your users need to be able to do. If your users only need to be able to launch a web browser and email client, then go ahead and stop them from running bash.

      --
      Palm trees and 8
    6. Re:The difference by Anonymous Coward · · Score: 0

      So instead of installing into /Applications, which does require an admin username and password

      No, it doesn't. Any member of the admin group has write access to that directory. Any member of the admin group can therefor write in that directory without the need to supply a password. Please look more closely at the permissions of the various directories. There are a few more places where an admin user can write (without the need for the admin password).

    7. Re:The difference by Anonymous Coward · · Score: 0

      So instead of installing into /Applications, which does require an admin username and password, it now likely installs somewhere in the user's home folder, which doesn't require admin authorization. This means the problem would be isolated to that particular user's account.

      probably /Users/[username]/Applications/ ....but I don't know for sure.

    8. Re:The difference by drsmithy · · Score: 1

      Frankly, in an enterprise setup I would be surprised if user home directories were not mounted with noexec (or whatever such an option would be called in Mac OS X), which would thwart this problem.

      I wouldn't. The proprtion of Macs in the enterprise is miniscule to begin with, the proportion managed by highly-skilled admins (who would know about, and be able to implement, noexec) virtually nonexistent.

      The vast, vast majority of Macs in the enterprise are "one off" purchases for C-level staff, or various other favoured individuals. They're rarely even noticed at by IT support, let alone actively managed.

    9. Re:The difference by BitZtream · · Score: 1

      That's one account having its passwords and cc info gleefully distributed, among other things.

      Investigate the OSX keychain and how it works, your apps aren't stealing passwords that any of my other apps use, they are in the keychain, a system level provider of protected storage that is designed to insure that only the app that created the data can access the data unless it specifically does so in such a way to allow other apps to access it.

      This won't lead to any password theft without a password being entered to completely unlock the keychain allowing it to be viewed by any app ... which throws a big nasty 'you should NEVER EVER DO THIS' message up and prompts you for your password to confirm.

      So, while you are right, once its installed, it its far easier to trick a user into doing something, thats still one more step, and its required before they can even think about stealing passwords (well, until someone figures out a keychain exploit or something along those lines)

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    10. Re:The difference by rsborg · · Score: 1

      So instead of installing into /Applications, which does require an admin username and password, it now likely installs somewhere in the user's home folder, which doesn't require admin authorization. This means the problem would be isolated to that particular user's account.

      This always confused me about the Mac, why have the /Applications directory if you allow executable .app packages to be run from other locations?
      I've accidentally run apps from the download directory or dmg files by using Spotlight to search for the name and choosing the wrong app.
      Could they fix this by mandating all Applications run from /Applications or ~/Applications (which could be secured by requiring user non-admin password to install)?

      --
      Make sure everyone's vote counts: Verified Voting
    11. Re:The difference by Stupendoussteve · · Score: 1

      Because maybe you don't want to share all of your Applications with all of the users on the computer?

      For a single user it makes no difference, but maybe you don't want your kids messing around with HotPron.app, so you keep it in your own locked down profile.

  14. McAffee must love this by Anonymous Coward · · Score: 0

    You know all these loser anti-virus peddlers are watching this with glee.

  15. mac malware is trending to explode is the point by Anonymous Coward · · Score: 0

    this is only one particular piece of malware, in itself not so significant, but it indicates macs and their users have finally reached enough critical mass to bother stealing from... that's what malware is about now

  16. Apple is patching anyway by Bryan3000000 · · Score: 1

    So either the patch will already recognize and remove this, or they will have to issue another little update to take care of it completely. Given that they are not compromising any privileges, stopping this should be ridiculously easy. Why are these guys even bothering?

    Unless perhaps they are trying to get an installed base with the current package, which can then perhaps help with a real exploit - e.g. directing a browser to a website that exploits a real vulnerability.

    1. Re:Apple is patching anyway by geekoid · · Score: 2

      Or they want to infect a trusted file, or more likely, the user info they want will resides in the users directory.

      For the most part, modern attackers don't want to damage your computer, they want to get personal info. CC numbers and the like.

      IT's best for them if there attack as no noticeable impact on a system.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:Apple is patching anyway by Xiterion · · Score: 1

      ... Why are these guys even bothering?

      Because their target is the user who doesn't quite grok the difference between files, folders, programs, and the Internet. You know, the sort of person who can't find their Word documents outside of Word itself. I think the authors of this malware are simply taking advantage of the fact that most users won't notice it's there, and won't bother trying to remove it. Malware doesn't have to be dug in to a computer so hard that a tactical nuclear strike is needed to remove it in order to be effective.

    3. Re:Apple is patching anyway by WuphonsReach · · Score: 1

      For the most part, modern attackers don't want to damage your computer, they want to get personal info. CC numbers and the like.

      I would classify malware a bit differently as not all of them want the same things, and their goals sometimes overlap.

      1) Control of the machine for use as a force-multiplier. Such as participating in a DDoS, a spam relay, or to harness CPU/GPU time. The traditional "botnet" falls into this category for the most part where the attacker wants to take over other machines to magnify the effect that they can have on a target or to simply spread the load out. The problem with this type is that it is noticeable, often slows down the system, and tends to lead to the machine being deloused.

      2) Collection of personal information. Spyware, etc. This sort of operation can be extremely well hidden as it only sends a very small amount of data out and generally does not impact the use of the machine.

      3) Ad fraud, click hijacking, page redirection, etc. Highly visible, the malware infects the machine specifically to display ads to the user or to redirect the user's web pages to an ad-serving page. Since it is highly visible and highly annoying, it tends to result in the machine being sanitized.

      And there are probably other smaller categories.

      --
      Wolde you bothe eate your cake, and have your cake?
    4. Re:Apple is patching anyway by Em+Adespoton · · Score: 1

      So either the patch will already recognize and remove this, or they will have to issue another little update to take care of it completely. Given that they are not compromising any privileges, stopping this should be ridiculously easy. Why are these guys even bothering?

      Unless perhaps they are trying to get an installed base with the current package, which can then perhaps help with a real exploit - e.g. directing a browser to a website that exploits a real vulnerability.

      Apple's AV contains rudimentary signature detection that will block KNOWN copies of problematic malware, when downloaded via Safari or Firefox, or saved via Mail.app.

      These guys recently modified their FakeAV so that you download a download app via the SEO poison pages, and IT downloads the actual FakeAV. As a result, any of Apple's detections on the FakeAV itself will never trigger -- and the downloader is much easier to make polymorphic. This means that Apple will always be out of date on the detections unless they overhaul their detection system.

      As for why these guys are bothering? Stopping this should be ridiculously easy, but it's turning out that a LOT of Mac users are falling for this and entering credit card details. They don't need OS vulnerabilities when exploiting the user is working so well.

    5. Re:Apple is patching anyway by CheerfulMacFanboy · · Score: 1

      Stopping this should be ridiculously easy, but it's turning out that a LOT of Mac users are falling for this and entering credit card details.

      Ahh, finally somebody who has some statistics. Or a big mouth.

      --
      Fandroids hate facts.
  17. Does this make it easier to remove? by UnknowingFool · · Score: 1

    Originally this malware asked for an admin password which means it could get access to admin privileges. This new variant installs under user permissions which means that the admin can more easily remove it. That is assuming users don't run as admin. BTW, this variant still requires user intervention to install so it's not quite a virus or worm but still a Trojan.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
    1. Re:Does this make it easier to remove? by ninetyninebottles · · Score: 1

      Originally this malware asked for an admin password which means it could get access to admin privileges. This new variant installs under user permissions which means that the admin can more easily remove it.

      While theoretically this could have been the case, it isn't. The original software just needed to be force quit and dragged to the trash.

    2. Re:Does this make it easier to remove? by Stupendoussteve · · Score: 1

      Users don't run as admin, even with an administrator account. They are generally unaware of this.

      Macs still have a root account, and much like Ubuntu it is locked down and unavailable by default. It is possible to configure the root account and login to the console or gui with it, to make the required fixes, and then disable the account afterwards. Macs also have single user mode, so if things got a little more hectic you could boot into that and remove the malware without an issue and reboot back into a clean system. On a side note this is also why Macs are inherently insecure by default, because it is trivial to login under single user mode and do whatever you want with any user's files. The keychain is an improvement because changing the user's password will not give access, but their files are still insecure by default.

  18. More damaging for Apple than most think... by imyy4u3 · · Score: 1, Interesting

    One of the key selling points that entices a lot of novice users to buy an Apple over a PC is lack of malware/virii. The other key selling points being ease of use/reliability/stability. This latest outbreak, while not particularly damaging, and while not really a threat as the user still must "install it," is getting a ton of media attention and is thus removing the "cloak of invulnerability" that Macs have been advertised to have against malware and virii. So now when a novice user, who doesn't know any better, has to choose between the more expense Mac vs a cheaper PC, will the remaining key selling points be enough to entice them to pay the higher premium? Many people switch solely on the reason of not dealing with virii/malware, but now that they will have to deal with that (whether or not it's true is irrelevant as in many novices minds Macs are now vulnerable) they might just stick with their PC. Bottom line - this is going to really hurt Apple a lot more than most people realize, as they will no longer have the novice users switching just to avoid virii and malware. Apple's "cloak of invulnerability" has been removed...and whether the remaining key selling points will sustain them remains to be seen.

    1. Re:More damaging for Apple than most think... by AHuxley · · Score: 1

      http://iantivirus.com/threats/ has a list of some of the OS X/pre OS X era malware.
      Not a lot of virii, Trojan.OSX.RSPlug was it for a while.

      --
      Domestic spying is now "Benign Information Gathering"
    2. Re:More damaging for Apple than most think... by Shados · · Score: 3, Insightful

      The vast majority of Windows infections also come from viruses that "must be installed". Not 100% obviously, but if you take out the ones that infected users months after patches were released, and the ones where users clicked through a UAC prompt to install anyway, you end up with a very very small sample.

      Its all about social engineering now.

    3. Re:More damaging for Apple than most think... by Vokkyt · · Score: 4, Insightful

      The problem with this assessment is that it's the exact same assessment that OS X has been receiving for the past 6 years whenever a new Trojan pops up. And no, this trojan really isn't any different than its predecessors. I'm not trying to defend OS X as the almighty glorious Mac Master Race computer, but it's a little ridiculous to see this cycle every time an OS X Trojan pops up (and they've pretty much all been trojans -- IIRC, a few were classified as worms, but I really don't remember clearly):

      1. Malware appears for OS X
      2. AV companies advertise it wildly
      3. Journalists/"Analysts" declare that age of Innocence for OS X is over, no longer "immune" to Malware
      4. Message Board users declare the end of OS X/Catastrophic damage
      5. Time passes and reality sets in -- the Malware/Trojan fails to reach any noticeable level of threat

      Again, this isn't to say OS X is immune. Absolutely not. But every time a bit of Malware appears, this exact cycle happens -- and OS X and Apple's sales only go up.

  19. Does the principle apply to Linux? by G3ckoG33k · · Score: 2

    Does the principle apply to Linux? If yes, then it matters, for nerds, for real. ;)

    1. Re:Does the principle apply to Linux? by 0123456 · · Score: 1

      Does the principle apply to Linux? If yes, then it matters, for nerds, for real. ;)

      If you download and run random programs on any OS I've used you're vulnerable to malware. You could partially mitigate it by mounting /home as noexec, and you could probably use SELinux to prevent users from running any applications from /home, but that's a pain.

    2. Re:Does the principle apply to Linux? by betterunixthanunix · · Score: 1

      you could probably use SELinux to prevent users from running any applications from /home, but that's a pain.

      How is that a pain? Have you ever tried it? In Fedora, it is a matter of setting an SELinux boolean (allow_user_exec_content) and setting the user as user_u. This is literally two things to click on in the SELinux GUI tool, or two commands to run in a terminal. This might annoy users who want to do things like write scripts, but if your goal is to defend against this kind of malware, then that is what you have to do.

      Of course, most home users are unaware of noexec/SELinux and would need the family IT guy to do this for them.

      --
      Palm trees and 8
    3. Re:Does the principle apply to Linux? by Anonymous Coward · · Score: 0

      Of course it applies. Also, while it doesn't use the password entry, it applies to modern versions of Windows too. It always has, and this is not newsworthy in that context. It's a yawn-fest really. Malware wanting administrator permission has *always* been because that allows it to make itself harder to remove or detect. It's a tradeoff. By not using administrator permissions it's easier to remove/detect.

      Fun thing is though, is that the vast majority of users aren't impacted by that. The malware will be just as functional either way for most typical users because the "easier removal" is still beyond their abilities. Such is the sad state of affairs.

    4. Re:Does the principle apply to Linux? by Lumpy · · Score: 1

      Under linux you have to download it, turn on the execute bit and set the permissions and THEN execute it.
      Nope no chance in hell that a user will fall for this under linux. if they launch random crap they will never be able to set it to execute.

      --
      Do not look at laser with remaining good eye.
    5. Re:Does the principle apply to Linux? by 0123456 · · Score: 1

      How is that a pain?

      If you're not using a Fedora-based OS then SELinux probably doesn't work, and any competent Unix user probably has a bunch of scripts in $HOME that they use to do random things; I certainly do. I could put them in /usr/local/bin instead but that's a pain in itself.

      You also need to ensure that /tmp and /var/tmp are noexec, which Ubuntu, at least, seems to dislike. On the plus side, /tmp is normally a RAM disk so any malware installed there will vanish at the next reboot.

    6. Re:Does the principle apply to Linux? by 0123456 · · Score: 1

      Under linux you have to download it, turn on the execute bit and set the permissions and THEN execute it.

      "To install the Cute Kitty screensaver, download malware.sh, open a Terminal window and type 'bash malware.sh'."

      Yeah, it's a pain, but more than a few people will do it in order to see cute kitties or b00b13s. The only way to stop them from doing it is to ensure they can't run anything that isn't in a system directory.

      And, even then, they'll still install random Firefox plugins which don't require execute permission or root access.

    7. Re:Does the principle apply to Linux? by LoganDzwon · · Score: 1

      A direct example would be more like a website can tell if your on debian/ubuntu or RHEL/fedora and sends you an .deb or .rpm. Then your browser see it is a package so it fires up your package manager for you.

    8. Re:Does the principle apply to Linux? by betterunixthanunix · · Score: 1

      If you're not using a Fedora-based OS then SELinux probably doesn't work,

      Well, there is also AppArmor, TrustedBSD, TrustedSolaris, etc. The real point here is that mandatory access control does not have to be a hard thing to use, especially if you are trying to do something common like prevent a particular user from executing programs in their home directory. I cannot comment much on how easy AppArmor/etc. are to use, since I have not actually used them.

      You also need to ensure that /tmp and /var/tmp are noexec, which Ubuntu, at least, seems to dislike.

      That screams "problem" to me, but theoretically an SELinux policy could be written to allow this for whatever specific program needs that privilege. I have tried a few lightweight things with SELinux, and there are quite a few surprises -- like the fact that Firefox tries to mark its stack as executable (seriously, in 2011, a web browser wants to execute code on its stack). Another option, which I have made use of, is the SELinux sandbox, which lets you confine an application so that it can get special permissions (like marking its stack as excecutable) without allowing it to affect other parts of the system (this also means that you cannot save files, unless you mount a special home directory just for the sandbox, which is allowed; the sandbox also allows you to set up the security context in a way that makes sense, e.g. Firefox should be able to access the web).

      --
      Palm trees and 8
    9. Re:Does the principle apply to Linux? by FudRucker · · Score: 1

      what if /home was in its own disk partition and mounted with a noexe parameter? i guess /tmp and /var would have to get the same treatment too...

      --
      Politics is Treachery, Religion is Brainwashing
    10. Re:Does the principle apply to Linux? by itsdapead · · Score: 1

      Does the principle apply to Linux? If yes, then it matters, for nerds, for real. ;)

      Here's how to find out:
      $ cat > nasty.c
      #include <stdio.h>
      void main() { puts("Oh No! The sky is falling!\n"); }
      $ gcc nasty.c
      $ ./a.out

      If your Linux prints "Oh No! The sky is falling!" then yes you have the OMG, my computer lets me run code in user mode! vulnerability. Remain calm - walk (don't run) to your local Apple store and buy an iPad, which is safely locked down so that you can't run any old code on it, even if you want to.

      So what's it to be folks? Should the Holy Jobs lock down OS X like an iPad so that (unlike Windows or Linux) users can't run userspace code? Wasn't that exactly what we were slagging him off for (allegedly) planning last week? Anybody else know any brilliant way of stopping users clicking on the "Yes please I want to install and run this software that has just mysteriously popped up while I was browsing the web" button?

      --
      In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
    11. Re:Does the principle apply to Linux? by Bill_the_Engineer · · Score: 1

      $sh [insert script name here]

      No execute bit needs to be set.

      Need proof?

      $vi test

      #!/bin/bash
      echo "This is a test"

      :x

      ./test
      bash: ./test: Permission denied

      Looks promising. Now lets tell bash to run that script without setting the execute bit.

      $sh test
      This is a test

      Yep, it executed.

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    12. Re:Does the principle apply to Linux? by onefriedrice · · Score: 1

      I don't know what the GP meant by calling noexec and SELinux a pain, but as a developer and "poweruser," I have legitimate reasons throughout the day for executing programs from /home. So, while it's clearly not a pain setting up noexec and SELinux, it is a pain just dealing with the result.

      The said, as a savvy user, I'm also not dumb enough to run random programs off of the internet, so I don't lose sleep from being able to execute stuff from /home.

      --
      This author takes full ownership and responsibility for the unpopular opinions outlined above.
    13. Re:Does the principle apply to Linux? by dkleinsc · · Score: 1

      Of course. Just pass around INSTALL instructions like this:

      To install the nataliehotgrits package, open up the tarball, and run:
      # ./configure --prefix=/home/dumbuser/ --include-stupid-stuff --disable-sanity-checks --disable-selinux &&
      # make &&
      # make PAY_TO_THE_ORDER_OF=badguys_in_russia AMOUNT=1000.00 check &&
      # make install

      --
      I am officially gone from /. Long live http://www.soylentnews.com/
    14. Re:Does the principle apply to Linux? by Kamiza+Ikioi · · Score: 1

      mod up parent

      --
      I8-D
    15. Re:Does the principle apply to Linux? by kvvbassboy · · Score: 1

      You don't even need to do this, at least in Linux Mint (and I am sure Ubuntu and all it's derivatives). Double-clicking on a shell script, gives you the option of either opening it as a text file, or running it in the terminal.

    16. Re:Does the principle apply to Linux? by BitZtream · · Score: 1

      Personally, I was looking at it as a pain in the ass from a user perspective more so than a admin perspective.

      noexec is a pain in the ass for your home dir as a user, and is only really useful if they have no way they can write to any location that isn't noexec, which is easy enough to do, but easy enough to miss someplace as well.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    17. Re:Does the principle apply to Linux? by Anonymous Coward · · Score: 0

      lol, mac fanbois got ya. your correct though.

    18. Re:Does the principle apply to Linux? by betterunixthanunix · · Score: 1

      Personally, I was looking at it as a pain in the ass from a user perspective more so than a admin perspective.

      Only for those users who are adept enough to write their own scripts and programs; I would like to think that such users are not going to be downloading MacDefender.

      noexec is a pain in the ass for your home dir as a user, and is only really useful if they have no way they can write to any location that isn't noexec, which is easy enough to do, but easy enough to miss someplace as well.

      One nice thing about SELinux is that you can ensure that a user is unable to execute any file that they themselves created, or any file that another user at the same access level created. Combined with a policy that prevents users from executing programs that interpret scripts that could potentially modify the user's environment or write/modify files in their home directory (i.e. bash), or perhaps only allows such programs to be executed in a sandbox, you can mitigate quite a few PEBKAC-exploiting attacks.

      --
      Palm trees and 8
    19. Re:Does the principle apply to Linux? by BitZtream · · Score: 1

      Or the better way to run it ...

      . ./test

      Might as well affect the current environment as well!

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  20. This is the evolution of criminality by hellfire · · Score: 4, Insightful

    The malware is evolving from taking advantage of bugs in Windows, to social engineering. I had malware scanning on my PC because malware could get in the back door via services and other areas. Now, they are installing it right in front of your face trying to masquerade as something else.

    They are going from the thief in the night who exploits the bad lock in the back door, to walking in the front door acting like the delivery man and given the run of the building by unsuspecting human beings. They are no longer exploiting Windows or Mac OS X... they are exploiting the users directly and making it look like it's the OS's fault.

    I've seen plenty of PCs pwned by this type of malware, and it wasn't Windows fault in those situations either, the user simple installed something that took over the system.

    --

    "All great wisdom is contained in .signature files"

    1. Re:This is the evolution of criminality by JSBiff · · Score: 2

      I think another point might be that the malware is evolving from doing things which might require system-wide admin privileges, to just doing things which require lower levels of access.

      My first thought when I saw an article posted on Ars Technica yesterday, about this change in the malware, was, "But, wouldn't that mean the malware has to run at lower privilege levels"?

      Then I realized that something running at "user" privilege levels instead of root, can still be bad. It could probably still keylog that particular user's credentials when going to websites and such. It could still send out spam emails as the user. It could still search through the user's personal files looking for anything "interesting" (or just uploading them en-masse to another 'owned' machine). It could still act as an online file repository for child porn, terrorists, organized crime, etc. It could act as a webserver for a phishing attack.

      It could be used as part of a DDOS, or as part of a massive computation network (think something like World Community Grid for organized crime - to, e.g. brute force recover encryption keys for someone or some system the criminals are targetting).

    2. Re:This is the evolution of criminality by Anonymous Coward · · Score: 0

      webpages have been masquerading as fake "you're infected" dialogs for years. they always looked like bad windows dialogs and were easy to catch, especially if you use OSX because it looks completely different. both require you to 1) be duped, and 2) download and install something.

    3. Re:This is the evolution of criminality by Aldenissin · · Score: 1

      IMHO, it's always the user's fault, to a certain extent, if only because they chose an inept OS security wise. Or perhaps they didn't want to deal with the hassle of a "locked down" system. But that extent only extends past where the assholes who wrote the malware in the first place responsibilities end.

      It's all a matter of convenience, but for me, security is king, for without that it isn't worth the risk to begin with.Mostly because we don't live in an ideal world. But with OS's like Windows wanting to hold users hands and set them up with bad user practices right out of the box just so they make another nickel, we've come along way in reinforcing that we don't really need to get serious about security. And that, is very sad.

      If texting while driving is like driving drunk, then running windows is worse that either as far as "surfing" the net goes. I haven't once got malware in Gnu/LInux, and yet, users EXPECT it in windows to happen some time. I was happy with Windows 7, but I was stupid, I should have known better. My girlfriend still got something on it, and she is one of the more aware users.

      --
      Like a city whose walls are broken down is a man who lacks self-control.
    4. Re:This is the evolution of criminality by hellfire · · Score: 1

      It's true that if you aren't part of the solution, you are part of the problem. However, fault is a spectrum and at one point it's more the human's fault than the software. Software is best at dealing with digital software issues, like an exposed area in the code that's not supposed to let someone in but lets someone in anyway. Relatively speaking that's primarily the software's fault for allowing that, and secondarily the user's fault for not researching how to secure their system better. And yet, exactly how much do you expect the average person to do when they are told in some way they need to have a computer to do work or access important information for their life online? Once someone starts installing stuff themselves into a computer that is malware, fault moves from the software to the user.

      It crosses over into the human realm of responsibility when a computer is done precisely what it is asked to do, and it's the owner of the computer who is deceived into doing that. This type of malware is possible on Windows, Mac OS, or Linux, because it requires the user to take actions on the system and install it or run it. The operating system is doing exactly what it's told. If you run a car off a cliff while texting, it's not a functional problem with the car, the car did exactly what was told.

      The next step is for apple user's to take a very small bite of humble pie. Mac OS is immune to viruses and most Malware, particularly the malware that requires back doors. Them. But no system is immune to malware that requires user actions to install, i.e. a Trojan Horse. And it looks like criminals are switching from the back door to the front door simply because the back door is getting so much harder to break into. And future defensive software is probably going to ramp up the detection of common Trojan horses, but that won't be as effective as the age old adage of never downloading something you don't trust.

      --

      "All great wisdom is contained in .signature files"

    5. Re:This is the evolution of criminality by Rich0 · · Score: 1

      About the only thing a virus running as admin/root gets is the ability to infect other executables, or to affect something that happens on a different user account. The average win/mac/linux desktop has only one user account actually used on it anyway.

      Oh, running as root/admin also lets the virus start on boot, instead of login. If you're infecting servers that don't have anybody logged in 99% of the time I guess that matters. If you're infecting desktops, how many people leave their PCs running but not logged in?

      The whole OS security model needs to change to something more like what is done in Android or SELinux. That does require a lot of upstream/distro support or otherwise needs to be designed into the apps. Even android has its limitations - users can't easily modify an apps permissions so they're stuck with just the options of use or not use. Access needs to be more granular than the user account. Vim doesn't need to be able to open TCP sockets, and firefox doesn't need to be able to read my thunderbird contacts list or whatever. If apps were isolated in general then their ability to cause damage would be greatly limited.

    6. Re:This is the evolution of criminality by dristoph · · Score: 1

      I would have to agree with this assessment. I would also say that people who are less likely to install frivolous things such as extra emoticons or extraneous toolbars from untrustworthy or potentially untrustworthy sources (ads, torrents, or sites requiring an installation for access) are pretty safe.

      Adding to that, the Mac community's ecosystem for applications is relatively resistant to these kinds of things. For all the snobbishness surrounding ownership of a Mac, you also have high expectations for Mac applications; even simply the way they conform or deviate with Apple's Human Interface Guidelines actually impacts the success of a Mac application within the ecosystem. This trait makes Mac users in general more picky about what they install. Mac users usually find new software through their friends, positive reviews, or (now) the App Store. They are far less likely to find it through banner ads for free smileys or toolbars.

      That's not to say that this won't/can't change. The Mac is also becoming more popular among amateur computer users, such as mom and grandma, as opposed to professionals who use their computer more like a tool than a toy. As this segment of the user base grows, there may well be a correlation with the number of actual Mac malware infections.

    7. Re:This is the evolution of criminality by Tim+C · · Score: 1

      I had malware scanning on my PC because malware could get in the back door via services and other areas. Now, they are installing it right in front of your face trying to masquerade as something else.

      That started at least a decade ago. Dressing your malware up as something the user wants is hardly new.

  21. That will be the most interesting aspect by SuperKendall · · Score: 1

    I'm really curious just what Apple will do in a patch to prevent this. You could of course recognize one variant, but you can't easily find an infinite number of variations... especially when there's so little difference between a trojan and some application that is meant to be downloaded and run.

    The funny thing is currently the absolute safest recommendation you can make to a Mac user to keep them safe is to NOT install any anti-virus software.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:That will be the most interesting aspect by Bryan3000000 · · Score: 1

      Nothing prevents Apple from implementing heuristics in their already-implemented security structure. Even a heuristic based on the signature of this one variant would likely be effective against many or most possible variants.

    2. Re:That will be the most interesting aspect by Anonymous Coward · · Score: 0

      Ironically, that is very true.

  22. Full system infection is not needed at all by Anonymous Coward · · Score: 0

    And how many people, who share computer share also the same user account? On Windows side, the malware does not really need to even install itself, running it until shutdown is enough, as there are always enough people that get (re)infected and who keep their machines always on.

  23. Good News for the App Store by vwjeff · · Score: 5, Interesting

    This just gives Apple one more reason to force all application installs via the app store in future versions of the OS. The other reason of course is money.

    1. Re:Good News for the App Store by CharlyFoxtrot · · Score: 2

      It'll never happen. A lot more mac users are power users than the stereotypes suggest and these people just wouldn't accept it. At most they could go with an opt-out system. Otherwise I think app-stores are more of a positive evolution than people give them credit for, when they are not shoved down your throat that is. The signing of software to guarantee that it hasn't been modified or tampered with is a no-brainer, a bit like having shrink-wrap around a box-set of physical media.

      --
      If all else fails, immortality can always be assured by spectacular error.
    2. Re:Good News for the App Store by angel'o'sphere · · Score: 1

      Then they would lose a good deal of their user base.

      Unlike popular believe lots of Mac users are actually geeks working in the software industries.

      Unless Eclipse, Tomcat, the Spring Framework etc. etc. is all available via an Appstore: FOR FREE ... such a move would be a very bad idea.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    3. Re:Good News for the App Store by elrous0 · · Score: 1

      They already accept it on their iPhones and iPads, not that much of a leap for them there. And even if a few power users rejected it, that's not the audience that Apple would be targeting anyway. There would be a HUGE demand for such a secure computer amongst the general public (especially as malware and identity theft have become more and more common). They would probably start by offering a specific line of PCs with this as a "feature" (and/or offering it as an option on all their PC's at purchase), and eventually make it the default. It would actually be a very smart move (from a business perspective)

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    4. Re:Good News for the App Store by CharlyFoxtrot · · Score: 1

      They already accept it on their iPhones and iPads, not that much of a leap for them there. And even if a few power users rejected it, that's not the audience that Apple would be targeting anyway.

      The slippery slope argument, eh ? As an iPhone/iPad user and power user I sure as hell wouldn't want such a system on my mac unless, as I said, I could opt out. Also as I have previously stated there are a LOT of mac power users, don't fall for stereotypes. As for Apple not targeting them, I suggest you take a hard look at OSX, especially tools like Automator, Services, system-wide scripting with Applescript, the myriad of developer tools and command line utilities OSX ships with, etc., etc. For people who supposedly don't like power users they spend a lot of their effort developing their OS in ways to please them.

      There would be a HUGE demand for such a secure computer amongst the general public (especially as malware and identity theft have become more and more common). They would probably start by offering a specific line of PCs with this as a "feature" (and/or offering it as an option on all their PC's at purchase), and eventually make it the default. It would actually be a very smart move (from a business perspective)

      They don't such a PC, they have the iPad to fill that niche and there is a huge demand for it. For people who need a physical keyboard there's the iPad keyboard dock and a dongle to import photographs from a digital camera. You are coming at this problem from the geek perspective assuming people want a so-called "full computer" (i.e. traditional screen+box+keyboard setup), they don't they just want access to some functionality which the iPad provides in an attractive, secure, easy to use package.

      --
      If all else fails, immortality can always be assured by spectacular error.
    5. Re:Good News for the App Store by Anonymous Coward · · Score: 0

      Slightly off-topic, so mod away...

      I never understood why, at the same time as complaining to the rooftops about the app store, the same person will extol the virtues of only installing software from "trusted repositories"... Being a Windows admin (hey, it pays the bills) and Mac and Linux guy at home... Aren't they the same basic thing? As long as the user has the choice to install from other sources as well.. the App store is basically just a "trusted repository"...

    6. Re:Good News for the App Store by MaWeiTao · · Score: 1

      I've worked in the design industry for well over a decade now. Nearly everyone I've worked with is a Mac user, and a die hard at that. Nearly every last one of them was not the kind of power user you imagine they are, although a good number of them did fancy themselves to be one. I think this is reflected online where the perennial solution to every last problem is the utterly ineffective "delete your preferences".

      The ones I currently work with continue to consider themselves immune malware.

    7. Re:Good News for the App Store by CharlyFoxtrot · · Score: 1

      I probably have a different perspective since I work as a unix sysadmin and so most mac heads work with either came to mac because it's an easy to use unix system or have been computer geeks their entire life and started on Apple computers. There's a lot of these people out there though, like I said a lot more than I think people give credit for. And OSX generously caters to geeks.

      --
      If all else fails, immortality can always be assured by spectacular error.
    8. Re:Good News for the App Store by Raenex · · Score: 1

      As an iPhone/iPad user and power user I sure as hell wouldn't want such a system on my mac unless, as I said, I could opt out.

      Why do you accept it on your iPad, then? Or even your iPhone for that matter? The "it's a phone" excuse doesn't work for the iPad, and even that excuse is poor for today's smart phones.

      For people who supposedly don't like power users they spend a lot of their effort developing their OS in ways to please them.

      They'll follow the money. Don't bet they won't sacrifice the existing power user base to follow the trend.

      They don't such a PC, they have the iPad to fill that niche and there is a huge demand for it. For people who need a physical keyboard there's the iPad keyboard dock and a dongle to import photographs from a digital camera.

      Which just supports the parent's argument. It wouldn't be surprising if the desktop was just phased into the iPad at some point.

    9. Re:Good News for the App Store by Anonymous Coward · · Score: 0

      This just gives Apple one more excuse to force all application installs via the app store in future versions of the OS. The only reason of course is money.

      There, fixed it for you.

    10. Re:Good News for the App Store by Anonymous Coward · · Score: 0

      Steve's leave all makes sense now. He is secretly writing malware to force people to use the new app store.

    11. Re:Good News for the App Store by CharlyFoxtrot · · Score: 1

      Why do you accept it on your iPad, then? Or even your iPhone for that matter? The "it's a phone" excuse doesn't work for the iPad, and even that excuse is poor for today's smart phones.

      It seems "right" for the platform. I don't want to surf around, downloading apps and generally cluttering up the place (like I do on my mac.) Encapsulating available apps in a centralized repository accessed through an app itself seems natural. It also reduces initial fears or inhibitions inexperienced users have about installing software and encourages paying (though relatively low amounts) for software. Yes, I would probably be in favor of competing stores having access to the device just on principle, though the quality of apps in the Cydia (jailbreak) store isn't really encouraging. Overall the system works, for iOS - I don't see it working for the mac.

      They'll follow the money. Don't bet they won't sacrifice the existing power user base to follow the trend.

      Maybe, it might also be partly the culture that carried over from NeXT though it would be anyone's guess if that would survive a focus shift inside the company. That's not for the near future though.

      Which just supports the parent's argument. It wouldn't be surprising if the desktop was just phased into the iPad at some point.

      No, the only danger I see is if the bottom falls out of the computer market because too many people switch to iOS devices or similar. But again, this isn't for the near future: Apple hasn't even got cloud syncing yet which they NEED to abandon their current model of the computer as media hub from which all personal portable devices are synced. Personally I could see a future where the pc loses emphasis in favor of iPad like devices that'll be used for most, but not all, tasks but it'll never completely go away and neither will the mac.

      --
      If all else fails, immortality can always be assured by spectacular error.
    12. Re:Good News for the App Store by mjwx · · Score: 1

      It'll never happen. A lot more mac users are designers and hipsters, just like than the stereotypes suggest and these people just would just accept it.

      There, fixed that for you.

      I hardly ever see a Mac in the hands of someone who understands how computers work. They aren't marketed towards power users who understand what they are buying.

      Now marketing and design people, you'll be hard pressed to find one without a Mac.

      What you need to remember is that you, as a Mac User are not indicative of the general Mac using population. Most people buy one because they are not computer savvy and don't want to figure out how to use one. The marketing is geared towards these type of people and just like with the Iphone, they'll roll over and take any restriction because Jobs tells them its good.

      I've worked as a net admin for 4 years, I also worked as tech support for 3 before that. Part of my duties was looking after a design and marketing subsidiary and inhouse dev team, none of the admins or developers had Macs, they were running Windows or dual booting with Linux (OK, one of the JEEE guys was running Solaris only). Only the designers were Mac users, I think you're projecting the world you'd like to live in onto the world we actually live in.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    13. Re:Good News for the App Store by CharlyFoxtrot · · Score: 1

      It'll never happen. A lot more mac users are designers and hipsters, just like than the stereotypes suggest and these people just would just accept it.

      Your willingness to pre-judge people on something as random as what type of computer they prefer is striking. Macs, like PC's are used by a broad variety of people (slightly skewed towards the more educated because macs are targeted towards the mid and high end of the market.)

      I've worked as a net admin for 4 years, I also worked as tech support for 3 before that. Part of my duties was looking after a design and marketing subsidiary and inhouse dev team, none of the admins or developers had Macs, they were running Windows or dual booting with Linux (OK, one of the JEEE guys was running Solaris only). Only the designers were Mac users, I think you're projecting the world you'd like to live in onto the world we actually live in.

      So my anecdotal evidence clashes with your anecdotal evidence. Let's go slightly more fact-based. This survey says 'Mac users are 21 percent more likely to believe they are 'computer-savvy gearheads.'" So there you go, mac users are likely to describe themselves as power users. This is your cue to bite back with a sarcastic remark about self delusional hipsters.

      --
      If all else fails, immortality can always be assured by spectacular error.
    14. Re:Good News for the App Store by mjwx · · Score: 1

      Your willingness to pre-judge people on something as random as what type of computer they prefer is striking

      You're comprehension is less then stellar.

      I commented on the people I've observed, sorry that reality is different to what you perceive.

      This survey says 'Mac users are 21 percent more likely to believe they are 'computer-savvy gearheads.'"

      I've boded the key word, the infographic proves nothing, it doesn't even pretend to. Dunning-Kruger is sufficient evidence against that.

      Of course they believe it, they need to justify why they paid twice as much for a white Dell. The question is can their self evaluation be considered accurate, given the fact they don't beleive that Mac's use the same components and manufacturing process as Dell indicates that the Dunning-Kruger effect is alive and well with Mac Users.

      All you've managed to demonstrate is that you're not very good at finding proof and possibly quite gullible. "Fact-based" indeed, you cant even tell the difference between a causal survey and proper research (CLUE BY FOUR, real research does not use the word "believe"). Especially when you don't have access to the raw data and methodology.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    15. Re:Good News for the App Store by CharlyFoxtrot · · Score: 1

      All you've managed to demonstrate is that you're not very good at finding proof and possibly quite gullible. "Fact-based" indeed, you cant even tell the difference between a causal survey and proper research (CLUE BY FOUR, real research does not use the word "believe"). Especially when you don't have access to the raw data and methodology.

      I said a little more factual and while not proper research it's at least better than to argue purely based on opinion as you are doing, as shown by more broad statements about what mac users supposedly believe above. Are you psychic ? Because then Mr. Randi has a prize for you. Anyway the argument seems to be descending into ad-hominem so I'll take my "clue by four" from your sig.

      --
      If all else fails, immortality can always be assured by spectacular error.
    16. Re:Good News for the App Store by Anonymous Coward · · Score: 0

      Otherwise I think app-stores are more of a positive evolution

      No, the correct term would be "throwback". This is simply a return to the walled garden days of services like CompuServe, AOL, etc. Combine it with filtered DNS, port blocking, email filtering, and everything else the ISP's are loading up and we're almost back to the old days where a few large providers wall everything off except for a few highly monitored exchange points.

  24. It still requires the user to click through by Shivetya · · Score: 2

    You are still required to click through an install wizard, so this is in no shape or form an install performed without the user.

    --
    * Winners compare their achievements to their goals, losers compare theirs to that of others.
    1. Re:It still requires the user to click through by robmv · · Score: 1

      is that OS X install wizard build by the OS?, or is it an executable coded by the malware author? if the answer is true to the last question, why is needed to continue the install wizard?, the malware author can add code before opening it to install anything they want even if you press cancel

      The problem is Safari setting to open "safe" files automatically, that is the most dumb thing a browser can do

    2. Re:It still requires the user to click through by jimicus · · Score: 1

      It's produced by the OS; a Mac OS package is analogous to an .rpm or a .deb. So it's trivial to stop it installing - hit cancel before it does anything.

      But... the package doesn't appear out of nowhere. What happens is you visit a site that downloads it, the site flashes up a very impressive looking virus warning page which pretends to be scanning a bunch of things, find all sorts of malware and flashes up a warning saying "Your system is infected! You must install our package!".

      Now to you and me, that'd be a red flag immediately. But this thing is playing the same numbers game as all the other social engineering malware - it doesn't matter if 80, 90 or even 99% of people don't let it run. With just 1%, you still get an impressive number of installs pretty quickly.

      I bet if you put 10 laypersons in a room with 10 Macs - people with no specific IT knowledge and nobody to call on to ask "is this okay?" - told them to surf the web and then engineered it so they'd hit this sooner rather than later - within the hour you'd have at least one system infected. Probably many more.

  25. But, but... by Moraelin · · Score: 2

    But... but... weren't we all told that this isn't possible? I'm sure I've heard the rhetoric repeatedly before that if someone didn't bother porting some malware to Mac or Mozilla back when they had tiny market share, then it's some kind of proof that they're secure and it can't be done.

    --
    A polar bear is a cartesian bear after a coordinate transform.
  26. Silly! by Anonymous Coward · · Score: 0

    It can't evolve; it was created that way.

  27. So uh... by bmo · · Score: 3, Insightful

    Where, exactly, is this going to hide from htop, top, ps or any other process listing facility?

    Unlike Windows, OSX and Linux and every other sane OS in the universe, there is no such thing as a "hidden process."

    As a user process, it also cannot patch top, ps, or htop, or any other process lister. It cannot fuck with logs. It cannot do anything at all that the ordinary user cannot do. Indeed it runs under the same UID as the logged in user.

    ps -uax | grep $USER
    OH HEY GUYS THAT LOOKS WEIRD
    killall -9 $SUSPICIOUS PROGRAM
    rm $PATHTOSUSPICIOUSPROGRAM/SUSPICIOUSPROGRAM

    And not even have to have a # in your prompt. No sudo, no su, no nothing.

    Go on with life

    Wow. That's...difficult.

    --
    BMO

    1. Re:So uh... by robmv · · Score: 1

      With tricks like this Howto change a UNIX process and child process name by modifying argv[0]

      For example sendmail change it to this "sendmail: accepting connections"

    2. Re:So uh... by robmv · · Score: 2

      oops I forgot, when the malware is installed, it can just change all your init session scripts, prepend a directory to your PATH, install new versions of ps, top, htop, kill,.... not impossible to detect, but it can hide itself a little more that simple running ps and kill

    3. Re:So uh... by Arrepiadd · · Score: 3, Informative

      Yes, I can clearly see my mom running that on her laptop...

      This is a problem for the random user, not for the geeks who know what ps, grep and piping are used for.

    4. Re:So uh... by Anonymous Coward · · Score: 0

      Yeah, the number of people ignorant enough to install the virus then clean it as easily as you've demonstrated = zero.

      I"m sure top, ps, launching the terminal window and killing processes is what Macolytes had in mind when they splurged on an iMac for their mother.

    5. Re:So uh... by Anonymous Coward · · Score: 0

      In Windows there are no hidden processes mister smartass...just processes running on different users >. (what a douche)
      As of speaking that you can't mess with top ps or htop .... you are deadly wrong ... at least in the linux world you are wrong not sure about OSX but there are quick patches on the kernel that doesn't show a process and it's quite easy to do although it requires reboot :S that's the only drawback :(

    6. Re:So uh... by Anonymous Coward · · Score: 0

      You realize that most people that operate a Mac, or really, any computer are not savvy enough to use a terminal, let alone know how to operate killall. We can agree that a lack of knowledge is probably the biggest cause of malware, but people that are fluent with bash are also not going to be getting malware in the first place.

    7. Re:So uh... by Anonymous Coward · · Score: 0

      See, while people like you and I know how to do that, your average user would have no clue what to do there. Just yesterday I had a family friend bring over their laptop wondering why it was running slow. Even though the 5 toolbars in IE were plainly visible, known to slow the system down, and easily removable via the Control Panel "Add/Remove Programs" menu, they couldn't figure that out. Your average (read: non-techie) computer user knows how to install things easily. It's removing stuff (especially unintentionally installed malware) that they have a hard time doing.

      Besides, you also assume the average user knows everything that SHOULD be running on their system. I typed your exact ps command and got a bunch of stuff that most users would have no clue about (like dbus-daemon and even nautilus) on my Ubuntu install. Unless the user knows that these are supposed to be there, your method is useless. It's not like the malware will come up as /usr/bin/VIRUS.

      So, for your average user...it IS difficult.

    8. Re:So uh... by drinkypoo · · Score: 2

      Unlike Windows, OSX and Linux and every other sane OS in the universe, there is no such thing as a "hidden process."

      There are no hidden processes in Windows, only those which the task manager will not display. Get process explorer, it's free.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    9. Re:So uh... by bmo · · Score: 1

      From your linkypoo:

      >There is a catch, which is that "ps" and "top" can show you either the "command line" or the "program name", and we can only modify the command line.

      So no, you still can't hide it.

      --
      BMO

    10. Re:So uh... by bmo · · Score: 1

      which (1) will show you all versions of a program and their location if they exist in your path.

      You can get also around programs put in ~/bin/ by typing the absolute paths to top, ps, etc, or just fixing your PATH environment variable.

      There's a reason why malware writers, all things being equal, prefer root access. You can make anything appear as anything and patch right down at the kernel level.

      Not addressed at you, just in general:

      I noticed all the anonymous cowards in this thread shouting "but grandma is never going to type that!!!! HURR!!!!"

      Grandma doesn't even know that malwarebytes and other tools even exist for Windows. Grandma is going to have you come over for cookies and milk while you do it for her anyway. Stop being such stupid disingenuous shits.

      At least with this, if you are across the country, you can do it remotely through ssh.

      --
      BMO

    11. Re:So uh... by Anonymous Coward · · Score: 0

      This is why security-conscious scripts call /bin/ps, /usr/bin/top, etc. directly rather than relying on $PATH (or define their own $PATH).

    12. Re:So uh... by robmv · · Score: 1

      Replace which, I am not saying that it is impossible to detect, I am just saying that simply checking ps and killing is not enough. I am the kind of person that think if a machine has indications of malware, it must be cleaned by reinstalling everything starting with the OS

    13. Re:So uh... by bmo · · Score: 0

      So here's the question:

      Why won't task manager show hidden processes?

      Why do I have to rely on a third party (Sysinternals) now bought by Microsoft, just so I have the ability to see these things?

      You'd think that after 11 years of consumer-level NT (XP, Vista, 7) they'd just include "show hidden processes" in taskman.

      --
      BMO

    14. Re:So uh... by robmv · · Score: 1

      Apparently there are other ways to do it with prctl on Linux and other APIs on OS X

    15. Re:So uh... by bmo · · Score: 1

      It's not running as root.

      It doesn't have the ability to replace which. All anyone can do at user-level is install shit in places that the user has access to - in this case, not overwriting, but altering the path to point at the "new" versions in ~/bin/ or wherever.

      It's not friggin' magic. We're not talking of Ken Thompson levels of deviousness here.

      >nuke and pave everything

      Yes, i have that page from technet too.

      Yes, but we are talking about user level shenanigans. User level shit is ridiculously easy to get rid of. Give the user a new set of .rc scripts after removal of the offending program and you're good to go.

      Stuff installed with root permission? Yeah, nuke and pave.

      --
      BMO

    16. Re:So uh... by drinkypoo · · Score: 1

      It's for the same reason that every system attempts to hide complexity from the user. Auto companies don't put detailed diagnostic information on your dashboard because it would confuse the average user and doing so takes up real estate and costs money. But even before OBD-II mandated a malfunction indicator light (or "MIL") to inform the driver when emissions are over mandated limits, automakers were implementing "Check Engine" lights, to say nothing of providing oil pressure and other gauges from which the typical user can learn nothing unless they fail to operate at all. When you take your vehicle to the dealer for service, they will do the same thing you do to begin the diagnosis, but then they'll connect a diagnostic machine to get a deeper view of the problem if it is not immediately apparent to them. Task Manager is much the same. Microsoft wants to be able to tell you to kill certain processes over the phone. If they need deeper diagnostic information they will have you running some other utility, or they will connect to your system remotely and perform the action themselves.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    17. Re:So uh... by bmo · · Score: 1

      And Windows enthusiasts say that "OSX is dumbed down"

      Man, I don't know what to say after reading what you wrote. I'm just speechless.

      --
      BMO

    18. Re:So uh... by drinkypoo · · Score: 1

      Uh, if you think OSX is any different, you're delusional at best. And I'm not a Windows enthusiast, I'm an agnostic realist.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    19. Re:So uh... by bmo · · Score: 1

      It's inconsistent. What works in ps doesn't work in top. It says so right in the thread.

      I'm done arguing here. It's a userspace thing. At worst, you have to nuke ~/bin/, chmod -x -R everything else in /home/$USER and give the user default .rc files if you don't feel like going through them manually.

      For someone who knows what he's doing, no longer than 10 minutes.

    20. Re:So uh... by bmo · · Score: 1

      So you're flat out stating that ps, prctl, and all the other tools that /come with/ OSX are just as crippled as taskman.exe?

      And you call me delusional? When this shit is /required/ for OSX to keep its Unix certification?

      *whistle*

      --
      BMO

    21. Re:So uh... by benjymouse · · Score: 2

      So here's the question:

      Why won't task manager show hidden processes?

      Why do I have to rely on a third party (Sysinternals) now bought by Microsoft, just so I have the ability to see these things?

      What are you talking about? Task manager shows the same processes as process explorer. Did you miss the "show processes for all users" button?

      --
      Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
    22. Re:So uh... by Em+Adespoton · · Score: 1

      Why, exactly, would it WANT to hide from htop, top, ps or any other process listing facility?

      It's sole purpose is to scare the user into providing the crooks with their credit card info. They don't CARE whether you kill the process or not. If you know enough to ps axc -> kill then you're probably not going to fall for this in the first place (note the probably -- everyone has bad days).

      As a matter of fact, Apple's KB article for the old version tells people to launch Activity Monitor and use it to quit the process. This worked on the version with admin access.

    23. Re:So uh... by Rich0 · · Score: 1

      I know exactly what ps, grep, and kill do. I can't remember the last time I did a ps -eal and just paged through the list of processes running on my machine. If it rose to the top on atop and didn't have an innocent-looking name then maybe I'd get suspicious.

      If the virus just piped instructions into bash or whatever it would run under the process name bash. How likely is somebody to notice an extra bash running or whatever as long as it doesn't consume an ungodly amount of resources?

      Now, not running as root would make a process easy prey for rkhunter and things like that - assuming the user runs them.

      We need to get away from enumerating badness and simply define SELinux policies for apps or whatever.

    24. Re:So uh... by BitZtream · · Score: 1

      Much like in windows, you get a hidden process in UNIX by using a kernel extension.

      None of them do it by default. They are all the same in this aspect. I assure you that its trivial to hide processes the instant you have a kernel module loaded, which is how it happens on Windows.

      As for patching apps, again, you're wrong. You can modify any process you own in Linux (Without something MAC support, you know, the default for pretty much everyone), and in OS X and in Windows. Do you have any idea how GDB works? Of course not, or you wouldn't be saying what you're saying.

      A normal Windows user is unable to fuck with logs just like a normal OSX or Linux user, if they don't have permission they don't have permission. If they login as an admin, all bets are off, regardless of the OS.

      As for your killall -9 suspecious program ... the first thing my malware would do is reset its process name to something that was a known long running process and already running on the system ... initd, httpd, sendmail, shrug, pick something. Takes one line of code to change the way the app appears in top, try again.

      Its cute that you think you know how OSX and Linux are 'better' than Windows, but the reality of it is, the things you pointed out they all do EXACTLY THE SAME, so if you're going to be an OSX Fanboy or a Linux Zealot, you might want to get a clue before you spew your ignorance.

      Yours truely,
      An educated OSX Fanboy

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    25. Re:So uh... by drinkypoo · · Score: 1

      Does it really matter if it comes on the DVD or if you get a CD and you have to download the other tools? You actually get them from the vendor now, and before that they were free and freely available. Microsoft also has an extensive knowledge base online dating back to DOS 5, while I have personally watched an article which casts Apple in a bad light disappear from their knowledge base. Unless, of course, it has mystically reappeared since; can you find the article on data corruption on the B&W G3 Macintosh computer? It's easy to find references on XLR8 and LowEndMac about the issue and the article in the TIL which failed to make it into the KB though both older and newer articles made it.

      Just to be clear, I think that both Apple and Microsoft are basically evil, only in slightly different ways. Apple tries to hide the details of the OS from the casual user just as surely as Microsoft. This is essentially desirable behavior.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    26. Re:So uh... by BitZtream · · Score: 1

      Yea, except ... very few people actually know that, and it doesn't show command line by default on any install I'm aware of.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    27. Re:So uh... by BitZtream · · Score: 1

      Every thing you pointed out to 'detect' the problem can be overcome by setting LD_PRELOAD in those init scripts to use a specially modified replacement for system libraries to cloak itself. No need at all to replace system binaries, just replace the libraries they use so they aren't ever even aware of the changes.

      Which won't be useful when the information IT gets back from its own library routines is a lie.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    28. Re:So uh... by BitZtream · · Score: 1

      She'd probably use Activity Monitor instead, unless you need something top or ps specific (which you wouldn't for this purpose) theres no reason to use top over Activity Monitor when looking for processes. Your mom could easily run Activity Monitor from the Applications/Utilities directory.

      Of course, more along the lines of your point ... she probably wouldn't know what to do after she ran Activity Monitor ... or even that she should.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    29. Re:So uh... by BitZtream · · Score: 1

      Reality:

      You can see the same thing in task manager if you execute it as the SYSTEM user. Remember, on Windows, you are NEVER EVER root, you might be an 'admin' but you aren't root. SYSTEM on the other hand is, and its the only account that is truely unrestricted. Every other account has various restrictions on it, regardless of what groups you put it in or what extra flags you set on it.

      Processes can be hidden from BOTH using a kernel extension, which is what ACTUALLY happens now days.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    30. Re:So uh... by Anonymous Coward · · Score: 0

      Malware - it just works.
      Wow, your post is.... crap.

      Unless you've been rootkitted, there's no such thing as a hidden process - task manager may not display it, but there are other tools out there too.
      99% of people who own macs wouldn't know or care enough to clean out crap by doing whatever commands you put up, they'd copy their files off and rebuild their system at best, or blindly ignore it at worst.
      You know something, keep on bashing windows - it's sooo funny seeing people like yourself keep regurgitating the same points that were only relevant 5-10 years ago. Yes, windows still blue screens as soon as you look at it, everything runs as root, there's no firewall, it ships with IE6 and we still TSR virii due to compromised bootsectors.

      I just think it's funny - oh noes, we get malwares on my precious jobs machine, here's all this proof that we're still superior. Who cares? I'm afraid that Mac users are just as dumb as the windows users, and they'll run anything. I don't care that it isn't as bad as windows as it needs to click through an install wizard - with LUA, a whole bloody warning screen pops up, you just can't put stupid people off installing stuff as they think they know better.

    31. Re:So uh... by bmo · · Score: 1

      But this is all normal-user-privilege stuff.

      Replacing with default .rc files is going to nuke any and all such settings, including path and ld_preload and whatever else you can find. That's what I'm trying to point out here. Shit with joe-user permissions is not going to be writing /usr/lib any more than writing /bin. Once the user's config files are restored, they will no longer point at the bogus libraries in ~/lib/ or /tmp or wherever.

      At the level of joe user, you can stomp on all of this all day long and kill it dead if it never gets elevated. But once this escapes to root permissions, all bets are off and the only thing left to do is nuke and pave.

      --
      BMO

    32. Re:So uh... by cbhacking · · Score: 1

      Better yet: install a new version of sudo (and su, and whatever programs are used for elevation). The new version *looks* like the real one, but doesn't actually do any elevation itself. Instead, it logs the password you enter, then passes that password to the real program. As soon as the real program accepts it, the malicious version calls `sudo install-root-malware-and-hide-infection` and passes in the password it just captured (actually, the last step might not even be needed since sudo probably cached your credentials for a few minutes).

      Your window of opportunity to find the malware is only from the initial install of the (user-only) malware, to the next time you have to do anything as root. After that, you're completely pwned.

      --
      There's no place I could be, since I've found Serenity...
    33. Re:So uh... by Anonymous Coward · · Score: 0

      Yes, it's all normal user privilege stuff.

      Normal user privilege stuff that will make the malware completely invisible to a normal user.

      That is the problem everyone is pointing out to you, and you just keep saying "but it isn't root!" like a broken record. We get it. It isn't root. And it can still hide and it can still fuck you up and however easy it is to clean up, if it is hidden then you don't fucking know you need to clean it up .

      Are we getting through to you yet, or do I need to try again in words of one syllable?

    34. Re:So uh... by Anonymous Coward · · Score: 0

      ps -uax | grep $USER

      You lost 90% of the user base with that first line.

    35. Re:So uh... by Anonymous Coward · · Score: 0

      ps -uax | grep $USER
      OH HEY GUYS THAT LOOKS WEIRD
      killall -9 $SUSPICIOUS PROGRAM
      rm $PATHTOSUSPICIOUSPROGRAM/SUSPICIOUSPROGRAM

      And not even have to have a # in your prompt. No sudo, no su, no nothing.

      Go on with life

      Wow. That's...difficult.

      As someone who has worked phone-based tech support for PC and Macs users for over a decade, I can tell you right now that 99% of Mac people who call in would reply to your "solution" with the following quote from a real tech-support call:

      him:You fucking moron, Mac's don't have a command line
      me:...
      him:click

      Now, I realize that idiots are far more prone to call into support, but Apple has done a LOT of marketing to people who would not be able to reliably click an icon which performed all those tasks for them, let alone know how to grep anything or recognize a suspicious program. In the words of another customer I helped once, a much nicer man than the other, "It's all just an Alphabet Salad to me, and the croutons are stale."
      These are the people who attract malware authors' attention. These are the people we have been warning about for some time, while the fanboys raved and foamed at the mouth that it could never happen. Well it has happened, deal with it. You're as bad as the Windows fanboys who defend every exploit in their pet OS in the same exact fashion.

    36. Re:So uh... by Anonymous Coward · · Score: 0

      So unimaginative. It could change the user's path to run a modified copy of ps. I note you didn't use the full path to ps, so you just missed seeing it.

  28. A virus? by Anonymous Coward · · Score: 0

    I thought macs dont get viruses?

  29. Only your own folder? Still... by lpp · · Score: 2

    That seems like it's not really any protection at all. Most Macs are likely single user setups anyway. Sometimes, sure, you'll have some other users on the machine, but most of them are likely just tied to one user.

    To that one user, their files are the critical component of the machine. If they bought the machine, they have the reinstall discs for the OS, plus those of any upgrades. Annoying? You betcha. But if they haven't been backing up their files (shame on them) then having to reinstall the OS is the LEAST of their worries.

    And this of course goes for Windows and Linux installs as well. And really, even in a multi-user/single-machine scenario, while the damage is limited, it is still potentially devastating for the user involved. And again, for many (most?) installs, there's only one user that matters anyway.

    1. Re:Only your own folder? Still... by BitZtream · · Score: 1

      Reinstalling the OS isn't even needed if they are using Time Machine for backups, you can just roll the whole machine back to preinfection.

      Its too bad getting time machine working requires some extra piece of Apple hardware, all the silly hacks to get it to work on a samba share are for all intents and purposes, worthless.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    2. Re:Only your own folder? Still... by tm2b · · Score: 1

      Time Machine backs up just fine to any local (non Apple) external hard drive (I suppose internal, too, if you have multiple internal drives). No extra Apple hardware required.

      --
      "It is our blasphemy which has made us great, and will sustain us, and which the gods secretly admire in us." - Zelazny
  30. It didn't evolve. by Anonymous Coward · · Score: 1

    The new version was simply designed more intelligently.

  31. It Begins! by deadhammer · · Score: 0

    As any Windows user will tell you, it only gets worse from here. Welcome to the world of malware arms control, Macolytes.

    --
    I'll be honest, we're throwing science against the wall to see what sticks. -Cave Johnson
    1. Re:It Begins! by jscotta44 · · Score: 0

      Trojans for the Mac have been around forever. There is nothing new here – except maybe that the Mac has started attracting even the bottom-level intellects that normally would purchase a Windows computer. Don't blame the computer if it does what you tell it to do. If you fill out a form that asks for your credit information, that is your fault, not the computer's.

  32. NB by itsdapead · · Score: 1

    PS: I know I shouldn't have put "void" in front of "main" but its 15 years since I wrote any serious C, and malware is supposed to be badly-written, isn't it?

    --
    In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
  33. You're spelling it wrong by Jennifer3000 · · Score: 1

    MAC (stop yelling!) is a brand of cosmetics. I believe you mean "Mac", which is short for Macintosh, a brand of computer manufactured by Apple, Inc.

  34. You spelled "viruses" wrong. by Jennifer3000 · · Score: 0

    The plural of "virus" is "viruses", not the botched pseudo-Latin neologism seen above. You obviously never had Latin classes.

  35. Linux users will be easiest pickings. by Anonymous Coward · · Score: 0

    Why? Their arrogance. They will REFUSE to acknowledge it is possible for their machine to be compromised, and not run any protection. The easiest target is the one who thinks he is invulnerable.

    That would be the Linux.

  36. Not worried by pianophile · · Score: 1

    I'd take these new "malware" scares seriously if I ever, ever encountered one on my Mac in real life, or knew anyone that had. I hear lots of haters, lots of hearsay, but not much else.

    --

    'Your brain is God.' -- Dr. Timothy Leary
    1. Re:Not worried by BitZtream · · Score: 1

      In 15 or so years, I've had one Windows virus ... and I STILL act the same way ... I recognize the fact that I need to be vigilent otherwise I'll know the pain that is Windows virus hell because I started downloading random stupid shit off the Internet.

      By the time you start taking it seriously, it'll be too late for you to save yourself.

      I treat my mac just like a windows machine, I'll be safe while you're trying to figure out how to uninstall something you clicked on because 'there are no mac malwares'

      Your way of handling this situation is extremely ignorant and is EXACTLY why OSX will get beat to all hell and back when they start focusing on it.

      I remember the time ... on slashdot ... that no one would have made such an obviously ignorant statement. Some other news site with random joe schmoze of the street ... sure ... but here, you're supposed to have a clue by virtue of the site itself. Now they we're at what ... 2 million accounts? ... I'd bet 1.9 million of them are idiots :(

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  37. But what is the heuristic? by SuperKendall · · Score: 1

    Even a heuristic based on the signature of this one variant would likely be effective against many or most possible variants.

    Based on what it does though, I don't really see a clear heuristic you can apply.

    At the heart of things, it's basically an app that opens web pages. Lots of apps do similar things, I don't see how you can implement a heuristic that would trigger false positives.

    It seems like the only approach they can take is looking for specific code signatures, a tactic which works but is also easily worked around as the code changes.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  38. Seriously.... by DJ+Particle · · Score: 1

    Still. Not. A. Worm.

    </ysac>

    Yawn.

  39. Even for enterprise users by Sycraft-fu · · Score: 2

    The "BUT IT DOESN'T INFECT THE SYSTEM!" screaming is just a geek defense mechanism that shows ignorance of how computers are actually used. Nobody at work gives a shit about the system. They don't care about the OS, the applications. They've learned that we, the IT people, can get that all back and running quickly. None of it matters to them.

    What matters is their data. That is what they want, what they worry about. From the important, like actual work, to the trivial like bookmarks and backgrounds, that is what they want us to save when a computer has a problem. It is of no comfort to them that "The malware only infected your account," because their account is what matters to them.

    Also in terms of real damage it also doesn't matter. Even if malware infects a system so bad there is no possible removal, who cares? I can rebuild a system from scratch no problem. However if malware gets in and steals passwords, credit card data, SSNs, then it doesn't matter if it just had access to one account, real damage is done.

    Isolation to an account doesn't matter and the malware authors have figured this out.

  40. Malware - Validware by jscotta44 · · Score: 1

    Wow, the anti-Apple sharks are in the water biting at everything. Question. How do you tell that a piece of software asking for an in-app purchase is malware/crapware/just bad software? How does anti-virus software prevent that from happening?

    I ask, because, as I understand it, this Mac Defender malware starts an installer that requires user interaction to go through a series of steps (no Admin level stuff) to actually install the software. Once the user has completed the steps, it then goes through another series of steps to try to convince the user that they need to purchase the license.

    Okay, how is this much different than a legitimate piece of trialware? Yes, we happen to know this group will use that credit information for nefarious purposes. But how is anti-malare supposed to discriminate between legitimate and non-legitimate software? How do you protect the user from being ill-informed or just plain stupid?

  41. Infinite Loop by RichM · · Score: 1

    So, when are the bad guys going to invent the "Mac Guard Cleaner" tool?

  42. MASSIVE STASH OF MAC MALWARE DISCOVERED by Anonymous Coward · · Score: 0

    It was discovered that a sight called sourceforge has a massive collection of osx potentially malware.
    Sourceforge like Anonymous is a collection of software hackers who write code and then try and get other people to run it.
    There is no central sourceforge quality control and no protections that the code uploaded is not malware.

    To infect the computer the osx users need only download the source files, recompile using the compiler included in the osx distribution.
    There are no system messages to warn about running linux programs that may need header file changes on a BSD platform.
    Worse still if an osx user were to modify the source code it would give them complete control to screw up their computer.

    There is a grave danger of root kits where hackers instruct users to down load these "sourceforge" source code programs and then modify them to enable a trojan horse or virus function. If a user were to downloda one of these files and then hand change it they could broadcast their most personal information all over the internet.

    Worse still because there has been such a small rate of this occurring in the past any increases would take the osx community completely unprepared. As the osx platform overtakes the windows platform as the operating system of the future we risk a grave future where hackers can write source code that is capable of operating on literally millions of apple computers.

  43. Smug comment from Dr. Seuss by erroneus · · Score: 1

    Then they yelled at the ones who had stars at the start,
    &ldquo;We&rsquo;re still the best Sneetches and they are the worst.
    But now, how in the world will we know&rdquo;, they all frowned,
    &ldquo;If which kind is what, or the other way round?&rdquo;

    Then up came McBean with a very sly wink.
    And he said, &ldquo;Things are not quite as bad as you think.
    So you don&rsquo;t know who&rsquo;s who. That is perfectly true.
    But come with me, friends. Do you know what I&rsquo;ll do?
    I&rsquo;ll make you, again, the best Sneetches on the beaches.
    And all it will cost you is ten dollars eaches.&rdquo;
    ----
    I hope everyone knows this story and appreciates the relevance.

    1. Re:Smug comment from Dr. Seuss by IrrepressibleMonkey · · Score: 1

      I'm assuming that Sophos is playing the role of Sylvester McMonkey McBean in this re-telling? The truth is that right now these Mac users would have been better off believing the "Mac is immune to viruses" myth. The fear of malware has made these users download and install malware to their Mac in an effort to protect themselves. Sophos is one of the companies that are aggressively marketing FUD on this issue. Frankly, their product is merely detecting and removing a competitor's product.

  44. stupidity still required by robogobo · · Score: 1

    Like a total stranger walking up to your door and saying, "here eat this turd." Password or no, only the stupid will fall for this one.

  45. User access by Anonymous Coward · · Score: 0

    As long as users have access to even the smallest portion of a file system, malicious programs will continue to use this access and manipulate it to their benefit, whether it's potentially gaining higher privileges, or sitting in a loop of not being able to do much other than annoy people.

    I don't see the solution as continual limitation of user's access, but instead increasing the ease of removal by an administrator; an example being an easy removal of some form of user profile and recovery from a backup source, whether that's on Unix, Linux, or Windows.

  46. LOL by Anonymous Coward · · Score: 0

    I lol at you Apple

  47. Re:Sour grapes or vinegar... by BitZtream · · Score: 1

    I'm a mac lover, and if you look up towards the top, I'm probably one of the first posts to say 'wait until the Windows guys come after OS X'.

    Its just reality, these 'exploits' are user exploits, not true OS exploits. They are hacking the user, getting them to do something they shouldn't. If the OS stopped you (which it can) then you'd be ranting about how evil apple is for locking down the OS to the point of being a walled garden.

    OSX WILL get bet the to hell and back if it keeps gaining popularity, hopefully Apple will have learned from whats happened to Windows and not suffer all the same issues along the way, which they clearly have done something better out of the gate, but not at all a perfect implementation as there have been plenty of exploits up to this point and they'll be plenty more for sure.

    If Linux got popular, the same thing would happen to it. They stopped going after the OS, its FAR FAR FAR (insert 20 or so more FARs) easier to convince an ignorant user to do something they shouldn't than exploit the OS, even on Windows now days. Do people still hack the OSes? Sure. I used to crack games for people on IRC just for the challenge, and never play the game beyond verifying the crack. Its fun. Some people think causing massive amounts of extra work for other people on the Internet is fun, most of the time they grow out of that before high school ends though and put the script kit away. Very few people actually put work into exploiting the OS in order to get their malware spread, and those guys usually don't want to get noticed so they aren't doing stupid shit like 'buy our software' popups. They're just quietly using your machine to spam for profit.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  48. Re:Sour grapes or vinegar... by REJ+Messser · · Score: 0

    I'm a lazy engineer with enough years of hacking hardware, tools and control systems to not want to waste time on broken products. Windows is one of those products. Microsoft Windows was created broken, constantly patched, but never fix in twenty years. But these comments are not really about Windows vs Macintosh security, are they? It appear to me that Windows fanboys have been in pain for so long that they can't possible admit that they suffer by choice. When faced with that possibility they are quick to point a finger and say, "just wait, you will get yours!" Have they really suffered so much and so long that they can only spit venom, and wish their misadventures on others? Apparently so. As I previously posted, it's Microsofts greed and laziness, not malware writers cleverness that has produced out current reality. Microsoft effectively built in a root level exploit when they implemented Windows with OLE/ActiveX at it's heart. OLE/ActiveX helped Microsoft to displace IBM in corporate circles because any generic Windows PC in a corporate network could be "owned" by network administrators. This had many advantages prior to 1994 when corporate networks were closed. But once the Internet was opened to the public that became a liability. To make things worse, Windows 95 and succeeding versions added full TCP/IP stacks to this mix. Direct access to TCP/IP via OLE/ActiveX became a huge exploit for self executing code. That is the key that MS Windows root kits are based on. What was "good enough" in 1993 is sorrowfully lacking in 2003. That's why I say it is not the brilliance of malware creators that power these exploits, but the myopic greed and laziness of Microsoft. On top of this, it is the constant churn of running battle that is "Windows User vs Malware," that primes the uninitiated for manipulation. Every month these is some new Windows exploit that get lots of press. Then, several time a year some hit-whore writes a "Smug Macintosh users will get theirs" article. This produces FUD in the uninitiated who want to believe the "press" is objective and balance, so they click and install... just to be safe. Will some clever programmer figure out a method for exploiting Mac OS, or even iOS? If substantial money is be gained, it is a high likelihood. But I would be very surprised if the current Apple goes down the same path that Microsoft took.

  49. the flood by reiisi · · Score: 1

    The flood started a long time ago.

    Practically from the days of the yellow box and the blue box.

    What we are seeing now is the shift from professionals to skript kiddies. That's why this is in the news. Skript kiddies don't know how to keep their heads down.

    But the first wave of skript kiddies will pass. And Mac malware operating in the wild will still be, relative to the installed base, at least an order of magnitude less than MSWindows malware.

    But how did we get here? Everyone has to compete with Microsoft, and the only way to do that is to do inherently unsafe junk. That's why I really don't like Microsoft. The push the vulnerable marketplace.

    --
    Computer memory is just fancy paper, CPUs just fancy pens with fancy erasers; the 'net is just a fancy backyard fence.
    1. Re:the flood by amicusNYCL · · Score: 1

      What we are seeing now is the shift from professionals to skript kiddies.

      I don't really agree. Yeah, definitely the kiddies are writing Mac malware, but the professionally-produced Mac vulnerability kit (kits?) is the real problem. There may be 1000 kiddies trying copy-and-paste vulnerabilities, but it's the handful of pros who also write Windows malware that Mac people need to be worried about, not the kids. Like we can see in this story, how the password is no longer required, the vulnerability and exploitation kits are going to continue to become more advanced the more they get developed. This is part of the reason why I think it's a bad idea for Apple to release a tool to disinfect this particular threat. I don't think Apple wants to get in the business, or create the expectation, that they will personally protect every machine. They should start educating people about proactive measures they can take for themselves (scanners and detectors), but that would go against a lot of their marketing BS. If they were really serious about keeping people safe, they would develop tools on par with Windows Defender, Microsoft Security Essentials, and the Malicious Software Removal Tool. Those things aren't perfect by a long shot, and it's been a long time coming, but at least Microsoft is making a serious effort in developing them.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
  50. Who is making this credit card harvester? by reiisi · · Score: 1

    It's not the real pros.

    Yeah, it's something to worry about, but it's high-profile. The guys who really know their stuff don't do high-profile, and that's why we haven't seen this until now. They have definitely known about local execution for a long time, and there really is nothing special about this tool. Except that only a script kiddie would make something like it and release it to the wild.

    This has been possible since well before Mac OS X 10.0, and I had to admit to myself by 10.3 that Apple, as a company, was not really interested in pre-emptive security measures. When they "switched" processors, I finally had to admit it myself that Steve was either not really seeing a whole lot more of the picture than Bill, or that the board of directors was insisting on going head-to-head with Microsof instead of trying to solve the real problems. (Probably both.)

    Now, x86 has inherent security issues, and non of the current crop from INTEL (or AMD, et. al.) fix the real problems, but that's not what I'm talking about. (PPC and ARM have some of the same issues, and issues of their own.)

    The attitude problem is visible in the execution of the switch, although it was also visible in the "secrecy" surrounding their maintaining the parallel code base until the switch.

    A code base that includes multiple CPU architectures, the different the better, is an essential part of security.

    But that has nothing to do with the current use of this feature (local execution) as a pseudo-vulnerability, other than as parallel evidence of the inability of large computer companies to face certain realities about computer security. (And as evidence that the kiddies are taking notice of the Mac, which means, yes, this will be used for capturing sudo passwords and making botnets as much as for stealing credit card numbers, which is why Apple's response is anything but satisfying.)

    But, no, Microsoft's tools are not any sort of a solution. If anything, they just prolong the mess. And the way they use DRM only makes it that much harder to secure in any real sense. They use bits and pieces of some of the right tools to solve the wrong problems.

    Red Hat is probably the best Linux distribution for this kind of stuff, but you have to shut off the stupid SELinux NSA-trap before you can start.

    The best defense is to keep valuable stuff off your PCs. That being a kind of not-very-good solution, the next best option is to use multiple bank accounts and get the bank to put tight charge limits on the accounts that you use on the web, even they will try there best to talk you out of it, and may even refuse to set up the separate accounts for you, in which case you have to use more than one bank. (Actually, we all need to use more than one bank anyway.)

    Hmm. This belongs in a blog entry, more than in this reply.

    --
    Computer memory is just fancy paper, CPUs just fancy pens with fancy erasers; the 'net is just a fancy backyard fence.