Page 1 of 5 123 ... LastLast
Results 1 to 10 of 41

Thread: Can Apple Computers get viruses?

  1. #1
    crl Guest

    Can Apple Computers get viruses?

    This may be a silly question but I have been told (via second hand information) that Apple Computers cannot get viruses. These seems too good to be true to me.

    Can someone confirm or deny this for me please?

    Thanks in advance

    crl

  2. #2
    dmdigital's Avatar
    dmdigital is offline OldBushie Vendor

    Gold Subscriber
    Join Date
    Jun 2006
    Location
    Arnhem Land, NT
    Posts
    8,492
    Total Downloaded
    0
    Any computer can get a virus. The Mac OS is a UNIX based system and in basic terms is far less able to pickup a virus from web browsing or email scripts due to the security model.

    The other thing is most viruses target Windows systems.
    Last edited by dmdigital; 25th May 2009 at 03:57 PM. Reason: Spellink
    MY15 Discovery 4 SE SDV6

    Past: 97 D1 Tdi, 03 D2a Td5, 08 Kimberley Kamper, 08 Defender 110 TDCi, 99 Defender 110 300Tdi[/SIZE]

  3. #3
    Join Date
    Dec 2007
    Location
    South East Tasmania
    Posts
    10,705
    Total Downloaded
    0
    NOD32 have software for Linux, Solaris, Windows and Apple Intel based computers

  4. #4
    JDNSW's Avatar
    JDNSW is offline RoverLord Silver Subscriber
    Join Date
    Jan 1970
    Location
    Central West NSW
    Posts
    29,535
    Total Downloaded
    0
    It is a bit of a stretch to say that Apple Computers cannot get viruses.

    But in practical terms it is pretty accurate. Along with other unix-like systems (linux, BSD, solaris etc) it is inherently a lot more resistant to viruses than Windows. Add to that the fact that in combination with this the relatively small number of Apples makes it almost impossible for a virus infection to spread. A telling fact is that as far as I know all Apple anti-virus programs are intended, not to protect the Apple, but to prevent them from passing on Windows viruses.

    While it is extremely unlikely that your Apple will ever get a virus that affects it, a Windows virus may well arrive on an email you get or something you download, and although it does not infect your computer, may well be stored unchanged and sent on to someone with a Windows computer, for example as an email attachment.

    Without exception, viruses that are circulating "in the wild" affect only Windows computers, and this is likely, but not absolutely certain, to continue in the future.

    Note however, that your Apple can be infected by other things that are not strictly viruses, but can affect programs that run above the O/S, such as Word macro viruses, but this only affects the particular program (and the documents it produces!)

    John
    John

    JDNSW
    1986 110 County 3.9 diesel
    1970 2a 109 2.25 petrol

  5. #5
    Join Date
    Jan 1970
    Location
    Brisbane
    Posts
    5,547
    Total Downloaded
    0
    As others have said, they are intrinsically more secure. There is always a chance that a user can install malicious software, but it's much harder to do on a mac. There is only so much you can do to save people from themselves..

    They do have considerable numbers though (In 2007 it was 22 million +) but no one has managed to write a virus capable of spreading in the wild yet.

    [ame="http://www.youtube.com/watch?v=sdF5IsyOxU4"]YouTube - Get a Mac - Viruses[/ame]
     2005 Defender 110 

  6. #6
    Join Date
    Jul 2007
    Location
    Auckland, NZ
    Posts
    2,278
    Total Downloaded
    0
    A virus, or whatever you want to call it, is just program code. As with any compiled code, they are platform dependent so a virus compiled to run on Windows will not run on MacOS of any version. However, if it is ported to the MacOS then yes, it may run. However the strategies that many modern viruses employ involve ingenious uses of the OS and are designed to exploit weaknesses in each OS. As it has been pointed out there have been many weaknesses publicised on the MS platforms and these have resulted in exploits being distributed. These exploits will not work on other OSs because they do not share the same weaknesses. This does not mean that other OSs have no or fewer weaknesses, all it means is that fewer have been found and publicised.

    Having said that, the *nix operating environment uses approaches that make it less easy for unauthorised applications to gain control over the system but that is not guaranteed, for example a stack overflow can be triggered from a poorly written application running on a *nix OS which could give a rogue application access to various parts of the system. So this problem is not related necessarily to the OS but the applications running on it.

    The reality is that anyone with the right skill set can create a virus at any time. You need to take whatever precautions you deem necessary to protect your system from attack. That means updating buggy software that can allow exploits, apply security patches when they come available, run virus protection/detection software (I use Sophos because that is what work gives me), be careful on the Interweb because platform independent exploits can travel with file formats like flv, swf, jpeg, etc. and not to mention cookies that capture and transmit your personal information through the use of javascript or java applets.

    Alan
    Alan
    2005 Disco 2 HSE
    1983 Series III Stage 1 V8

  7. #7
    Join Date
    Apr 2002
    Location
    Godwin Beach 4511
    Posts
    20,693
    Total Downloaded
    32.38 MB
    IMHO me thinks you need to settle on how you define "virus".

    in the classical sense, no, there is no virus for osx.

    trojans and other forms of malicious software are another thing.... they exist on all platforms.

    the big difference between windows and nix operating systems is that userland is much more secure than windows and that bsd based nix variants are way more secure than those nix variants that dont support a "wheel" account.
    2007 Discovery 3 SE7 TDV6 2.7
    2012 SZ Territory TX 2.7 TDCi

    "Make the lie big, make it simple, keep saying it, and eventually they will believe it." -- a warning from Adolf Hitler
    "If you don't have a sense of humour, you probably don't have any sense at all!" -- a wise observation by someone else
    'If everyone colludes in believing that war is the norm, nobody will recognize the imperative of peace." -- Anne Deveson
    “What you leave behind is not what is engraved in stone monuments, but what is woven into the lives of others.” - Pericles
    "We can ignore reality, but we cannot ignore the consequences of ignoring reality.” – Ayn Rand
    "The happiness of your life depends upon the quality of your thoughts." Marcus Aurelius

  8. #8
    Join Date
    Jul 2007
    Location
    Auckland, NZ
    Posts
    2,278
    Total Downloaded
    0
    Quote Originally Posted by incisor View Post
    the big difference between windows and nix operating systems is that userland is much more secure than windows and that bsd based nix variants are way more secure than those nix variants that dont support a "wheel" account.
    Ayup.

    And so it also depends on what a person thinks they need to protect: their personal data, system configuration, other users' data,... or whether by protecting themselves they are also protecting the wider computer using environment from the spread of malicious software.
    Alan
    2005 Disco 2 HSE
    1983 Series III Stage 1 V8

  9. #9
    Join Date
    Jan 1970
    Location
    Brisbane
    Posts
    5,547
    Total Downloaded
    0
    The thing is, as I said above there are at least 22 million osx users in the world. Yes, I know that is a much smaller number than MS have. However, Apple sell premium hardware so by the nature of the beast people who buy Apple products are as a group perhaps a little better off than is normal in society (they certainly have better taste than average ).

    I believe that this would not have been lost on the nefarious souls of the world. So while it's a smaller target than windows it could be lucrative for them. However, they haven't managed to do it so far (ever) so I'd suggest it's far far more difficult than with MS. To be honest it wouldn't surprise me if MS have there best people on it!
     2005 Defender 110 

  10. #10
    crl Guest

    Thumbs up

    Thank you all, that answers it pretty well!

Page 1 of 5 123 ... LastLast

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Search AULRO.com ONLY!
Search All the Web!