How to Check if your Mac Malware Definitions List is Updated

The malware protecting Mac OS X Security Update will automatically download and update it’s malware definitions list from Apple, but if you’re like me you probably want to know how to manually check if the list is updated or not.

Check When the Mac Malware Definitions List was Last Updated

You’ll need to use the command line for this but it’s simple:

    • Launch the Terminal (/Applications/Utilities/)
    • Paste in the following command

cat /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist

    • Look at the date entry between the string tags, shown highlighted below:

Check if your Macs Malware Definition List is Updated

The date listed shows when the file was last modified, and the integer tag shows you which version the definitions list is. Assuming you haven’t disabled the anti-malware automatic updates (not recommended) and you are connected to the internet, this list should update on it’s own from Apple every day.

Force the Malware Definitions List to Update

If your malware definitions are outdated, you can force the list to download from Apple by doing the following:

  • Launch System Preferences and click on the “Security” panel
  • Click on the unlock icon in the bottom corner, enter your Administrator password to make changes
  • Under the “General” tab, click to uncheck and then recheck the box next to “Automatically update safe downloads list”

The list should now update from Apple, you can verify you have the most up to date version by using the command line again as shown above.

Comments are closed.