home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / OS2 / OSCAN99.ZIP / OSCAN99.DOC < prev    next >
Text File  |  1992-12-10  |  44KB  |  1,101 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                          OS2SCAN FOR OS/2 Version 9.0V99
  19.                 Copyright (C) 1989 - 1992 by McAfee Associates
  20.                              All rights reserved.
  21.  
  22.                        Documentation by Aryeh Goretsky.
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.           McAfee Associates                (408) 988-3832 office
  49.           3350 Scott Blvd, Bldg. 14        (408) 970-9727 fax
  50.           Santa Clara, CA  95054           (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.  
  55.  
  56.  
  57.  
  58.                               TABLE OF CONTENTS:
  59.  
  60.  
  61.           WHAT'S NEW . . . . . . . . . . . . . . . . . . . . . . . . . .2
  62.             - New features added in this release
  63.             - System Requirements
  64.  
  65.           OVERVIEW . . . . . . . . . . . . . . . . . . . . . . . . . . .3
  66.             - Detection of known viruses
  67.             - Detection of new and unknown viruses
  68.  
  69.           SYNOPSIS . . . . . . . . . . . . . . . . . . . . . . . . . . .4
  70.             - Technical description of known virus detection
  71.             - Technical description of new/unknown virus detection
  72.  
  73.           AUTHENTICITY . . . . . . . . . . . . . . . . . . . . . . . . .5
  74.             - How to verify the OS2SCAN.EXE program file
  75.  
  76.           COMMAND SUMMARY. . . . . . . . . . . . . . . . . . . . . . . .6
  77.             - One-line description of switches
  78.  
  79.           OPTIONS. . . . . . . . . . . . . . . . . . . . . . . . . . . .8
  80.             - Detailed explanation of switches
  81.  
  82.           EXAMPLES . . . . . . . . . . . . . . . . . . . . . . . . . . .13
  83.             - Samples of frequently-used options
  84.  
  85.           VIRUS REMOVAL. . . . . . . . . . . . . . . . . . . . . . . . .14
  86.             - How to manually remove a virus
  87.  
  88.           REGISTRATION . . . . . . . . . . . . . . . . . . . . . . . . .15
  89.             - How to register OS2SCAN
  90.  
  91.           TECHNICAL SUPPORT INFORMATION  . . . . . . . . . . . . . . . .16
  92.            - Information you should have ready when calling
  93.  
  94.           OBTAINING THE LATEST VERSION OF OS2SCAN. . . . . . . . . . . .17
  95.            - BBS, CompuServe, and Internet access to OS2SCAN
  96.  
  97.           APPENDIX A . . . . . . . . . . . . . . . . . . . . . . . . . .18
  98.            - Creating a virus string file with the /EXT option
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.                                     Page 1
  109.  
  110. OS2SCAN FOR OS/2 Version 9.0V99                                Page 2
  111.  
  112.  
  113.           WHAT'S NEW
  114.  
  115.                Version 99 is the first release of SCAN for OS/2 (OS2SCAN).
  116.           Like it's DOS-based counterpart, VIRUSCAN (for DOS), OS2SCAN
  117.           searches PC's for computer viruses in memory, the master boot
  118.           record (partition table), boot sector, and files.  However,
  119.           OS2SCAN contains several important differences:
  120.  
  121.           ■     Since OS/2 operates in a protected mode environment it can
  122.                 only check its own area of memory or "memory image" for
  123.                 viruses.  Viruses in a DOS session or VDM will not be
  124.                 detected in memory by OS2SCAN.
  125.  
  126.           ■     OS2SCAN does not have the /CHKHI, /M, /MAINT, /NOMEM,
  127.                 or /UNATTEND switches that VIRUSCAN does.
  128.  
  129.           ■     The /SAVE switch does not modify the OS2SCAN.EXE file.
  130.                 Instead, it creates a SCAN.INI file.
  131.  
  132.           ■     OS2SCAN does not return an ERRORLEVEL for DOS batch files.
  133.  
  134.                Version 99 detects 865 viruses, or counting variants,
  135.           1,561.  For a complete list of known viruses, refer to the
  136.           enclosed VIRLIST.TXT file.  For a description of known viruses
  137.           please refer to Patricia Hoffman's Hypertext VSUM.
  138.  
  139.  
  140.           SYSTEM REQUIREMENTS
  141.  
  142.                OS2SCAN requires IBM OS/2 Version 2.00(GA) or above.
  143.  
  144.                OS2SCAN is designed to check stand-alone and networked PC's
  145.           for viruses.  For network file servers please use NETSCAN for
  146.           DOS instead.
  147.  
  148.                OS2SCAN displays messages in English, French, or Spanish
  149.           (/FR and /SP switches).
  150.  
  151.  
  152.           NOTE:  WRITE-PROTECT THE FLOPPY DISK CONTAINING THE OS2SCAN FOR
  153.                  OS/2 (OS2SCAN.EXE) PROGRAM BEFORE SCANNING TO PREVENT IT
  154.                  FROM BECOMING INFECTED BY A COMPUTER VIRUS.
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. OS2SCAN FOR OS/2 Version 9.0V99                                Page 3
  166.  
  167.  
  168.           OVERVIEW (Known Virus Detection)
  169.  
  170.                OS2SCAN FOR OS/2 Version 9.0V99 (filename OS2SCAN.EXE)
  171.           identifies all 865 known computer viruses and their variants.
  172.           Some viruses have been modified so that more than one "strain"
  173.           exists.  Counting such modifications, 1,561 viruses exist.
  174.  
  175.                All known viruses infect one or more of the following
  176.           areas: the hard disk partition table (alias Master Boot Record);
  177.           the Boot Sector of disks; or one or more executable files on
  178.           the system.  Executable files include operating system files,
  179.           .COM files, .EXE files, overlay files, or any other files
  180.           containing program code.  A virus that infects more than one
  181.           area, such as a boot sector and an executable file is called
  182.           a multipartite virus.
  183.  
  184.                OS2SCAN checks files, subdirectories, diskettes or entire
  185.           systems for pre-existing computer virus infections.  It will
  186.           identify the virus infecting the system and the area where it
  187.           was found, giving the name of the virus as well as the I.D.
  188.           code used with CLEAN-UP to remove it.
  189.  
  190.                Infected files can be removed using the /D switch in OS2SCAN
  191.           to erase the file, or with the CLEAN-UP universal virus removal
  192.           (disinfection) program.  CLEAN-UP is recommended because in most
  193.           cases it will eliminate the virus and fully restore infected
  194.           programs or system areas to normal operation.  CLEAN-UP is
  195.           available in both DOS and OS/2 versions.
  196.  
  197.                The accompanying VIRLIST.TXT file lists describes all
  198.           viruses identified by OS2SCAN and their associated I.D. codes
  199.           for removal by CLEAN-UP.
  200.  
  201.  
  202.           OVERVIEW  (Unknown and New Virus Detection)
  203.  
  204.                OS2SCAN has three separate methods of detecting unknown and
  205.           new viruses:
  206.  
  207.           ■     Validation codes which can be periodically checked against
  208.                 to look for the changes made by a virus to files or system
  209.                 areas.
  210.  
  211.           ■     Generic and Family virus detectors to look for new viruses
  212.                 which are derivatives of older viruses.
  213.  
  214.           ■     External virus signatures to insert new virus signature
  215.                 strings on a temporary basis to OS2SCAN.
  216.  
  217.  
  218.  
  219.  
  220. OS2SCAN FOR OS/2 Version 9.0V99                                Page 4
  221.  
  222.  
  223.           SYNOPSIS (technical description of known virus detection)
  224.  
  225.                OS2SCAN detects known viruses by searching the system for
  226.           strings (sequences of bytes) unique to each computer virus and
  227.           reporting their presence if found.  For viruses which encrypt or
  228.           cipher their code so that every infection of the virus is
  229.           different, OS2SCAN uses detection algorithms (programs) that work
  230.           by statistical analysis, heurstics, or code disassembly.
  231.  
  232.  
  233.           SYNOPSIS (technical description of new/unknown virus detection)
  234.  
  235.               OS2SCAN checks for new or unknown viruses by comparing
  236.           files against previously-recorded validation (checksum) data.
  237.           OS2SCAN has two levels of validation which are stored in three
  238.           separate ways:
  239.  
  240.           ■     A simple 10-byte long validation checksum may be appended
  241.                 to .COM and .EXE files.  If a file has been modified, it
  242.                 no longer matches the checksum and OS2SCAN reports the
  243.                 file may be infected.  (/AV, /CV, /RV switches)
  244.  
  245.           ■     An enhanced 52-byte validation and recovery data checksum
  246.                 can also be created.  This can be appended to the end of
  247.                 files like the 10-byte checksum, or stored in a separate
  248.                 log file which can be offline (e.g., on floppies) for
  249.                 recovery purposes.  CLEAN-UP can restore infected files,
  250.                 partition tables, or boot sectors using this information.
  251.                 (/AG, /CG, /RG switches and /AF, /CF, /RF switches)
  252.  
  253.           NOTE:  OS2SCAN does NOT add codes to the partition table, boot
  254.                  sector, or system files.  Instead, a separate hidden file
  255.                  will be created in the root directory named SCANVAL.VAL
  256.                  containing data for these areas.
  257.  
  258.           NOTE:  Files which are self-checking (e.g., Lotus 1-2-3) should
  259.                  not be validated with the /AV (Add Validation) or /AG
  260.                  (Add Generic) switches which modify files.  Instead, use
  261.                  the /AF (Add File) switch.
  262.  
  263.                OS2SCAN also checks for new or unknown viruses by searching
  264.           for Generic or Family virus strings.  These are strings that
  265.           have been found repeatedly in different viruses.  Since virus
  266.           writers may use the older pieces of code for new viruses, this
  267.           allows OS2SCAN to detect viruses which have not been written yet.
  268.  
  269.                OS2SCAN can be updated to search for new viruses by an
  270.           External Virus Data File, which allows the user to input new
  271.           search strings for viruses. (/EXT switch)
  272.  
  273.  
  274.  
  275. OS2SCAN FOR OS/2 Version 9.0V99                                Page 5
  276.  
  277.  
  278.           AUTHENTICITY
  279.  
  280.                Before using OS2SCAN for the first time, verify that it has
  281.           not been tampered with or infected by a virus by using the
  282.           enclosed VALIDATE for OS/2 (OS2VAL.EXE) program.  For
  283.           instructions on using OS2VAL, please read the OS2VAL.DOC file.
  284.  
  285.                The validation results for Version 9.0V99 should be:
  286.  
  287.                         FILE NAME: OS2SCAN.EXE
  288.                              SIZE: 178,352
  289.                              DATE: 12-09-1992
  290.               FILE AUTHENTICATION
  291.                    Check Method 1: 78A3
  292.                    Check Method 2: 10CA
  293.  
  294.           NOTE:  If you run VALIDATE.COM for DOS against OS2SCAN.EXE, a
  295.                  different Check Method 1 value will be returned.  Do not
  296.                  use VALIDATE.COM to validate OS2SCAN.EXE
  297.  
  298.           If your copy of OS2SCAN differs, it may have been damaged.
  299.           Always obtain your copy of OS2SCAN from a known source.  The
  300.           latest version of OS2SCAN and validation data for OS2SCAN.EXE
  301.           can be obtained from McAfee Associates' bulletin board system
  302.           at (408) 988-4004 or from the McAfee Virus Help Forum on
  303.           CompuServe (GO MCAFEE), or the mcafee.COM anonymous ftp site on
  304.           the Internet.
  305.  
  306.                OS2SCAN performs a self-check when run.  If OS2SCAN has
  307.           been modified in any way, a warning will be displayed and the
  308.           user will be prompted to either continue or quit.  OS2SCAN can
  309.           still check for viruses.  However, if OS2SCAN reports that it
  310.           has been damaged, it is recommended that a new copy be obtained.
  311.  
  312.                Beginning with Version 72, all of McAfee Associates'
  313.           VIRUSCAN series are archived with PKWare's PKZIP Authentic File
  314.           Verification.  If you do not see an "-AV" after every file is
  315.           unzipped and receive the "Authentic Files Verified! # NWN405
  316.           Zip Source: McAFEE ASSOCIATES" message when you unzip the files
  317.           then do not use them.  If your version of PKUNZIP does not have
  318.           verification ability, then this message may not be displayed.
  319.           Please contact us if you believe tampering has occurred to the
  320.           .ZIP file.
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. OS2SCAN FOR OS/2 Version 9.0V99                                Page 6
  331.  
  332.  
  333.           COMMAND SUMMARY
  334.  
  335.           IMPORTANT NOTE:  WRITE PROTECT YOUR FLOPPY DISK BEFORE SCANNING
  336.                            TO PREVENT INFECTION OF THE OS2SCAN PROGRAM.
  337.  
  338.                OS2SCAN checks files and other areas of the system that
  339.           can contain a computer virus.  When a virus is found, OS2SCAN
  340.           identifies the virus and the file or system area where it was
  341.           found.
  342.                OS2SCAN examines files based on their extension.  The default
  343.           extensions supported by OS2SCAN are .APP, .BIN, .COM, .EXE,
  344.           .OV?, .PGM, .PIF, .PRG, .SWP, .SYS, and .XTP.  Additional
  345.           extensions can be added with the /E option, or use the /A to
  346.           check all files.
  347.  
  348.  
  349.           Valid options for OS2SCAN are:
  350.  
  351.                            OS2SCAN {drive(s)} {options}
  352.  
  353.           {drive(s)}       - Indicates a drive or drives to be scanned
  354.  
  355.           Options are:
  356.  
  357.           \                - Scan root directory and boot area only
  358.           /? /H or /HELP   - Displays help screen
  359.           /A               - Scan all files, including data, for viruses
  360.           /AD              - Scan all local drives for viruses
  361.           /AF {filename}   - Store recovery & validation data to {filename}
  362.           /AG {filename}   - Add recovery & validation data to files
  363.                               EXCEPT for those listed in {filename}
  364.           /AV {filename}   - Add validation codes to files EXCEPT for
  365.                               those listed in {filename}
  366.           /BELL            - Beep whenever a virus is found
  367.           /CERTIFY         - List files that do not have a validation code
  368.           /CF {filename}   - Check for viruses using recovery & validation
  369.                               data stored in {filename}
  370.           /CG              - Check recovery & validation data on files
  371.           /CV              - Check validation codes on files
  372.           /D               - Overwrite and delete infected files
  373.           /DATE            - Save the date and time OS2SCAN was last run
  374.                               (use /SHOWDATE to display)
  375.           /E .xxx .yyy     - Scan overlay extensions .XXX and .YYY
  376.           /EXT {filename}  - Scan using external virus data from {filename}
  377.           /FAST            - Speed up OS2SCAN's output
  378.                               (see below for specifics)
  379.           /FR              - Display all messages in French
  380.           /HISTORY {fname} - Create infection log {fname} appending to old log
  381.  
  382.  
  383.  
  384.  
  385. OS2SCAN FOR OS/2 Version 9.0V99                                Page 7
  386.  
  387.  
  388.           /MANY            - Scan multiple disks
  389.           /NLZ             - Skip internal scan of LZEXE-compressed files
  390.                               (DOS executables only)
  391.           /NOBREAK         - Disable Ctrl-C and Ctrl-Brk during scanning
  392.           /NOEXPIRE        - Do not display expiration notice
  393.           /NOPAUSE         - Disable screen pause when scanning
  394.           /NPKL            - Skip internal scan of PKLITE-compressed files
  395.                               (DOS executables only)
  396.           /REPORT {fname}  - Create infection log {fname} deleting the old log
  397.           /RF filename     - Remove recovery & validation data stored
  398.           /RG              - Remove recovery & validation data from files
  399.           /RV              - Remove validation codes from specified files
  400.           /SAVE            - Save specified options as new default options
  401.           /SHOWDATE        - Display the date and time OS2SCAN was last run
  402.                               (use /DATE to save date and time)
  403.           /SP              - Display all messages in Spanish
  404.           /SUB             - Scan all subdirectories inside a subdirectory
  405.           @{filename}      - Scan using options from {filename}
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.                     [This space left intentionally blank.]
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. OS2SCAN FOR OS/2 Version 9.0V99                                Page 8
  441.  
  442.  
  443.           OPTIONS
  444.  
  445.                Following is a detailed description of OS2SCAN's options.
  446.           Please note the /AF and /AG switches modify executable files.
  447.           This may cause other anti-viral programs to generate a warning.
  448.  
  449.           /A - This option checks all files on the drive scanned and also
  450.           examines a greater portion of files.  This substantially
  451.           increases the time required to scan disks and also increases
  452.           OS2SCAN's ability to detect viruses in overlay files.  It is
  453.           recommended this switch only be used when installing software
  454.           or if a file-infecting virus has been found.  This option takes
  455.           priority over the /E option.
  456.  
  457.           /AD - This option scans all local hard disk drives for viruses.
  458.           No drives need to be listed when the /AD switch is used.
  459.  
  460.           NOTE:  If network drives exist, OS2SCAN will attempt to access
  461.                  them when run with the /AD switch and fail.
  462.  
  463.           /AF {filename} - This option logs recovery and validation
  464.           data for .COM and .EXE files, boot sector, and partition table
  465.           of a disk to a user-specified file.  The log file size is about
  466.           20Kb per 1,000 files validated.  Recovery from a virus using the
  467.           /AF information requires the CLEAN-UP program.
  468.  
  469.           /AG {filename} - This option allows the user to store recovery
  470.           and validation data for .COM and .EXE files, boot sector, and
  471.           partition table of a disk.  Recovery information adds 52 bytes
  472.           to files.  The recovery information for the partition table,
  473.           boot sector, COMMAND.COM and system files is stored separately
  474.           in a hidden file called SCANVAL.VAL in the root directory of the
  475.           drive being scanned.  {filename} is an optional ASCII text file
  476.           listing files NOT to add recovery and validation data to (see
  477.           NOTE below).  Recovery from a virus using the /AG information
  478.           requires the CLEAN-UP (CLEAN.EXE) program.
  479.  
  480.           /AV {filename} - This option allows the user to store validation
  481.           codes for .COM and .EXE files, boot sector, and partition table
  482.           of a disk.  Validation information adds 10 bytes to files.  The
  483.           validation codes for the partition table, boot sector, system
  484.           files and COMMAND.COM is stored separately in a hidden file
  485.           named SCANVAL.VAL in the root directory of the drive being
  486.           scanned.  {filename} is an optional ASCII text file listing the
  487.           files NOT to add validation codes to (see note below).
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. OS2SCAN FOR OS/2 Version 9.0V99                                Page 9
  496.  
  497.  
  498.           NOTE:  Files which are immunized against viruses or contain
  499.                  self-modifying code should not have validation codes
  500.                  added to them.  To prevent OS2SCAN from adding validation
  501.                  codes to these files, a validation exception list must be
  502.                  created with the path and filename of each file NOT to be
  503.                  validated listed on each line (only one filename for each
  504.                  line).  To put a comment in, start the line with an "*"
  505.                  character.  This sample file contains a list of programs
  506.                  NOT to validate:
  507.  
  508.           *LIST OF FILES NOT TO USE /AV OR /AG OPTIONS WITH
  509.           *
  510.           *This is Nantucket Corp's database program, Clipper
  511.           D:\CLIPPER\BIN\CLIPPER.EXE
  512.           *This is Lotus Development Corp's spreadsheet program, 1-2-3
  513.           D:\123\123.COM
  514.           *This is MS-DOS 5.00's self-modifying program, SETVER
  515.           D:\DOS\SETVER.EXE
  516.           *PKWare's data compression programs already perform a self-check
  517.           D:\PKWARE\PKLITE.EXE
  518.           D:\PKWARE\PKZIP.EXE
  519.           D:\PKWARE\PKUNZIP.EXE
  520.           *Stac Technologies hard disk swapping program
  521.           D:\SWAPVOL.COM
  522.           *Symantec's Norton Utilities V6.01 disk caching program
  523.           D:\NORTON\NCACHE.EXE
  524.           *WordStar Corp's word processor is self-modifying
  525.           D:\WORDSTAR\WS.EXE
  526.  
  527.                The validation exception list should be an ASCII or DOS
  528.           text file.  If a word processor is used to create the list, be
  529.           sure to save the file as ASCII or DOS Text.
  530.  
  531.           /BELL - This option tells OS2SCAN to beep when a virus is found.
  532.  
  533.           /CERTIFY -  This option will audit a system for files that have
  534.           validation codes added to them with the /AG or /AV switches.
  535.           Files that have no validation code will be reported as being
  536.           uncertified by OS2SCAN.
  537.  
  538.           /CF {filename} - This option checks recovery and validation data
  539.           stored by the /AF option in {filename}.  If a file or system
  540.           area has changed, OS2SCAN reports that a viral infection may
  541.           have occurred.  Using the /CG option adds about 25% more time to
  542.           scanning.
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550. OS2SCAN FOR OS/2 Version 9.0V99                                Page 10
  551.  
  552.  
  553.           /CG - This options checks recovery and validation data added by
  554.           the /AG option.  If a file or system area has changed, OS2SCAN
  555.           reports that a viral infection may have occurred.  Using the /CG
  556.           option adds about 25% more time to scanning.  This option takes
  557.           priority over the /CV option.
  558.  
  559.           /CV - This option checks validation codes inserted by the /AV
  560.           option.  If a file or system area has been changed, OS2SCAN will
  561.           report that the file or system area has been modified and a
  562.           viral infection may have occurred.  Using the /CV option adds
  563.           about 20% more time to scanning.
  564.  
  565.           NOTE:  Dual Boot systems change the Boot Sector between DOS and
  566.                  OS/2 depending on which operating system is currently
  567.                  active.  This will cause OS2SCAN to report that the boot
  568.                  sector has been modified.
  569.  
  570.           /D - This option tells OS2SCAN to prompt the user to overwrite
  571.           and delete an infected files.  Files erased by the /D option
  572.           can not be recovered.  If the CLEAN-UP program is available,
  573.           it can be used to disinfect the file.  Partition table and boot
  574.           sector viruses can not be removed by the /D option and require
  575.           the CLEAN-UP virus removal program.
  576.  
  577.           /DATE - This option stores the time and date OS2SCAN was last
  578.           executed.  This is done by changing the date on the SCANVAL.VAL
  579.           file.  If no SCANVAL.VAL file exists, OS2SCAN will create a 0-byte
  580.           long file in the currently-logged directory.
  581.  
  582.           /E .xxx .yyy - This option allows an additional extension or set
  583.           extensions to be scanned.  Extensions should include a period "."
  584.           character and be separated by a space after the /E.  Up to three
  585.           extensions may be added with the /E.  For more extensions, use
  586.           the /A option instead.
  587.  
  588.           /EXT {filename} - This option tells OS2SCAN to search for viruses
  589.           using virus search strings from ASCII text file {filename}, in
  590.           addition to the viruses that OS2SCAN looks for.  For instructions
  591.           creating an external virus data file, refer to Appendix A.
  592.  
  593.           NOTE:  The /EXT option provides users with the ability to add
  594.                  strings for detection of viruses on an interim or
  595.                  emergency basis.  When used with the /D option, it will
  596.                  overwrite-and-delete infected files.  This option is not
  597.                  for general use and should be used with caution.
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605. OS2SCAN FOR OS/2 Version 9.0V99                                Page 11
  606.  
  607.  
  608.           /FAST - This option speeds OS2SCAN up by displaying less on the
  609.           the screen, skipping checking inside of LZEXE- and PKLITE-
  610.           compressed files (DOS only), and examining a smaller portion of
  611.           files during scanning.  This may reduce the accuracy of OS2SCAN.
  612.  
  613.           /FR - This option tells OS2SCAN to display all messages in
  614.           French instead of English.  This option cannot be used with the
  615.           /SP (Spanish) option.
  616.  
  617.           /HISTORY {filename} - This option saves the output of OS2SCAN
  618.           to {filename} in ASCII text file format.  If {filename} exists,
  619.           OS2SCAN will add the results of the current scan to the end.
  620.  
  621.           /MANY - This option is used to scan multiple diskettes placed
  622.           in a given drive.  If the user has more than one floppy disk to
  623.           check for viruses, the /MANY option will allows the user to
  624.           check disks without having to re-run OS2SCAN multiple times. 
  625.  
  626.           /NLZ - This option tells OS2SCAN not to look inside files
  627.           compressed with LZEXE, a file compression program for DOS
  628.           .EXE files.  OS2SCAN will still check LZEXE-compressed files for
  629.           viruses that may have become infected after LZEXE compression.
  630.  
  631.           /NOBREAK - This option prevents Ctrl-C or Ctrl-Brk from aborting
  632.           the scanning process.
  633.  
  634.           /NOEXPIRE - This option prevents OS2SCAN from displaying a
  635.           warning message after 7 months warning that it may no longer be
  636.           current with respect to known computer viruses.
  637.  
  638.           /NOPAUSE - This option disables the "More? (H = Help )" prompt
  639.           displayed when OS2SCAN fills up a screen with 24 lines of text.
  640.           This allows OS2SCAN to run on PC's with severe infections without
  641.           requiring operator assistance.
  642.  
  643.           /NPKL - This option tells OS2SCAN not to look inside files
  644.           compressed with PKLITE, a file compression program for DOS .EXE
  645.           files.  OS2SCAN will still check PKLITE-compressed files for
  646.           viruses that may have become infected after PKLITE compression.
  647.  
  648.           /REPORT {filename} - This option saves the output of OS2SCAN
  649.           to {filename} in ASCII text file format.  If {filename} exists,
  650.           OS2SCAN will erase it and replace with the current scan results.
  651.  
  652.           /RF {filename} - This option removes recovery and validation
  653.           data from log file {filename} created by the /AF option.
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660. OS2SCAN FOR OS/2 Version 9.0V99                                Page 12
  661.  
  662.  
  663.           /RG - This option removes validation and recovery data from a
  664.           file or files validated with the /AG option.  Using the /RG
  665.           switch against a drive removes the SCANVAL.VAL file.  This
  666.           option can not be used with the /AG option.
  667.  
  668.           /RV - This option removes validation codes from a file or files
  669.           validated with the /AV option.  Using the /RV switch against a
  670.           drive removes the SCANVAL.VAL file.  This option can not
  671.           be used with the /AV option.
  672.  
  673.           /SAVE - This option stores any listed options for subsequent
  674.           executions of OS2SCAN.  The options are stored by creating a
  675.           file named OS2SCAN.INI in the same directory as OS2SCAN.EXE.  For
  676.           example, the command:
  677.  
  678.                OS2SCAN /NOMEM /REPORT C:\OS2SCAN.LOG /NOPAUSE /SAVE
  679.  
  680.           saves the default options to /NOMEM, /REPORT C:\OS2SCAN.LOG and
  681.           /NOPAUSE and will cause OS2SCAN to use these options the next
  682.           time it is run.  If OS2SCAN is run with only the /SAVE switch,
  683.           the OS2SCAN.INI file is removed.  If you wish to use more than one
  684.           set of switches with OS2SCAN, use the @{filename} option
  685.           instead.
  686.  
  687.           /SHOWDATE - This option displays the time and date OS2SCAN was
  688.           last run.  No virus checking is performed.
  689.  
  690.           NOTE:  When run with /SHOWDATE, OS2SCAN only displays the last run
  691.                  date.  Viruses will *NOT* be checked for.
  692.  
  693.           /SP - This option tells OS2SCAN to display all messages in Spanish
  694.           instead of English.  This option cannot be used with the /FR
  695.           (French) option.
  696.  
  697.           /SUB - This option scans all subdirectories inside a
  698.           subdirectory.  Previously, OS2SCAN would only recursively check
  699.           subdirectories if a drive was scanned at the root level (e.g.,
  700.           C:).  Do not use the /SUB switch if you are scanning a drive
  701.           from the root level.
  702.  
  703.           @{filename} - This option allows the user to run OS2SCAN with
  704.           a configuration file listing the options and drives OS2SCAN is
  705.           to check.  Options need to be separated by a space, while drives
  706.           (disks, subdirectories, or files) need to be listed on separate
  707.           lines.  A sample file might look like this:
  708.  
  709.           /A /BELL /CV /REPORT C:\OS2SCAN\OS2SCAN.LOG
  710.           C:
  711.  
  712.           The first line contains the OS2SCAN options while other lines
  713.           list the names of disks, subdirectories, or files to scan.  The
  714.           file should be an ASCII text file.  
  715. OS2SCAN FOR OS/2 Version 9.0V99                                Page 13
  716.  
  717.  
  718.           EXAMPLES
  719.  
  720.                The following examples show different option settings:
  721.  
  722.                OS2SCAN C:
  723.                    To scan drive C:
  724.  
  725.                OS2SCAN A:R-HOOPER.EXE
  726.                    Scans file "R-HOOPER.EXE" on drive A:
  727.  
  728.                OS2SCAN A: /A /CV
  729.                    Scans all files and checks validation codes for unknown
  730.                    viruses on drive A:.
  731.  
  732.                OS2SCAN B: /D /A
  733.                    Scans all files on drive B: and prompt for erasure of
  734.                    any infected files, if found.
  735.  
  736.                OS2SCAN C: D: E: /AV
  737.                    Scan for viruses, add validation codes to files on
  738.                    drives C:, D:, and E:.
  739.  
  740.                OS2SCAN C: D: /A /FR
  741.                    Scan all files on drives C: and D: for viruses, and
  742.                    display all messages in French.
  743.  
  744.                OS2SCAN C: D: /E .WPM .COD
  745.                    Scans drives C: and D:, including .WPM and .COD files 
  746.  
  747.                OS2SCAN C: /EXT A:SAMPLE.ASC /BELL
  748.                    To scan drive C: for known computer viruses and also
  749.                    for viruses added by the user via the external virus
  750.                    data file option, and beep whenever a virus is found.
  751.  
  752.                OS2SCAN C: /NOPAUSE /REPORT A:INFECTN.RPT
  753.                    To scan drive C: without stopping, and create a log
  754.                    file INFECTN.RPT on drive A:
  755.  
  756.                OS2SCAN E:\DOWNLOADS /SUB
  757.                    To scan all subdirectories under the directory
  758.                    DOWNLOADS on drive E:
  759.  
  760.                OS2SCAN C: D: E: /FAST /CERTIFY
  761.                    To perform a fast scan of drives C:, D:, and E: and
  762.                    check for any files that do not have validation codes.
  763.  
  764.                OS2SCAN @C:\SCANOPTN.LST
  765.                    To run OS2SCAN using configuration file SCANOPTN.LST
  766.                    located in the root directory of drive C:.
  767.  
  768.                OS2SCAN /AD
  769.                     Scan all hard drive partitions for viruses.
  770. OS2SCAN FOR OS/2 Version 9.0V99                                Page 14
  771.  
  772.  
  773.           VIRUS REMOVAL
  774.  
  775.                What do you do if a virus is found?  You can contact McAfee
  776.           Associates for help, their authorized agents, or use the CLEAN-UP
  777.           program.  CLEAN-UP is available for DOS (CLEAN.EXE) and OS/2
  778.           (OS2CLEAN.EXE).
  779.  
  780.                McAfee Associates can be reached by BBS, CompuServe, FAX,
  781.           Internet, or Telephone and there is no charge for support calls
  782.           to McAfee Associates (Authorized agents may charge normal McAfee
  783.           Associates consulting rates.).
  784.  
  785.                The CLEAN-UP universal virus disinfection program can
  786.           disinfect virtually all reported computer viruses.  It is
  787.           updated with each release of the OS2SCAN program to remove new
  788.           viruses.  CLEAN-UP can be downloaded from McAfee Associates'
  789.           BBS, the McAfee Virus Help Forum on CompuServe, and the
  790.           mcafee.COM and WSMR-SIMTEL20.Army.Mil sites on the Internet, or
  791.           from any of the agents' BBSes listed in the enclosed AGENTS.TXT
  792.           text file.
  793.  
  794.                It is strongly recommended that you get experienced help in
  795.           dealing with viruses if you are unfamiliar with anti-virus
  796.           software and methods.  This is especially true for 'critical'
  797.           viruses and partition table/boot sector infecting viruses as
  798.           improper removal of these viruses can result in the loss of
  799.           all data and the use of the infected disk(s).  
  800.  
  801.                Before removing a boot sector or partition table-infecting
  802.           virus, it is recommended that you cold boot the infected PC from
  803.           a clean DOS disk and backup any critical data.
  804.  
  805.                For qualified assistance in removing a virus, contact
  806.           McAfee Associates directly or any of the Authorized Agents in
  807.           your area.  Agents may charge McAfee Associates' normal consult
  808.           rates for their services.
  809.  
  810.                If you wish to remove a file-infecting virus manually, cold
  811.           boot the PC from a clean (virus-free) OS/2 boot diskette and run
  812.           OS2SCAN with the /A and /D switches to erase all infected files.
  813.           Any files removed in this manner can not be recovered.
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825. OS2SCAN FOR OS/2 Version 9.0V99                                Page 15
  826.  
  827.  
  828.           REGISTRATION
  829.  
  830.                A registration fee of US$35.00 is required for the use of
  831.           OS2SCAN by individual home users.  Registration entitles the
  832.           holder to unlimited free upgrades from McAfee Associates' BBS,
  833.           the Internet, and the McAfee Virus Help Forum on CompuServe as
  834.           well as technical support for one year.  When registering, a
  835.           diskette containing the latest version may be requested for an
  836.           additional US$9.00.  Only one diskette mailing will be made.
  837.  
  838.                Registration is for home users only and does not apply to
  839.           businesses, corporations, organizations, government agencies, or
  840.           schools, which must obtain a license for use.  Contact McAfee
  841.           Associates directly or an Authorized Agent for more information.
  842.  
  843.  
  844.           TECH SUPPORT
  845.  
  846.                For fast and accurate help, please have the following
  847.           information ready when you contact McAfee Associates:
  848.  
  849.                -    Program name and version number.
  850.  
  851.                -    Type and brand of computer, hard disk, plus any
  852.                     peripherals.
  853.  
  854.                -    Version of OS/2 plus any device drivers in use.
  855.  
  856.                -    Printouts of your AUTOEXEC.BAT and CONFIG.SYS files.
  857.  
  858.                -    The exact problem you are having.  Please be as
  859.                     specific as possible.  Having a printout of the
  860.                     screen and/or being at your computer will be helpful.
  861.  
  862.           McAfee Associates can be contacted by BBS, CompuServe, FAX, or
  863.           InterNet 24 hours a day, or by telephone at (408) 988-3832,
  864.           Monday through Friday, 7:00AM to 5:30PM Pacific Time.
  865.  
  866.                If you are overseas, you can contact a McAfee Associates
  867.           Authorized Agent.  Agents are located in over 50 countries
  868.           around the world and provide local sales and support for our
  869.           software.  Please refer to the AGENTS.TXT file for a complete
  870.           list of McAfee Associates Agents.
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880. OS2SCAN FOR OS/2 Version 9.0V99                                Page 16
  881.  
  882.  
  883.           OBTAINING THE LATEST VERSION OF McAFEE ASSOCIATES PROGRAMS
  884.  
  885.                McAfee Associates regularly updates the OS2SCAN series
  886.           of programs every 4 to 6 weeks to add new virus detectors,
  887.           new options, and fix reported bugs.  To distribute these new
  888.           versions, we run a multi-line BBS, CompuServe Forum, and
  889.           Internet node.
  890.  
  891.           BBS ACCESS
  892.  
  893.                Our 25-line BBS is accessible 24 hours a day, 365 days a
  894.           year, except for scheduled downtime and maintenance.  All lines
  895.           run US Robotics Courier HST Dual Standard ASL modems operating
  896.           from 1,200bps to 14,400bps with line settings of 8 data bits, no
  897.           parity, and one stop bit.
  898.  
  899.  
  900.           THE McAFEE VIRUS HELP FORUM ON COMPUSERVE
  901.  
  902.                We are now sponsoring the McAfee Virus Help Forum on
  903.           CompuServe.  To reach the McAfee Virus Help Forum type GO MCAFEE
  904.           at any CompuServe prompt.  A free introductory membership is
  905.           available.  For more information, please read the enclosed
  906.           COMPUSER.NOT file.
  907.  
  908.  
  909.           INTERNET ACCESS TO McAFEE ASSOCIATES SOFTWARE
  910.  
  911.                The latest versions of McAfee Associates' anti-viral
  912.           software is now available by anonymous ftp (file transfer
  913.           protocol over the Internet from the site mcafee.COM.  If
  914.           your domain resolver does not support names, use the IP#
  915.           192.187.128.1.  Enter "anonymous" for your user I.D. and
  916.           your own email address for the password.  Programs are
  917.           located in the pub/antivirus directory.  If you have any
  918.           questions, please send email to support@mcafee.COM
  919.  
  920.                 McAfee Associates' anti-viral software may also be
  921.           found at the Simtel20 archive site WSMR-SIMTEL20.Army.MIL
  922.           in the PD1:<MSDOS.TROJAN-PRO> directory and its associated
  923.           mirror sites WUARCHIVE.WUSTL.EDU (US), NIC.SWITCH.CH (Swiss),
  924.           NIC.FUNET.FI (Finland), SRC.DOC.IC.AC (UK), and
  925.           RANA.CC.DEAK.OZ.AU (Australia).
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935. OS2SCAN FOR OS/2 Version 9.0V99                                Page 17
  936.  
  937.  
  938.           APPENDIX A:  Creating a Virus String File with the /EXT Option
  939.  
  940.           NOTE:  The /EXT option is intended for emergency and research
  941.                  use only.  It is a temporary method for identifying new
  942.                  viruses prior to the subsequent release of OS2SCAN.  A
  943.                  thorough understanding of viruses and string-search
  944.                  techniques is advised for using this option.  A string
  945.                  length of 10 to 15 bytes is recommended.
  946.  
  947.                The External Virus Data file should be created with an
  948.           editor or a word processor and saved as an ASCII text file.  Be
  949.           sure each line ends with a Carriage Return/Line Feed pair.
  950.  
  951.  
  952.                The virus string file uses the following format:
  953.  
  954.           #Comment about Virus_1
  955.           "aabbccddeeff..." Virus_1_Name
  956.           #Comment about Virus_2
  957.           "gghhiijjkkll..." Virus_2_Name
  958.                .
  959.                .
  960.           "uuvvwwxxyyzz..." Virus_n_Name
  961.  
  962.  
  963.           Where aa, bb, cc, etc. are the hexadecimal bytes that you wish
  964.           to scan for.  Each line in the file represents one virus.  The
  965.           Virus Name for each virus is mandatory, and may be up to 25
  966.           characters in length.  The double quotes (") are required at the
  967.           beginning and end of each hexadecimal string.
  968.                OS2SCAN will use the string file to search the Master Boot
  969.           Record (partition table), Boot Sector, System files, all .COM
  970.           and .EXE files, and overlay files with the extension .APP, .BIN,
  971.           .COM, .EXE, .OV?, .PGM, .PIF, .PRG, .SWP, .SYS, and .XTP.
  972.                Virus strings may contain wild cards.  The two wildcard
  973.           options are:
  974.  
  975.           FIXED POSITION WILDCARD
  976.                The question mark "?" may be used to represent a wildcard
  977.           in a fixed position within the string.  For example, the string:
  978.  
  979.                              "E9 7C 00 10 ? 37 CB"
  980.  
  981.           would match "E9 7C 00 10 27 37 CB", "E9 7C 00 10 9C 37 CB", or
  982.           any other similar string, regardless of the fifth byte.
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990. OS2SCAN FOR OS/2 Version 9.0V99                                Page 18
  991.  
  992.  
  993.           RANGE WILDCARD
  994.  
  995.                The asterisk "*", followed by range number in parentheses
  996.           "(" and ")" is used to represent a variable number of adjoining
  997.           random bytes.  For example, the string:
  998.  
  999.                              "E9 7C *(4) 37 CB"
  1000.  
  1001.           would match "E9 7C 00 37 CB", "E9 7C 00 11 37 CB", and
  1002.           "E9 7C 00 11 22 37 CB".  The string "E9 7C 00 11 22 33 44 37 CB"
  1003.           would not match since the distance between 7C and 37 is greater
  1004.           than four bytes.  You may specify a range of up to 99 bytes.
  1005.           Up to 10 different wildcards of either kind may be used in one
  1006.           virus string.
  1007.  
  1008.  
  1009.           COMMENTS
  1010.                A pound sign "#" at the begining of a line will denote a
  1011.           comment.  Use this for adding notes to the external virus data
  1012.           file.  For example:
  1013.  
  1014.                              #New .COM virus found in file FRITZ.EXE from
  1015.                              #Schneiderland on 01-22-91
  1016.                              "53 48 45 45 50" Fritz-1 [F-1]
  1017.  
  1018.           gives a description of the virus, name of the infected file,
  1019.           where and when it was found, etc.
  1020.  
  1021.  
  1022.           APPENDIX B:  Miscellaneous Application Notes
  1023.  
  1024.  
  1025.           OS2SCAN VALIDATION CODES
  1026.  
  1027.                If you have installed any new software or programs on your
  1028.           system, and are running OS2SCAN or VSHIELD for DOS with the /CF,
  1029.           /CG, or /CV validation codes options, you will need to reinstall
  1030.           validation codes to the new files with the /AF, /AG, or /AV
  1031.           add validation codes options of OS2SCAN.  In addition, the
  1032.           SCANVAL.VAL hidden file containing validation codes for the
  1033.           partition table, boot sector, COMMAND.COM, and system files may
  1034.           have to be replaced (unhide the file with the ATTRIB command
  1035.           and then delete it).
  1036.                The quickest way to update the validation codes is to
  1037.           remove all validation codes from the hard disk and then add them
  1038.           back by running OS2SCAN with the /RV and then the /AV options.
  1039.  
  1040.           NOTE: This applies to any new version of DOS, as well as any
  1041.                 programs which you install on your system.
  1042.  
  1043.  
  1044.  
  1045. OS2SCAN FOR OS/2 Version 9.0V99                                Page 19
  1046.  
  1047.  
  1048. IMPORTANT NOTICE - PLEASE READ!
  1049.  
  1050.           Due to the nature of anti-virus software, the slight chance
  1051.           exists that a virus may be reported in a file that is not
  1052.           infected by that virus.
  1053.  
  1054.           If you receive a report of a virus infection which you believe
  1055.           may be in error, please contact McAfee Associates by telephone
  1056.           at (408) 988-3832, by fax at (408) 970-9727, or upload the file
  1057.           to our BBS at (408) 988-4004 along with your name, address,
  1058.           daytime telephone number, and electronic mail address, if any.
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.