How do I virus scan my iMac with OS X

How do I virus scan my iMac with OS X?

Mac users often ask whether they should install "anti-virus" software. The answer usually given on ASC is "no." The answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There  is a threat, and you need to educate yourself about it.
1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it.
The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
The following caveats apply to XProtect:
☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
☞ It can easily be disabled or overridden by the user.
☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, and a technological fix is not going to solve it. Trusting software to protect you will only make you more vulnerable.
The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the scam artists. If you're smarter than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
Software from an untrustworthy source
☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software.
☞ Rogue websites such as Softonic and CNET Download distribute free applications that have been packaged in a superfluous "installer."
☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
Software that is plainly illegal or does something illegal
☞ High-priced commercial software such as Photoshop is "cracked" or "free."
☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission.
Conditional or unsolicited offers from strangers
☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
☞ You win a prize in a contest you never entered.
☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
☞ Anything online that you would expect to pay for is "free."
Unexpected events
☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
Why shouldn't you use commercial AV products?
☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
☞ Most importantly, a false sense of security is dangerous.
8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in everyemail attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It's as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

Similar Messages

  • FaceTime bright highlights are overexposed.  How to fix this on my iMac with Lion.?

    FaceTime bright highlights are blown out, overexposed.  How to fix this on my iMac with Lion? 

    If restarting doesn't fix, use the relevant suggestions from Apple's How to Troubleshoot iSight.  If nothing else there works, the repair by an Apple-Authorized Service Provider suggested there and by spudnuty will get it sorted.
    (Over time, Apple has changed the built-in camera's name on newer Macs from "iSight" to "FaceTime" and then to "FaceTime HD."  Regardless of the name of your Mac's built-in camera, the same info and troubleshooting applies.)
    Message was edited by: EZ Jim
    Mac OSX 10.10

  • What is the best anti virus for an iMAC with OS 10.7

    What is the best anti virus for an iMAC with OS 10.7

    Just a +1 for Kappy's suggestions. Antivirus software simply is not necessary for OS X. If you are interested in reading more an informative article is Viruses, Trojans, Malware - and other aspects of Internet Security.

  • When downloading a file, how do I tell Firefox to not do a virus scan of files with specific extensions such a .gif files?

    I'm using AVG Free as my anti-virus program and always use the latest version. I have set scanning options in AVG to skip the scanning of gif and jpg files but that seems to be ignored when I am downloading a very small file of either type. The "Downloads" (Ctrl J) pop-up window shows the progress of the download and scan. At times, the virus scan is so miserably slow for simple gif and jpg files that it is a while until I can once more move my mouse cursor.
    By the way, I'm using version 3.6.17 Firefox and WIN 7 Premium.

    Unfortunately, I continue to have the problem. Just to make sure, following your suggestion, I shut down Firefox then restarted it but had the same result. Similarly, I rebooted after making the changes but again, no difference. Ah well...
    Just thought I'd attach this partial screen print to show that I am in Firefox and that I am downloading a file -- in this case, a daily Doonesbury gif file.
    Thanks for the suggestion though.
    Larry Stewart

  • Virus Scan on iMac?

    On our iMac, my wife clicked a fraudualent link in an email she received and we've been asked by our financial institution to run a virus scan to check for any malware.  Is this possible on an iMac?  Is it needed?

    There are no viruses affecting OS X at this time. You can use ClamXav 2.3.2 to scan your computer if you want. Also see
    Helpful Links Regarding Flashback Trojan and Virus Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    A link to a great User Tip about the trojan: Flashback Trojan User Tip.
    To check for the trojan: Anti Flashback Trojan 2.0.4.
    A Google search can reveal a variety of alternatives on how the remove the trojan should your computer get infected. This can get you started. Or the preferred method is to use Apple's protection tool: Flashback Malware Removal Tool 1.0.
    Or, open Software Update. If you do not have the Apple protection software installed it will download and install it via Software Update. If no update appears that means you either already have it installed or it isn't needed for your system. The software is only available for Leopard, Snow Leopard, and Lion versions of OS X.
    Also see Apple's article About Flashback malware.

  • Why can't i get virus scan to work with downloads

    I had Firefox before,and everytime I downloaded a file it scanned it. Now no matter what I do it will not run a virus scan!

    Firefox doesn't do the "AV scan", it hands the scan off to the "registered" anti-virus application that you have installed. The "scan" should be done so fast that you shouldn't see more than a flash instance from Firefox of a scan being performed on the downloaded file, even if it is a large file like a 360Mb ISO image.
    If you saw (or see) the download scan dialog run for like 4 to 5 seconds, or more, '''a scan isn't actually being performed''' - Firefox is giving you a misleading indication that a scan is being performed, when it isn't. ''It's like Firefox is blowing smoke up your arse, with a false indication. ''
    I filed a Bug about this issue almost two years ago and it remains UNCONFIRMED. I only discovered it because I was doing am initial load of software on a PC that I had just built for myself, the first brand new one in over ten years, at the time. I was using a newly installed Firefox to download the Anti-Virus application I was going to install, and Firefox showed the download was being scanned, when I didn't even have an AV program installed on Windows 2000!<br />
    https://bugzilla.mozilla.org/show_bug.cgi?id=480855
    Three similar Bugs that others have filed. <br />
    https://bugzilla.mozilla.org/show_bug.cgi?id=461989 <br />
    https://bugzilla.mozilla.org/show_bug.cgi?id=501645 <br />
    https://bugzilla.mozilla.org/show_bug.cgi?id=530307
    I can't even find a list of the exact anti-virus applications that have the proper "hooks" in Windows that Firefox uses to "connect" the file being downloaded with the AV application - from either Microsoft or from Mozilla.
    IMO, that feature is broken at least, and at the worst it gives an invaild indication that a scan is being performed when it isn't because the user either doesn't even have an AV application installed, or has an AV program that isn't compatible with this feature - I think Firefox should tell the user in both those situations.

  • How do I back-up an iMac with an external G-Drive?

    How do I back-up an iMac using an external G-Drive?

    Backup Software Recommendations
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    SuperDuper!
    Synk Pro
    Tri-Backup
    Others may be found at VersionTracker or MacUpdate.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.

  • How to disable virus scan in downlaod helper

    after the download finishes the download helper scan for virus for indefinite time so i want to disable the virus scan for setting of download helper

    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.download.manager.scanWhenDone''' and double-click on it to change its value to '''false'''

  • HT1296 How do I sync mail on imac with iphone, iPad, etc....

    Can I sync my mail on my iMac with my iphone?

    Requires an IMAP oe Exchange account to keep mail in sync. Not possible with a POP account.

  • Bank account compromise/need virus scan for imac?

    online banking frozen. bank says compromised and need new email/password and need to run antivirus scan before they will reopen it. Have older imac running snow leopard. did recent sept software security update. Do I need to get antivirus software and run it or am I ok just changing the email and password?

    This is not likely to be related to malware on a Mac. Unfortunately, many bank policies don't take the type of computer you're using into consideration. They probably will not re-enable your remote access just because you're using a Mac, so you can either lie to them about having installed anti-virus software or you can install one of the free options from the App Store. VirusBarrier Express and Dr. Web Light are both good options. They cannot destabilize your Mac as a whole, because they can't install any code that runs when they're not running, and won't slow you down except when they're open and running a scan. Once you have run a scan to satisfy the bank, you could just leave the app sitting inert in the Applications folder and honestly say that you have anti-virus software "installed."
    Note that, if you actually find any malware, it's almost certainly going to be Windows malware that has gotten onto your hard drive somehow, perhaps by being attached to e-mail. Post the names of anything found here and we can tell you whether you need to worry about it or not.
    As for general methods for preventing this in the future, Linc has some very good suggestions. I'd also add that you need to do the same with the e-mail address associated with your bank account. You don't want someone hacking your e-mail and intercepting bank notices. Also, watch out for phishing attempts... if you get an e-mail from your bank asking you to log in to your account for any reason, don't click any of the links in that e-mail! Instead, log on to your bank site as you normally would do, using a bookmark in your web browser or the like.

  • HT2477 how can i macht my new imac with the macbook pro????

    I HAVE A NEW IMAC BUT WHEN A START IT THE FIRST TIME I DID NOT MACHT IT WITH MY OTHER MACBOOK PRO AND IPAD, HOW CAN I DO IT NOW?

    Csound1 wrote:
    Sorry, don't know what happened there you can boot to Recovery but you can't access DW, but you can make  boot disk on a USB drive (use DiskmakerX) and that will allow you to access DW (which does nothing useful on a new machine) Diskmaker X works with 10.7 to 10.9
    Thanks, I'll give that a try. The only thing I have to use as a thumb drive is an old iPod that's only a half a gig in size. I hope that's big enough!

  • How can I startup my new iMac with the Diskwarrior DVD

    I just bought a 27" iMac and I'm trying to figure out how to start this fantastic machine from my Diskwarrior DVD. It's less than a month old, has 32 GB of ram, and of course it 's running OS X 10.9.4. My old iMac was from 2008 and it had no problem starting up on this DVD. Oh, and the copy of Diskwarrior I'm using is 4.4.
    Thanks!

    Csound1 wrote:
    Sorry, don't know what happened there you can boot to Recovery but you can't access DW, but you can make  boot disk on a USB drive (use DiskmakerX) and that will allow you to access DW (which does nothing useful on a new machine) Diskmaker X works with 10.7 to 10.9
    Thanks, I'll give that a try. The only thing I have to use as a thumb drive is an old iPod that's only a half a gig in size. I hope that's big enough!

  • HT3669 How can I enable scanning over WiFi with Epson PX-504A?

    I have driver 9.00 (9.11?) installed. I am trying to get access to the scanner through wifi.
    It seems I can print over WiFi, but the scanner is not connecting.
    This works in Linux by installing a network driver and using the Image Scan! software.
    How does it work in MacOS?

    Hope this is helpful to someone. I have an Epson Xp-300 connected to my MacBook Air through AirPrint/ wifi. The printer doubles as a scanner. When you open up the 'Printers &amp; Scanners' function on the MacBook, you can choose a tab to either print or scan. If you choose scan, you can then choose 'open scanner'. That cranked up the scanner and opened a dialogue box to process the scan. I stuck my photos on the glass, chose 'save to iPhotos', did an 'overview' to make sure all was well and then hit 'scan'. The scanned photos then appeared via wifi in my iPhotos application. Haven't gone past that yet and am still feeling my way but hopefully I'll work out how to stream them to others.

  • HELP! I NEED HELP, PLEASE...How do I sync my old imac with my new imac?

    I want to transfer all my data from my itunes, iphoto, and iweb onto my new machine...what is the best way to accomplish this? (most important is the iweb stuff-i'm trying to finish off my website)-Thanks!
    imac6,1 Mac OS X (10.4.8)

    The easiest way is with Migration Assistant which is in the /Applications/Utilities folder on your new iMac. You will need a firewire cable. Don't transfer applications because older applications can overwrite newer ones.

  • HOW To Add 1Password To my IMAC With FIRE FOX 3.6.16

    I have 1password on my IMAC using Safari. Now I have Added Fire Fox3.6.16 I can not get 1password on to fire fox. HOW Can I do These.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

Maybe you are looking for

  • How can I delete all "hidden" contacts in iCloud?

    Here's my problem. iCloud stores old contacts, maybe ones I emailed once or twice. I heard of this issue months ago, and to remedy, all I could do was reset my phone and keep iCloud shut off so that it didn't store these old contacts. Anyway, when I

  • *FIXED* No sound and 'No Audio Device' in Control Panel. *FIX

    I?m having a problem with my sound. Basically all I get is a system sound, which means no sounds from itunes but the error prompt sounds still play. I?m tempted to say that this is a detection issue because of several things: -First, when looking in

  • Firewire 800 drive dismounts itself after awakening from sleep mode

    I have a 24" intel iMac ( running V10.4.10) with a FW800 Western Digital 500 GB attached - about half the time when it wakes up from a sleep the drive is removed from the desktop and I get the "improper removal" dialogue box. I called WD's help line

  • AXL Play Uri

    If there anyway to play raw files that aren't in the TFTP path?? Thanks in advance

  • Cleaned Fan, Now Laptop Shuts Down After 1 hr.

    I own a pavilion dv5 1140tx laptop and for the past few months it has been really overheating and so I decided to open it up and clean the fan. This laptop is really poorly designed since you have to completely dismantle it to get to the fan. Like I