home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / fprot114.zip / FPROT114.EXE / lha / INSTALL.TXT < prev    next >
Text File  |  1991-01-13  |  8KB  |  172 lines

  1.  
  2.                         Installation of F-PROT
  3.  
  4. My primary goal when I was designing the F-PROT package was to make the
  5. protection almost invisible to the user.  I did not want to cause alarm by
  6. constantly displaying warning messages, saying that "Something might be wrong".
  7. At the same time, I wanted to make the package powerful and provide as much
  8. security as possible.
  9.  
  10. I also wanted to provide full protection against all viruses, both those
  11. known today and also the viruses that may appear in the future.
  12.  
  13. Another problem is that different users have different requirements.  Some
  14. want as much security as possible, even if it may mean a little inconvenience
  15. at times.  Other users do not even want to know of the existence of the
  16. protection, unless a virus strikes.
  17.  
  18. F-PROT had to be divided into several separate programs, to make this
  19. possible.  A full description on how to use each program can be found in
  20. USAGE.TXT, but here are the steps needed to install the package.
  21.  
  22. One word of warning - although F-PROT is easy to use, it is a bit
  23. complicated to install.  Be careful and know what you are doing.  The
  24. installation instructions assume that you have a good knowledge of DOS
  25. commands and know how to use a text editor.  A version that will provide
  26. "auto-install" is currently under development.
  27.  
  28. Step 1) Create a directory with the name F-PROT on the drive or diskette
  29.         you boot from.  Copy at least the following files there:
  30.  
  31.                         F-DRIVER.SYS
  32.                         F-OSCHK.EXE
  33.                         F-FCHK.EXE
  34.                         SIGN.TXT
  35.                         F-XLOCK.EXE
  36.  
  37. Step 2) Add the following line to the CONFIG.SYS file:
  38.  
  39.                         DEVICE=F-PROT\F-DRIVER.SYS
  40.  
  41.         This will protect you from the viruses described in FILVIR.TXT
  42.         and BOOTVIR.TXT and it should also provide protection from any new
  43.         boot sector viruses.  Best of all, it only uses around 2300 bytes
  44.         of memory.
  45.  
  46.         Turn the computer off.  Wait.  Turn it back on.  You should see the
  47.         message:
  48.  
  49.                         F-DRIVER version 1.14 installed
  50.  
  51.         If F-DRIVER detects an infection, you will have to reboot from a
  52.         "clean" diskette and disinfect before you can continue.
  53.  
  54.         If you are using a Novell network, you need to copy the file
  55.         F-NET.EXE to the F-PROT directory and add the command
  56.  
  57.                                   F-PROT\F-NET
  58.  
  59.         to your AUTOEXEC.BAT file, after the network software is run.
  60.         Otherwise F-DRIVER.SYS will only protect you from viruses on your
  61.         own computer, not virus-infected programs on the network server.
  62.  
  63. Step 3) Now you are protected from all the viruses listed in FILVIR.TXT
  64.         and BOOTVIR.TXT.  You can double-check that, by giving the command:
  65.  
  66.                                  F-SYSCHK
  67.  
  68.     This program will scan the memory for any resident viruses. 
  69.         Running F-SYSCHK should not be necessary, unless you skip step 2.
  70.  
  71. Step 4) Run the F-FCHK program to look for infected programs.
  72.  
  73.                 Example:        F-FCHK C:\
  74.  
  75.         The above command will search every program on the C: drive for
  76.         infection by known viruses.  If you have a large hard disk, you
  77.         need to give one command for each drive (C:, D:, etc.)
  78.  
  79. Step 5) Run the F-OSCHK program, with no parameters.  It will display
  80.         five numbers, which are encrypted checksums of the operating
  81.         system files, the boot sector and the partition boot record.  Add
  82.         the following line to the AUTOEXEC.BAT file,
  83.  
  84.                   F-PROT\F-OSCHK  vvvvv wwwww xxxxx yyyyy zzzzz
  85.  
  86.         where vvvvv, wwwww etc. are the five numbers produced
  87.         before.  This will provide added security for the operating
  88.         system.
  89.  
  90. Step 6) Use the F-XLOCK program to add the self-testing module to your
  91.         .EXE and .COM files.  You do not need to modify every program,
  92.         but you should use F-XLOCK on your most used programs.
  93.         For example, if many of your executable files are stored in
  94.         the \BIN subdirectory on drive C:, you simply give the command:
  95.  
  96.                         F-XLOCK  C:\BIN\*.*
  97.  
  98.         This will modify the .EXE and .COM files in that directory, so
  99.         they will check that they have not been infected, every time they
  100.         are run.  It will not prevent them from becoming infected, but you
  101.         will be alerted the first time an infected program is run.  This
  102.         should provide protection against new program viruses.  F-DRIVER
  103.         should protect you against all "old" viruses.
  104.  
  105.         One word of warning - in some cases you are not allowed to make
  106.         any changes to programs you buy, so read the license first.
  107.  
  108.     Also, some recent programs perform their own self-checking, so
  109.     they will assume that the self-testing module is a virus infection,
  110.     forcing you to remove it by using F-UNÆLOCK
  111.  
  112. Step 7) Make COMMAND.COM and every .EXE and .COM file read-only, unless
  113.         the program needs to be able to modify itself.  This can be done
  114.         by giving the commands
  115.  
  116.                              ATTRIB +R *.EXE
  117.                              ATTRIB +R *.COM
  118.  
  119.         in every directory that contains executable files.  This provides
  120.         almost no protection against most viruses, but is nevertheless
  121.         advisable, so you don't delete the files by mistake.
  122.  
  123.     If you install the F-LOCK program, as described below, it will
  124.     intercept any attempt to make a read-only executable file
  125.     writable again.
  126.  
  127. The six steps described above will provide very good protection against
  128. all viruses.
  129.  
  130. However, those programs are not effective against Trojans, that may try
  131. to format your hard disk or do something equally nasty.  They will only
  132. protect you from viruses.
  133.  
  134. If you also want protection from Trojans, you should perform the next step.
  135. It may, however, cause a bit of inconvenience at times, since any "suspicious"
  136. activity will produce a pop-up window.
  137.  
  138. Step 8) Copy the programs F-LOCK.EXE and F-POPUP.EXE to the F-PROT directory.
  139.         Add the following commands to your AUTOEXEC.BAT file, preferably at
  140.         the beginning:
  141.  
  142.                         F-PROT\F-LOCK
  143.                         F-PROT\F-POPUP
  144.  
  145.         The programs will be installed in memory, where they occupy around
  146.         4K.  They will monitor all activity in the computer and produce a
  147.         warning message when something suspicious is going on, allowing
  148.         you to stop the program in question before it does any harm.
  149.  
  150.         You should not perform step 8 if you are running MS-Windows.
  151.  
  152. Finally, one program can be used to provide an additional level of security.
  153. It can, however, only rarely be used.  You should only use it on computers
  154. where there is no software development, and new programs are only rarely
  155. installed.  See USAGE.TXT for additional information.
  156.  
  157. Step 9) Lock every .EXE and .COM file used on the computer, using the F-XLOCK
  158.         program as described before (Step 6).  Copy the F-XCHK.EXE program to
  159.         the F-PROT directory, and add the following command to AUTOEXEC.BAT
  160.  
  161.                         F-PROT\F-XCHK
  162.  
  163.         Now it will not be possible to run any programs not locked by
  164.         using F-XLOCK.  In addition, all programs are checked for modifications,
  165.         before they are run.  This will prevent the activation of any
  166.         program viruses on your computer.
  167.  
  168. The installation is now finished.  You should use F-FCHK on all programs
  169. you receive, before installing them on your computer, just to be sure
  170. they do not contain any known viruses.  You should also use F-DISINF to
  171. scan all diskettes you receive.
  172.