Endpoint Protection

 View Only
  • 1.  Virus definitions and security updates for linux

    Posted Feb 12, 2013 08:12 AM

    I'm unable to download virus definitions and security updates for linux on http://www.symantec.com/security_response/definitions.jsp?inid=us_sr_flyout_updates_virusdef not listed in the product selection drop box. where can i download them. Please help

     



  • 2.  RE: Virus definitions and security updates for linux

    Posted Feb 12, 2013 08:26 AM

    Download from here:

    https://www.symantec.com/security_response/definitions/download/detail.jsp?gid=savce

    Unix platform is at the very bottom



  • 3.  RE: Virus definitions and security updates for linux
    Best Answer

    Trusted Advisor
    Posted Feb 12, 2013 08:28 AM

    Hello,

    Here are the steps:

    1. Obtain the Intelligent Updater from one of the following locations:

    a. http://www.symantec.com/business/security_response/definitions/download/detail.jsp?gid=savce
    Look for a filename ending in unix.sh (for example, 20091014-003-unix.sh).

    b. ftp://ftp.symantec.com/AVDEFS/symantec_antivirus_corp/
    Look for a filename ending in unix.sh (for example, 20091014-003-unix.sh).

    c. ftp://ftp.symantec.com/AVDEFS/symantec_antivirus_corp/static/symcdefs-unix.sh
    This is a statically named file that is updated with each daily release of definitions.

    Note: The file download via HTTP is typically faster than FTP. The current size of the file is just over 300MB.

    NOTE: The .SH file needs to have Executable permissions. To accomplish this, execute the following command:
    chmod +x *unix.sh
     

    2. The script must be executed as root or by using sudo; if it is not, the following error will occur.

    • $ ./symcdefs-unix.sh
      Validating available tools...

      ERROR: Require write access to /opt/Symantec/virusdefs/incoming.
      There are several methods to meet this requirement.
      1. Run this script from the root user account.
      2. Add the current user as a member of the "avdefs" user
      group.
      3. chmod 777 for /opt/Symantec/virusdefs/incoming.
      We recommend either of the first two options for security reasons.

    3. Uudecode and uncompress must be installed. These can usually be installed by installing the Sharutils package. In some instances, you may need to install the ncompress package as well.

    Note: If you get an error referencing either utility, please run one of these commands as root or by using sudo to install them. The command to install sharutils may be different than those listed below, depending on the distribution and version of Linux being used.

    • up2date sharutils
      yum install sharutils
      apt-get install sharutils
    • up2date ncompress
      yum install ncompress
      apt-get install ncompress

    Reference:

    How to update a Linux-based computer with Intelligent Updater definitions

    http://www.symantec.com/docs/TECH96754

    Other Related Articles

    How to remediate virus definitions in Symantec Antivirus for Linux (SAVFL) 1.0.x

    TECH123107   A terminal line walkthrough of applying Intelligent Updater Definitions to a SAV for Linux client.

    Hope that helps!!



  • 4.  RE: Virus definitions and security updates for linux

    Posted Feb 12, 2013 08:48 AM

    Thnx guys. Downloaded :)



  • 5.  RE: Virus definitions and security updates for linux

    Posted Feb 13, 2013 05:40 AM

    Hi Wizzy,

    "Thumbs up" to the above.

    Those Intelligent Updater files are good for virus definition remediation or for clients that are very far out-of-date.  There are more effificent ways to update SAVFL clients on a day-to-day basis, though: this article may be of interest...

    SAV for Linux: A (Somewhat) Illustrated Guide Part 3
    https://www-secure.symantec.com/connect/articles/sav-linux-somewhat-illustrated-guide-part-3