home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 February / psl_9403.zip / psl_9403 / DOS / UT_SYSTM / VSHIELD.ZIP / VSHLD109.DOC < prev    next >
Text File  |  1993-11-03  |  46KB  |  1,156 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                            VSHIELD Version 5.55V109
  26.                              VSHIELD1 Version 0.2
  27.                               CHKSHLD Version 0.4
  28.                   Copyright 1989-1993 by McAfee Associates.
  29.                               All rights reserved.
  30.  
  31.                         Documentation by Aryeh Goretsky.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.            McAfee Associates             (408) 988-3832 office
  49.            2710 Walsh Avenue, Suite 200  (408) 970-9727 fax
  50.            Santa Clara, CA  95051-0963   (408) 988-4004 BBS (25 lines)
  51.            U.S.A                         USR HST/v.32/v.42bis/MNP1-5
  52.                                          CompuServe        GO MCAFEE
  53.                                          Internet support@mcafee.COM
  54.                                          America OnLine       MCAFEE
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                     TABLE OF CONTENTS
  62.  
  63.  
  64.           SYNOPSIS . . . . . . . . . . . . . . . . . . . . . . . . . . . .2
  65.            - What is VSHIELD?
  66.            - System requirements
  67.  
  68.           AUTHENTICITY . . . . . . . . . . . . . . . . . . . . . . . . . .3
  69.            - Verifying the integrity of VSHIELD 
  70.  
  71.           WHAT'S NEW . . . . . . . . . . . . . . . . . . . . . . . . . . .4
  72.            - New features and viruses added in this release
  73.  
  74.           OVERVIEW . . . . . . . . . . . . . . . . . . . . . . . . . . . .41
  75.            - A note on switches
  76.            - General description of VSHIELD
  77.  
  78.           OPERATION and OPTIONS. . . . . . . . . . . . . . . . . . . . . .7
  79.            - How to use VSHIELD, VSHIELD1, and CHKSHLD
  80.            - Detailed explanation of switches
  81.            - ERRORLEVEL's for batch file programming
  82.  
  83.           EXAMPLES . . . . . . . . . . . . . . . . . . . . . . . . . . . .15
  84.            - Samples of frequently-used options 
  85.  
  86.           INSTALLATION . . . . . . . . . . . . . . . . . . . . . . . . . .16
  87.            - How to install VSHIELD on your system
  88.            - A note on VSHIELD and networks
  89.  
  90.           VIRUS REMOVAL. . . . . . . . . . . . . . . . . . . . . . . . . .17
  91.            - What to do if a virus is found 
  92.  
  93.           REGISTRATION . . . . . . . . . . . . . . . . . . . . . . . . . .17
  94.            - How to register VSHIELD
  95.  
  96.           TECHNICAL SUPPORT. . . . . . . . . . . . . . . . . . . . . . . .18
  97.            - Information you should have ready when calling 
  98.  
  99.           APPENDIX A . . . . . . . . . . . . . . . . . . . . . . . . . . .19
  100.            - Creating an exception list for the /CERTIFY option
  101.  
  102.           APPENDIX B . . . . . . . . . . . . . . . . . . . . . . . . . . .20
  103.            - Sample CHKSHLD program script
  104.  
  105.  
  106.                                              Page 1
  107.  
  108.  
  109.  
  110. VSHIELD Version 5.55V109                                      Page 2
  111.  
  112.  
  113.           SYNOPSIS
  114.  
  115.                VSHIELD is a virus prevention program for IBM PC and 
  116.           compatibles.  VSHIELD prevents viruses from infecting your
  117.           system.  When VSHIELD first loads it will search memory, the
  118.           master boot record (partition table), boot sector, system
  119.           files, and itself for known computer viruses before going into
  120.           memory as a Terminate-and-Stay-Resident (TSR) program.
  121.  
  122.                VSHIELD checks for viruses by scanning programs as they
  123.           are run for virus signatures and/or validation codes added by
  124.           VIRUSCAN.  Infected programs are prevented from running and a
  125.           a warning message is displayed by VSHIELD.  VSHIELD also stops
  126.           soft boots from disks infected by boot-sector viruses.
  127.  
  128.                VSHIELD optionally checks validation codes added by SCAN
  129.           to check if a file has been altered or modified.  This can be
  130.           used to detect unknown (new) viruses.
  131.  
  132.                VSHIELD optionally check for viruses as files are copied
  133.           or accessed.
  134.  
  135.                VSHIELD optionally provides access control functions to
  136.           reduce the risk of virus infection from unauthorized software.
  137.  
  138.                Two discrete programs are available.  The first,
  139.           VSHIELD.EXE, checks for viruses using virus signatures and
  140.           validation codes added by SCAN.  The second, VSHIELD1.EXE,
  141.           only checks validation codes added by SCAN.  Both programs
  142.           monitor all program loads from all disks unless otherwise
  143.           specified.
  144.  
  145.                The VSHINST program installs an icon for VSHIELD under
  146.           Windows 3.x.  This icon can be used to toggle VSHIELD on and
  147.           off.
  148.  
  149.                The VSHWIN program allows VSHIELD to display messages
  150.           while Windows 3.x is running.
  151.  
  152.                The CHKSHLD program checks for VSHIELD in memory for use
  153.           in network login scripts.
  154.  
  155.                VSHIELD will run on any PC with 256Kb and DOS 2.10 or
  156.           above.  VSHIELD1 uses 6Kb of memory.  VSHIELD uses 49Kb of
  157.           conventional memory if loaded normally, 25Kb of conventional
  158.           memory if EMS is present, 5Kb of conventional memory if
  159.           swapped-to-disk, and 1.5Kb of conventional memory if loaded
  160.           into upper memory.
  161.  
  162.  
  163.  
  164.  
  165. VSHIELD Version 5.55V109                                      Page 3
  166.  
  167.  
  168.           AUTHENTICITY
  169.  
  170.                VSHIELD is packaged with VALIDATE, a program to ensure
  171.           the integrity of the executable program files.  The
  172.           VALIDATE.DOC file describes how to use VALIDATE.
  173.  
  174.                The validation results for the VSHIELD 5.55V109
  175.           should be:
  176.  
  177.           FILENAME:     SIZE:      DATE         CHECK METHOD:
  178.  
  179.           CHKSHLD.EXE   S:8,171    D:08-17-93   M1: 7B3C  M2: 1B48
  180.           VALIDATE.COM  S:12,197   D:03-24-92   M1: D5BB  M2: 166F
  181.           VSHIELD.EXE   S:52,317   D:11-02-93   M1: 3714  M2: 1110
  182.           VSHIELD1.EXE  S:18,833   D:06-24-93   M1: F414  M2: 13F5
  183.           VSHINST.EXE   S:9,780    D:08-11-93   M1: 44A6  M2: 1D0F
  184.           VSHWIN.EXE    S:15,927   D:08-17-93   M1: 874E  M2: 0CB1
  185.  
  186.           If your copy of VSHIELD differs, it may have options stored to
  187.           it with the /SAVE switch or been damaged by a virus.  Run
  188.           VSHIELD with just the /SAVE switch to remove any stored options
  189.           and then re-run VALIDATE.  Always obtain VSHIELD from a trusted
  190.           source such as the McAfee BBS, CompuServe, or your local McAfee
  191.           Agent. The latest version of VSHIELD and validation codes can
  192.           always be found on our BBS at +1 (408) 988-4004.
  193.  
  194.  
  195.           PKZIP AUTHENTICATION VERIFICATION
  196.  
  197.  
  198.                All of McAfee Associates' programs are archived with
  199.           Version 1.10 of PKWare's PKZIP Authentic File Verification.
  200.           When unzipped with Version 1.10 of PKWare's PKUNZIP program,
  201.           an "-AV" will be displayed after each file is unzipped and an
  202.           "Authentic Files Verified! # NWN405  Zip Source: McAFEE
  203.           ASSOCIATES" will appear once all files are unzipped.
  204.  
  205.           NOTE:  If you do not receive the Authentic File Verification
  206.                  messages, you may be using a different version of
  207.                  PKUNZIP, such as V1.93A or V2.04.  Use PKUNZIP Version
  208.                  1.10 to unzip files if you wish to have Authenticity
  209.                  Verification displayed as files are unzipped.
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220. VSHIELD Version 5.55V109                                      Page 4
  221.  
  222.  
  223.           WHAT'S NEW
  224.  
  225.                Version 5.55V109 detects all the major viruses
  226.           checked for by VIRUSCAN (SCAN.EXE).  However, in an effort
  227.           to reduce VSHIELD's memory requirements, we have reduced
  228.           the number of specific virus signatures in the program.
  229.           Thus, VSHIELD may not identify viruses with the same
  230.           precision as VIRUSCAN.
  231.  
  232.                If you wish to have a more detailed check of your system
  233.           for viruses, run the VIRUSCAN program at periodic intervals.
  234.  
  235.           For more information on viruses added in this release,
  236.           please refer to the VIRUSCAN documentation, the a