Slashdot Mirror


Symantec: Mac OS X Becoming a Malware Target

tb3 writes "According to ZDNet 'Security vendor Symantec is warning that Apple's OS X operating system is increasingly becoming a target for hackers and malware authors.' They go on to warn that the only thing that's protected Apple users from exploits so far has been the small number of Macs on the net. Now that people are buying Apple products for 'style over function,' according to one analyst, Apple computer has become a target for new attacks. More coverage on Australian IT and Silicon.com. I guess sales of Norton Anti-Virus for Mac needed a boost." Symantec may well be right about this, but note that they also have the world's biggest vested interest in making Mac owners nervous enough to buy their anti-virus products.

64 of 779 comments (clear)

  1. Style over function? by sgant · · Score: 5, Insightful

    Why does it have to be one or the other? From what I've found in OSX is that it can have style AND function.

    Is that so wrong?

    --

    "Leo Fender was in a 'state of grace' when he designed the Stratocaster." -- Paul Reed Smith
    1. Re:Style over function? by gitana · · Score: 3, Insightful

      Of course not.

      The OS X platform is built on solid unix programing. The eye candy is just the sparkly coating. Properly implemented OS X can be quite secure. Although, you might be able to say the same thing about any modern os(yes even windows.)

    2. Re:Style over function? by Too+Much+Noise · · Score: 3, Insightful
      Why does it have to be one or the other?

      It does not have to, but inevitably it will for some people.

      The by-product is that people are buying these products for form over function. They say it looks pretty and then buy it but don't secure it.


      Familiar, eh? it's the typical user buying a machine from Fry's, CompUSA and, now, Apple stores. Meaning Apple is also netting clueless users with its 'switch' campaign. Simply because they were largely confined to Windows so far won't magically change their ways as they move to Macs.

      Next, more of this type of users can mean more unsecured machines, hence a more attractive target for hackers. Once hackers move in (and they will, what with macs becoming cheaper and all) security of OSX will really begin to get tested.
    3. Re:Style over function? by Anonymous Coward · · Score: 3, Insightful

      Reading all the comments below, this story is getting flooded with fanboys trying to dismiss an article which has a genuine point, by using any dirty means necessary - kind of like what happened here.

      Sorry kids, but don't you think that there's a possibility that an OS which is designed to be easy to use (ie for the computer illiterate) AND is growing in popularity is going to be a target for malware/viruses?

      Jesus Fucking Christ.

    4. Re:Style over function? by prockcore · · Score: 4, Insightful

      There are no Microsoft-like ActiveX analogous components that allow viruses to replicate if you do something innocuous-sounding like read email or run a word-processor.

      You mean *besides* the buffer overflows found in quicktime?

    5. Re:Style over function? by GFLPraxis · · Score: 4, Insightful

      You know what I find amusing? "Mac OS X is becoming a malware target! There are no viruses yet, but there will be some!"

    6. Re:Style over function? by maxspivak · · Score: 4, Insightful
      There are at least two ways of getting a system infected: automatically and with user intervention.

      A system may become infected 'automatically' when an external attack exploits a hole in the box's current configuration.

      I got hit with a script-kiddy's sendmail exploit in an underpatched Linux box back in '97. Yes, it was my fault for not patching the system correctly. However, a properly locked down system, one with all necessary patches installed, is going to be *fairly* impervious to this type of attack.

      Mac OS X gets kudos for being secure out of the box (though Apple should enable firewall by default). Linux has generally been there for a while now. Windows is slowly getting there.

      Part 2 of avoiding 'automatic' exploits is being able to keep a system up to date. This is important and requires some user intervention on *all* OS's. The user *must* allow the OS to keep itself up to date. If not, newly-found holes will be left unplugged and potentially exploited in the future.

      <aside> How many of these holes will be found depends on the underlying design of the OS. The worse its initial design with respect to security the more holes will be found. In its current state, Linux and OS X are more *inherently* secure than Windows. This is akin to Java being more secure than Active X -- Java was designed with security in mind, and very few security vulnerabilities were ever found. Active X has a security model of a sieve, and its terrible security history speaks for itself. </aside>

      The second way a system can become infected is via user intervention. This is commonly called 'Social Engineering' and goes something like this: "Hey user, install this cool piece of software for neat feature X, Y, Z". So user installs the package, which includes malware, adware, opens a port from inside the system and communicates with it's mothership, etc. I don't see whey the Mac is inherently more secure to this type of an attack. In my one week's using a new Mini, I think this kind of an attack can succeed -- the user would even type the admin password to install the bad piece of software. Now, the malware on OS X & Linux wouldn't be able to overwrite critical system files (wouldn't have filesystem permissions) as it would on XP, but it could still cause enough havoc.

      What worries me more is that Mac users, thinking that they're impervious to any attacks, wouldn't think twice about installing some random software on their invulnerable mac. They're not paranoid enough, and some paranoia is not a bad thing. :)

      All in all, I welcome additional users into the Mac camp, even if it brings more risk with it.

    7. Re:Style over function? by TMacPhail · · Score: 5, Insightful
      My point is that Windows needs special steps to be _protected_;
      Actually, in SP2 it doesn't.
      I'd say installing SP2 is a special step on it's own.
    8. Re:Style over function? by Urgoll · · Score: 3, Insightful
      In summary, Microsoft provided the ability to make the system more secure using non-privileged accounts and groups like every other major OS, but application developers are not taking advantage of it

      You do realize that Microsoft, if they were serious about security, could have fixed that with the release of Windows XP. For some reason, most application publishers want the 'designed for Windows XP' sticker, logo or whatever. To get this, they're supposed to follow the guidelines of the program setup by Microsoft. For some unknown reason, Microsoft has never asked that the programs be well-behaved in multi-user, non-administrator environment. So developpers don't care (path of least resistance).

      In most cases, fixing the issues are simply to store preference files in the right place (user's directory, user's registry).

    9. Re:Style over function? by Moofie · · Score: 4, Insightful

      No, I DON'T think that its "stylishness" has anything whatsoever to do with its susceptibility to malware.

      Once there are some actual exploits in the wild that we can examine and dissect, my conclusion will remain.

      Oh, wait, what's this? There aren't any? Ah. OK then.

      --
      Why yes, I AM a rocket scientist!
    10. Re:Style over function? by Darby · · Score: 4, Insightful

      Windows has been multi-user for years,

      Well, they have advertized themselves as such for years.
      Tell me this, though.
      How do you build a windows service (that's a daemon for you unix folks but it needs to be specifically built and installed to work properly), have it run as an unprivileged user (i.e. *not* the system account) and have it start when the system boots *without* the user it is supposed to run as logging in at the console?

      If it's possible, then it is *very* fucking new.

    11. Re:Style over function? by Sparks23 · · Score: 3, Insightful

      In summary, Microsoft provided the ability to make the system more secure using non-privileged accounts and groups like every other major OS, but application developers are not taking advantage of it. I always run as a non-privileged user, and I am getting sick of applications that have no reason to need administrator privileges not running correctly.

      Good assessment. I'd elaborate by adding that the /reason/ people don't program things to do non-administrator (or multi-user) stuff properly is because of legacy stuff, alas.

      Let's say you're writing a program. You write it under Win95. Time goes on, Win98 comes out, then WinME, and finally XP. Now, with XP, you can do multi-user stuff... but by now you have a codebase you don't want to have to go back and rewrite all of. Or even with more recent programs, people complain that they want it to run on Win95, or 98, because they don't want to upgrade to XP.

      It's really a pain to write something to do everything properly NT-ish/XP-ish multi-user /and/ run on single-user Win9x as well.

      Whether or not Mac OS X is inherently 'better,' they picked up a bit of a benefit by the 'throw out the old system and start over with OS X' tactic. By basically creating an entirely different operating system, people really had to redesign their apps for it. Huge investment in time and energy... but as long as they're rewriting their apps anyway, they can rewrite them properly for a multi-user environment.

      (Disclaimer: While I write Windows software for a living, Mac OS X software for a hobby, and use both, the Mac is my machine of choice for casual browsing and productivity.)

      --
      --Rachel
    12. Re:Style over function? by delire · · Score: 2, Insightful

      The OS X platform is built on solid unix programing. The eye candy is just the sparkly coating..


      ... that comes between you and the solid unix programming, choking the gfx card and swalling system memory.
    13. Re:Style over function? by Servo · · Score: 2, Insightful

      I switched because of function not style. I use a Mac because it does everything I want and more. I don't have to have 2 or 3 computers to do what I want.. just 1 Mac. So called analysts need to get their head out of their ass.

      --
      A slip of the foot you may soon recover, but a slip of the tongue you may never get over. -Benjamin Franklin
  2. As an IT person who is deploying OS X by snuf23 · · Score: 4, Insightful

    Can someone out there tell me what the reality of the situation is? Do you really need anti-virus for OS X? In the research I've done I can't seem to find any references to real (as in active in the wild) OS X viruses.
    We will be transitioning about 8 production Macs to OS X later this year, and I am wondering whether I need to concerned at this point. It doesn't seem like I do.
    I also understand the possibility of exploits in some of the open source code used in OS X. I assume you deal with this the same as on any other OSes and patch it when the fix comes out.

    --
    Sometimes my arms bend back.
    1. Re:As an IT person who is deploying OS X by mekkab · · Score: 4, Insightful

      You can "rootkit" BSD boxes. Though from here its a bit more than just BSD... sort of a mix.

      Poorly administered servers can get trashed. If your root password is "r00t", it won't take long for someone to figure it out.

      You need to be concerened only insofar as you need to have a network admin (or something to that affect). How do you know when your network is being attacked? How do you know what attacks are being tried? If you aren't analyzing your network thats the worst mistake anyone can make.

      That being said, there is this virus, its called "rm -rf *", its really bad.

      --
      In the future, I would want to not be isolated from my friends in the Space Station.
    2. Re:As an IT person who is deploying OS X by Anonymous Coward · · Score: 2, Insightful

      I have been doing tech support for 5 years in a mixed Mac/PC environment, and have never seen a Mac computer have a virus infection. Take that for what it's worth. (Most of our Macs are running 10.3 right now.)

    3. Re:As an IT person who is deploying OS X by Anonymous Coward · · Score: 5, Insightful

      It's limited to administrators. If you have administrator rights on OS X, you effectively have root anyway; it's just that it's shielded power: you need to take deliberate action to access it, rather than it being at your fingertips. Sort of the difference between an empty pistol with ammo in your pocket, and a loaded and cocked pistol.

    4. Re:As an IT person who is deploying OS X by Sycraft-fu · · Score: 4, Insightful

      At this point I'd say not to worry, there doesn't seem to be much in the way of viruses. The only real function would be to catch Windows viruses so you are an unwitting carrier, but then that can just be done on the Windows systems.

      It sounds like spyware is the problem that is going to be the more immediate concern. Initally, there should be little enough of it that you can just shitlist it, but once the door is open I expect they'll be a flood of it since scammers just never seem to give up.

      The real solution for that is just user education. Teach them not to install crap (I know, easier said than done). Make sure they don't think they are invincible just because they are now on a Mac. A distrubing trend I see with many Mac converts is they believe themselves to be invincible to malware/viruses/exploits/etc. Well that mindset will lead to crap getting on the systems when it comes out.

      So while I'd keep an eye on the OS-X virus situation, I wouldn't worry about software at this point. Worry more about malware and teaching users to stay away from it.

    5. Re:As an IT person who is deploying OS X by BandwidthHog · · Score: 2, Insightful

      Yep. Just tried it on my iBook under 10.3.8. I was then able to log in graphically as user "root," which showed up in my top right corner user menu as "System Administrator." Of course, I did have to enter my password, which is for an admin account.

      So while it just don't seem right, I guess you can't really consider this a privilege escalation bug; from what I can tell it's just a shortcut for enabling root that requires admin credentials anyway.

      --

      Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
    6. Re:As an IT person who is deploying OS X by obeythefist · · Score: 2, Insightful

      That's the whole crux of the article, if you read it.

      It never was much of a problem, but Symantec are saying that because of increasing numbers of Macs connected to the 'net, there's an increase in sighted Malware/viruses/adware/spyware.

      Although you should take the words of a vendor trying to sell you something with a bag of salt, it is inevitable that incidence of external threat to an OS will be proportionate to the market share of that OS.

      Perhaps the era of security through obscurity for Apple is drawing to an end, and the true security of OS-X will be tested. Should be interesting to watch.

      --
      I am government man, come from the government. The government has sent me. -- G.I.R.
    7. Re:As an IT person who is deploying OS X by jcr · · Score: 2, Insightful

      Please have your friend contact AppleCare, and if possible, forward them a copy of the phishing message. If there's a way to do do what you describe in Mail.app, Apple certainly wants to know about it.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    8. Re:As an IT person who is deploying OS X by NoodleSlayer · · Score: 3, Insightful

      Its possible to set up a root password using the NetInfo config utility, which unlocks 'su' on a OS X Client machine, OS X Server comes with 'su' unlocked by default. Log in as root from the log in screen is still disabled after unlocking 'su' though I believe.

      As for sudo, its this simple, don't let people log in as admin if you're worried about security. If you are the type that knows how to use sudo, odds are you know enough to keep yourself from fubaring the system anyways, and even if you do, reinstall isn't that hard.

      Besides, you're perfectly capable of doing most things you need to from a regular account. The point of admin level access isn't to make the machine 100% secure, its to have cursory security from the users to make sure that they can't easily delete their system folder, or anything of the sort.

  3. Sounds to me like Symantec's trying to push their by Anonymous Coward · · Score: 5, Insightful

    Mac products out the door again. I guess with Apple projected to take 5% of the market share they decided maybe it would a good idea if they actually started pushing Mac products.

  4. The only reason Windows is exploitable... by hereschenes · · Score: 5, Insightful
    From the article:

    "The only reason Windows has had mass exploits written for it is the sheer number of connected devices that are present on most networks."

    It's a reason for sure, but the only reason? I think not!
    --
    More like... nerdular nerdence!
  5. And the I-told-you-so's are redeemed! by SmoothriderSean · · Score: 2, Insightful

    Bad or non-existant passwords, crappy anti-virus software (Virex, I'm looking in your direction!), and a long-unchallenged (calm down, I mean by experience) belief that Macs would continue to be unaffected by this sort of thing always seemed like they'd rear their ugly heads one of these days. But on the other hand, why trust the exterminator when he says it's bound to be a big bug season?

  6. Good business model. by MuckSavage · · Score: 2, Insightful

    So their only "real" proof that hackers are targeting OS X is a rootkit? Wow. The Symantic FUD, aka "we need to sell more versions of NAV for the mac" has been shifted up a gear.

  7. Security through obscurity is not permanent. by Faust7 · · Score: 2, Insightful

    In its seventh bi-annual Internet Security Threat Report, Symantec said over the past year, security researchers had discovered at least 37 serious vulnerabilities in the Mac OS X system.

    Don't let this line fool you - it doesn't necessarily mean that OS X is inherently more secure than Windows, or Linux, or whatever. It can safely be said that the amount of resources being expended to identify and cure OS X vulnerabilities is at least somewhat smaller than those used for Windows, in rough proportion to OS X's much smaller market share. The lesser amount of pure research, plus the lesser amount of wild exposure, mean that there will be plenty security-wise in OS X that's missed. The truth won't really be known until OS X gains enough visibility to have as much as, or at least a fair chunk of, what Windows has thrown at it on a daily basis.

    Obscurity isn't a permanent solution by any means, and here is the proof.

    1. Re:Security through obscurity is not permanent. by zulux · · Score: 5, Insightful

      It can safely be said that the amount of resources being expended to identify and cure OS X vulnerabilities is at least somewhat smaller than those used for Windows, in rough proportion to OS X's much smaller market share.

      MORE effort is being spent to fix OS X than Windows - in proportion to market share.

      OS X gets fixes from Apple.....

      And FreeBSD.
      And OpenSSH
      And Samba
      And Kerberos.
      And Mach Developers.
      And KHTML/KDE Developers.
      And GCC Developers (stack protection,etc)

      Plus a bunch more that I'm missing

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

  8. Services are turned off by default... by Philippe · · Score: 5, Insightful

    On MacOSX, most (all?) network services such as ftp, sshd, httpd... are turned off by default. And automatic software update (prompting the user) is on by default. That, coupled with a better security model from the ground up will ensure that the MacOS never becomes the trojan-infected mess that Windows has become.

    Methinks that Symantec is propagating FUD to drum up sales...

    1. Re:Services are turned off by default... by Sloppy · · Score: 2, Insightful
      Well, the real risk these days is the user, combined with sanely written software. Disabling services is a good thing, but it's only one brick in the wall.

      The question is: do web browsers on MacOS X automatically download and execute code, just by loading a web page? Do MacOS X mail readers let users execute an attachment as easily as clicking on it? And in both cases, does the code run with absolutely authority (i.e. root)?

      From what little I've seen on my bro's Mac, the answer to those question is No, whereas it's Yes for a typical Windows user.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  9. let's see!!! by netdur · · Score: 4, Insightful

    a small program that
    1) fool web browser to download without user notice
    2) chmod itself ---x--x--x
    3) excute itself!!!

    I don't think that is possible at *nix systems

    --
    "Steve Jobs invented the world" -- Bill W. GATES
  10. Yes it is... by Anonymous Coward · · Score: 3, Insightful

    It will upset the frothing Linux zealots who keep insisting you cant have both - thats their excuse for liking a GUI (doesnt matter which - Gnome / KDE - take your pick) that is less intuitive to use than even Win95

    1. Re:Yes it is... by jessecurry · · Score: 5, Insightful

      I never said that the "i" didn't bother me either, but it's slightly less annoying(at least to me) because you get an idea of what the application does from its name.
      Looking at names such as Krusader doesn't help me to know what the application does. The same goes for kdissert, kdar, Krita, Kate, KLibido, knoda, Konstruct, KlamAV, etc... basically what I'm getting at is that the prepended K seems to make developers try to come up with Kreative names for their applications rather than informative ones.
      About the only applications that I am familiar with that have descriptive names are KMyFirewall and KText. I'm sure that there are plenty of others with descriptive names, but the vast majority of Kapplications seem to be named simply for the K.

      --
      Those who know, do not speak. Those who speak, do not know. ~Lao Tzu
  11. Viruses and Word by mr.dreadful · · Score: 4, Insightful

    The only real issue I have with OS X and viruses is with MCSFT Word macro viruses. Its worth having something that can sort those bad boys out because they can be spread to other users. I have one user who is constantly propagating macro-viruses, but I think I found the solution.

    I'm moving him to Apple's Pages software.

    Seems to handle doc files just fine, and no macro issues.

  12. Re:Hypotheticals....Hypotheticals by Knobby · · Score: 4, Insightful

    The WORST you could do is trash your user environment. NOT the OS.

    Who cares about the OS? The OS can be reinstalled in about an hour. I have 40GB stored in my user environment. It gets backed up every day, but a virus, worm, or trojan that wiped out the user environment could cost me a days work without too much trouble. That's a much larger concern to me.

  13. Windows is unique by Sloppy · · Score: 5, Insightful
    The only reason Windows has had mass exploits written for it is the sheer number of connected devices that are present on most networks.
    I gotta call bullshit on that.

    Quite simply, Microsoft's operating systems and applications are unique within the industry -- no, not just the industry, but almost unique in post-1989 history itself -- in the careless way they treat data as code. Nobody else would have deployed ActiveX, or deliberately made executing a mail attachment as easy as clicking on it.

    I can believe MacOS (or any other platform) has its share of bugs that can be exploited, but you just can't find anything as dangerous-by-design as Windows. Windows will always (even as its marketshare fades) be a comparatively unsafe platform, relative to what is normal. It's not just about code quality, it's about amazingly dumb ideas, combined with business practices that resulted in a situation where users' happiness is not a significant market force.

    And of course, there's the obvious counter-example: where are all the BIND and Apache worms? Talk about "sheer number of devices"!

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  14. More scared people -- more sales by EmbeddedJanitor · · Score: 2, Insightful
    Symantic are surely drumming up some FUD to sell their product.

    Apple fans are the perfect audience. Most are technically non-savvy arty types who are easier to FUD.

    --
    Engineering is the art of compromise.
    1. Re:More scared people -- more sales by Ibanez · · Score: 4, Insightful

      You're just joking right? I can't decide whether to respond, mod you down as a troll, or mod you up for being funny.

      Seriously, you think the average Apple user is less savvy than a PC user? Most of the graphics artists I know are SIGNIFICANTLY more knowledgable than most PC users...

      Blake

    2. Re:More scared people -- more sales by Bellyflop · · Score: 4, Insightful

      Sure, but most Apple users aren't graphic artists. Apple has home user market penetration too you know. Most mac users are probably people who bought their iMac because they liked how it came in different colors, like my friend. She's not an idiot, but she's definitely not a savvy computer user. She just likes how her Mac looks and doesn't do much but websurf and word process.

    3. Re:More scared people -- more sales by arminw · · Score: 2, Insightful

      ..Symantic are surely drumming up some FUD...

      Indeed true! Unlike Windows, Mac Apps do NOT require admin privs in order to work correctly. If a user downloads a file that tries to execute, a window will come up warning the user and recommending to not allow this execution. If a malware wants to install something, the Mac asks for an admin password, which if the user doesn't know it or give it if he/she does know it, cannot get any further. There are millions of Mac users already, and I know of no malware that affects Macs that don't require some social engineering to trick a user into giving some kind of OK or password in order for that nasty to have any effect.

      Windows still is and always was in effect a single user system where the software writers ASSUME that the user has total access to any spot on the hard drive, as it has always been with a PERSONAL computer. Many programs, especially malware, write to the registry for example, so the malware will run when the computer boots. If and when MS decides to finally change that FACT, backward compatibility with most existing programs will disappear, forcing all users to upgrade most, if not all of their software apps. *NIX OS come from a true multi-user heritage and have always been more secure by neccessity.

      --
      All theory is gray
    4. Re:More scared people -- more sales by Anonymous Coward · · Score: 1, Insightful

      You're kidding right? Either that or pathetically stuck in the past. It may be true that historically Apple users were schools and graphic artist (who are actually extrodinarily computer savvy). The demographics have changed significantly though. The current reality is that Mac OS X is being adopted by scientists and Linux users in droves. A significant portion of current users of Mac OS X happen to be some of the most hardcore computer experts on the planet.

    5. Re:More scared people -- more sales by jcr · · Score: 2, Insightful

      Well, you got her to understand why logging in is a Good Thing, but I think that in your shoes, I would have refused to comply with the initial, irrational request.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    6. Re:More scared people -- more sales by Weirdsmobile · · Score: 5, Insightful

      Most mac users are probably people who bought their iMac because they liked how it came in different colors, like my friend. And most home PC users bought their computers because they liked the bargain basement prices. I don't know what kind of Windows platform utopia some of the posters in this thread are living in, but have you ever listened to some of the people buying PCs at CompUSA or Best Buy? I don't think fans of either platform can necessarily crow about the superior computer savvy of their users.

      --
      For relaxing times...make it Suntory time.
    7. Re:More scared people -- more sales by jschoenberg · · Score: 2, Insightful

      My sister bought her Mac Mini specifically because she's not savvy. She rightfully feels that she should not HAVE to be savvy to own a computer.

  15. In teh case of malware? by Sycraft-fu · · Score: 3, Insightful

    Yes, obsucrity is absolutly he only reason it hasn't been targeted. Remember malware comes in the front door, not the back one. It either piggybacks on an app you want, or simply is an app you want. Well you can't secure against that, OSes don't know by magic which apps are good and which are bad. If you have permissions to install apps, you can install ones that fuck the system up.

    That's different than exploits, which rely on finding bugs in code. If the code has less bugs and/or less services where one could try to find them, it is more secure.

    However, there's basically nothing you can do about malware other than make scanners for it and try to educate users. Without some kind of trusted computing, signed application deal, there's no way you can make an OS that only allows users to install safe apps, since there's no way to know what is and isn't safe.

    Hell some people don't even care about spyware, they want their dumb little free screensaver or whatever and don't care if it spys on them. You can tell them it's bad and they'll just ignore you.

  16. No. by Anonymous Coward · · Score: 1, Insightful

    OS X gets fixes from whatever Apple decides to allow into it.

  17. Re:"But it's a Mac..." by rokzy · · Score: 3, Insightful

    I don't get it? did anything bad happen to the Mac? what you're saying is that using non-Mac products can get you owned?

    yes setting up a wireless network was maybe a bit stupid given such poor company security, but with that kind of bad IT administration something was bound to happen sooner or later.

    also, look at how many Windows users don't think they need to understand security (the Windows box said is was more secure than ever!).

    the moral here is that YOUR COMPANY SYSTEMS SHOULD BE DESIGNED TO BE SECURE in the first place so even the most retarded employee can't fuck everything up.

    I hope you took the hint and moved everyone to Mac/linux. no? "fool me once, shame on you..."

  18. This is still just FUD by argent · · Score: 4, Insightful

    The only exploit they point to is a rootkit... which is something you install *after* you've exploited the box... there are no active threats that any antivirus software will work aaginst.

    This is like their attempt to talk up a manually-installed program that deleted all your files on the Palm as an exploit, to push their useless PalmOS antivirus. And then their Pocket PC antivirus actually caused people data loss from false alarms.

    Until there's an active threat in the wild, AND it's been analysed and an identifying signature discovered, antivirus software's only result is to make your computer less stable and less reliable because of its deep hooks in the OS.

    This is not to say that the OS is magically perfectly secure, but anything any AV company tells you about ANY platform but Windows, at the moment, should be taken with a sackful of salt.

  19. Re:"But it's a Mac..." by RatBastard · · Score: 2, Insightful

    No, the problem is that user was a raging moron. I've seen similar things happen with Linux users. Stupidity exists on all platforms.

    --
    Boobies never hurt anyone. - Sherry Glaser.
  20. Mac users' wallets may be under threat by saltydogdesign · · Score: 2, Insightful

    This just in: Noting that Apple's market share is starting to grow again, Symmantec sees an opportunity to pry some dollars out of Mac users by hyping a bunch of laboratory experiments.

    Wow. Isn't that a surprise?

    This article mentions *one* exploit from last year, and 37 alleged proof-of-concepts, none of which are detailed.

    I understand as well as anyone that the Mac is not bulletproof, but this really smells a lot more like a press release than news... Methinks Symmantec must have a new product waiting in the wings.

    --
    // This is not a sig.
  21. Re:"But it's a Mac..." by multiplexo · · Score: 5, Insightful
    You still haven't said anything about the Mac though. The guy set up an unsecured AirPort base station, he's a fucking idiot, this is like plugging a 100 foot CAT 5 cable into an active network jack and then throwing the other end out the window onto a busy street. I've got some news for you sunshine, if he was a PC user and had purchased a Linksys or Netgear WAP you would have had exactly the same problem. Out of the box Linksys gear ships with SSID broadcast on, the admin password set to admin and the SSID name set to Linksys. From what I've heard Netgear isn't any better. This wasn't a Mac problem, it was a networking problem.

    --
    cheap labor conservatives - they want to keep you hungry enough to be thankful for minimum wage.
  22. Re:Free AV ClamXAv by koehn · · Score: 2, Insightful

    Please, please please be sure to donate to the creators of this software (not only clamxav, but also clamav on which it is based). These folks work their butts off making our lives better (I cannot even imagine how many hours this software has saved when installed on a mail server (it hooks straight into amavis)), and I can't think of any free software more deserving of my money.

    If you want to see more great, usable free software, donate! You can't imagine the impact you'll have.

  23. Malware Schmalware by jimfrost · · Score: 5, Insightful
    This is kind of ridiculous. Oh, sure, malware on OS X is possible and perhaps even really growing in numbers. But the problem is not and cannot be anywhere near as severe as Windows because Apple, like all the other UNIX vendors, ships their systems in a (reasonably) secure state by default.

    The malware problem on Windows is not primarily the result of the system's popularity, no matter how many times Microsoft claims that is so. Early attacks on the Internet did not target the most popular system; rather, the most attacks have always targetted the easiest systems to crack. That started out with SunOS and, by the mid-90s, was Linux. (If you think Windows has much better penetration that Linux today, just think how much more lopsided the numbers were in 1995-2000 when Linux was the most popular target.) These days Windows systems are easiest by far because at this point they are the only systems which ship without basic filesystem protections (now that it finally has a halfway decent firewall, a mere five years after everyone else).

    If Windows had basic filesystem protection enabled by default on all critical filesystem areas, mandated nonprivileged user accounts, and an installer that required a password, suddenly Windows wouldn't get infected every time you sneezed in its general direction.

    Maybe the future will prove me wrong but I will be very surprised to find OS X malware become a serious problem no matter how popular the OS gets. I don't suspect that its users are any smarter, but the barriers are a lot higher.

    --
    jim frost
    jimf@frostbytes.com
  24. Symantec.... by Electroly · · Score: 2, Insightful

    Yeah, yeah, there aren't any Mac viruses NOW... but don't even think we aren't writing some as we speak!!

  25. Re:What a crock of Shit! by drinkypoo · · Score: 3, Insightful

    Anyone who has used any Symantec product for any length of time can testify to that, on ANY platform. Symantec antivirus is crap. I have a license for it and I actually switched to AVG free because it was less of a bitch. For one thing, the autoupdater actually works.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  26. There's several reasons MacOS X is more secure by jht · · Score: 4, Insightful

    Yes, a major reason it's safer is because OS X isn't targeted often due to the low market presence. But it's also a matter of effort versus payoff. By default, MacOS X has a much smaller attack surface than Windows, and even compared to most "stock" Linux distros. Virtually all server services are turned off by default on the Mac. Root is disabled. So to find a vulnerability and attack it takes a lot of effort, and then if you do so there are fewer Macs to take advantage of. So why not target Windows - it's easier!

    I do know of people who've had their MacOS X systems compromised - but only among MacOS X Server users who've turned on services without knowing the implications, and then running them without the benefit of a firewall (because "everyone knows Macs are secure". Through bad setup and misconfiguration it's pretty easy to turn a server into "just another Unix box" that's just as vulnerable as any unpatched Linux server.

    But that's not the default, and that's not how the client works. Hence at this time, Symantec is just blowing smoke and wondering why they don't sell any copies of NAV and Systemworks for Mac anymore.

    --
    -- Josh Turiel
    "2. Do not eat iPod Shuffle."
    1. Re:There's several reasons MacOS X is more secure by jht · · Score: 2, Insightful

      Yeah, but the days of plain old "viruses" are pretty much over. Nowadays, most malware seems to be targeted at turning Windows boxes into zombies - and that's where the reward is (because those zombies are being monetized). So a successful Windows exploit can return potentially millions of machines, while a Mac exploit will return a fraction of that number.

      Combined with the substantially greater effort needed to attack the Mac, that's why nobody's doing it so far. If Apple starts nibbling away more market share (as some indicators say they might be doing), you may see an increase in activity, but again - it makes the most sense to fish where the fish are.

      --
      -- Josh Turiel
      "2. Do not eat iPod Shuffle."
  27. Re:"But it's a Mac..." by Marful · · Score: 2, Insightful

    Correct me if I am mistaken, but the network was accessed through an unsecure wireless access point. Not his Mac Laptop? If that is correct, then this incident has nothing to do with OSX vulnerabilities. This is the fault of an unsecured wireless access point. Since there was no security in the first place, there was no breach in "security". Besides the fact that wireless accesspoints are not secure using WEP or WPA encryption schemes (IIRC my facts correctly). It wouldn't of mattered if it was a Lynksis, Netgear or Belken wireless access point instead of an Airport model. If no security measures were implemented the incident would of still happened. So, the post, however humorous, in a cynical sort of way, is F.U.D. However, there is no question that the person responsible for this incident was at fault due to misguided beliefs, namely: "all mac products being invincible".

  28. Re:The real statistics for Symantec by Anonymous Coward · · Score: 1, Insightful
    Every time my monogamous wife and I do it.

    If you're operating in a trusted environment with good system security, then protection isn't much of a concern.

    True for people. True for computers.

  29. code and data by jesterzog · · Score: 3, Insightful

    no, not just the industry, but almost unique in post-1989 history itself -- in the careless way they treat data as code.

    I don't disagree with you in general, but could you please clarify what you mean about this more specifically? I realise that separating data and code is a big security thing, but I'm not particularly a security enthusiast beyond what I need to know.

    As far as I'm aware, any system that supports scripting languages, Linux included (consider the number of scripts in your typical /usr/bin directory that'll be executed as root one day) is treating code as data and data as code. Things that are definitely executables can easily be kept protected in memory by an operating system, but not everything's obviously an executable.

    Is the main difference here just that most scripting interpreters don't offer default access to volatile things like pointers, that might let a script get direct memory access?

  30. Ding ding ding! by Colol · · Score: 2, Insightful

    Symantec has everything to gain by trying to drum up sales of Norton Antivirus for Macintosh -- Apple's got a distribution deal with McAfee for Virex (prior to which it was impossible to get a single-seat license for Virex), so they're potentially losing sales for every .Mac subscription that's purchased.

    Convince people that the big bad monster is coming, and maybe they'll buy your product on top of it. Or maybe the users who have no interest in .Mac will pick up your product, since they can't get Virex separately. And at what Symantec is charging for their Mac version...

    It's reminiscent of the hullabaloo surrounding the "trojan" advisory Intego issued for OS X a couple years ago, arguably only to punch up sales of their VirusBarrier product.

  31. Built-in Security Helps (But Avoid Installers) by Killer+Eye · · Score: 2, Insightful

    Mac OS X will never be in as bad a position for malware as, say, Windows, because it is inherently harder to install unintended files on a system where multi-user is done right (as it is in Mac OS X). Not only does administrative privilege protect many things, but various network ports are closed by default, etc.

    However, the Installer paradigm is still present on Mac OS X, for some software. Users should seriously question software that requires an installer with administrative privilege, as this is exactly the time a questionable file can be added to your system (and for that matter, gives software a free ticket to do certain other things).

    I've sent a suggestion to Apple asking that it be more transparent what installers actually change in the system. I hope they take this seriously.

    --
    "Microsoft killed my company, I hold a personal grudge. I don't use Microsoft products and neither should you."-JWZ
  32. Re:"But it's a Mac..." by Punk+Walrus · · Score: 2, Insightful
    The point I was trying to make is that his "Macs don't spread viruses" philosophy was based only on brand recognition. If Mac made an automobile, he would have assumed in never crashed, no matter how badly he drove it.

    The Mac and Airport he was using didn't cause the problem, it was how he had his Airport set up that caused the problem. He assumed, based solely on the fact these were Mac products, that he couldn't be to blame.