home *** CD-ROM | disk | FTP | other *** search
/ Chaos Computer Club 1997 February / cccd_beta_feb_97.iso / contrib / cert / ca8904 < prev    next >
PGP Signed Message  |  1997-02-28  |  9KB  |  216 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4. CA-89:04
  5.                                  CERT Advisory
  6.                                 October 17, 1989
  7.                            "WANK" Worm On SPAN Network 
  8.  
  9. - -----------------------------------------------------------------------------
  10.  
  11. On 16 October, the CERT received word from SPAN network control that a
  12. worm was attacking SPAN VAX/VMS  systems.  This worm affects only DEC
  13. VMS systems and is  propagated via DECnet protocols,  not TCP/IP protocols.
  14. If a VMS system had other network connections, the worm was not programmed
  15. to take advantage of those connections.  The worm is very similar to last
  16. year's  HI.COM  (or Father Christmas) worm.
  17.  
  18. This is NOT A PRANK.  Serious security holes are left open by this worm.
  19. The worm takes advantage of poor password management, modifies .com files,
  20. creates a new account, and spreads to other systems via DECnet.
  21.  
  22. It is also important to understand that someone in the future could launch
  23. this worm on any DECnet based network.  Many copies of the virus have been
  24. mailed around.  Anyone running a DECnet network should be warned.
  25.  
  26. R. Kevin Oberman from Lawrence Livermore National Labs reports:
  27.      "This is a mean bug to kill and could have done a lot of damage.
  28.      Since it notifies (by mail) someone of each successful penetration
  29.      and leaves a trapdoor (the FIELD account), just killing the bug is
  30.      not adequate.  You must go in an make sure all accounts have
  31.      passwords and that the passwords are not the same as the account
  32.      name."
  33.  
  34. The CERT/CC also suggests checking every .com file on the system.  The
  35. worm appends code to .com files which will reopen a security hole everytime
  36. the program is executed.
  37.  
  38. An analysis of the worm appears below and is provided by R. Kevin Oberman of 
  39. Lawrence Livermore National Laboratory.  Included with the analysis is a 
  40. DCL program that will block the current version of the worm.  At least 
  41. two versions of this worm exist and more may be created.  This program 
  42. should give you enough time to close up obvious security holes.
  43.  
  44. If you have any technical questions or have an infected system, please
  45. call the CERT/CC:
  46.  
  47. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  48.                           Report on the W.COM worm.
  49.                                R. Kevin Oberman
  50.                             Engineering Department
  51.                     Lawrence Livermore National Laboratory
  52.                                October 16, 1989
  53.  
  54. The following describes the action of the W.COM worm (currently based on the
  55. examination of the first two incarnations). The replication technique causes
  56. the code to be modified slightly which indicates the source of the attack and
  57. learned information.
  58.  
  59. All analysis was done with more haste than I care for, but I believe I have all
  60. of the basic facts correct.
  61.  
  62. First a description of the program:
  63.  
  64. 1. The program assures that it is working in a directory to which the owner
  65. (itself) has full access (Read, Write,Execute, and Delete).
  66.  
  67. 2. The program checks to see if another copy is still running. It looks for a
  68. process with the first 5 characters of "NETW_". If such is found, it deletes
  69. itself (the file) and stops its process.
  70.  
  71.                                      NOTE
  72. A quick check for infection is to look for a process name starting with
  73. "NETW_". This may be done with a SHOW PROCESS command.
  74.  
  75. 3. The program then changes the default DECNET account password to a random
  76. string of at least 12 characters.
  77.  
  78. 4. Information on the password used to access the system is mailed to the user
  79. GEMPAK on SPAN node 6.59. Some versions may have a different address.
  80.  
  81. 5. The process changes its name to "NETW_" followed by a random number.
  82.  
  83. 6. It then checks to see if it has SYSNAM priv. If so, it defines the system
  84. announcement message to be the banner in the program:
  85.       W O R M S    A G A I N S T    N U C L E A R    K I L L E R S
  86.     _______________________________________________________________
  87.     \__  ____________  _____    ________    ____  ____   __  _____/
  88.      \ \ \    /\    / /    / /\ \       | \ \  | |    | | / /    /
  89.       \ \ \  /  \  / /    / /__\ \      | |\ \ | |    | |/ /    /
  90.        \ \ \/ /\ \/ /    / ______ \     | | \ \| |    | |\ \   /
  91.         \_\  /__\  /____/ /______\ \____| |__\ | |____| |_\ \_/
  92.          \___________________________________________________/
  93.           \                                                 /
  94.            \    Your System Has Been Officically WANKed    /
  95.             \_____________________________________________/
  96.  
  97.      You talk of times of peace for all, and then prepare for war.
  98.  
  99. 7. If it has SYSPRV, it disables mail to the SYSTEM account.
  100.  
  101. 8. If it has SYSPRV, it modifies the system login command procedure to 
  102. APPEAR to delete all of a user's file. (It really does nothing.)
  103.  
  104. 9. The program then scans the accounts logical name table for command
  105. procedures and tries to modify the FIELD account to a known password
  106. with login form any source and all privs. This is a primitive virus,
  107. but very effective IF it should get into a privileged account.
  108.  
  109. 10. It proceeds to attempt to access other systems by picking node numbers at
  110. random. It then used PHONE to get a list of active users on the remote system.
  111. It proceeds to irritate them by using PHONE to ring them.
  112.  
  113. 11. The program then tries to access the RIGHTSLIST file and attempts
  114. to access some remote system using the users found and a list of
  115. "standard" users included with the worm. It looks for passwords
  116. which are the same as that of the account or are blank. It records all
  117. such accounts.
  118.  
  119. 12. It looks for an account that has access to SYSUAF.DAT.
  120.  
  121. 13. If a priv. account is found, the program is copied to that account and
  122. started. If no priv account was found, it is copied to other accounts found on
  123. the random system.
  124.  
  125. 14. As soon as it finishes with a system, it picks another random system and
  126. repeats (forever).
  127.  
  128. Response:
  129.  
  130. 1. The following program will block the worm. Extract the following code
  131. and execute it. It will use minimal resources. It create a process named
  132. NETW_BLOCK which will prevent the worm from running.
  133. - -------
  134. Editors note:  This fix will work only with this version of the worm.  
  135. Mutated worms will require modification of this code; however, this 
  136. program should prevent the worm from running long enough to secure 
  137. your system from the worms attacks.
  138. - -------
  139. ==============================================================================
  140. $ Set Default SYS$MANAGER
  141. $ Create BLOCK_WORM.COM
  142. $ DECK/DOLLAR=END_BLOCK
  143. $LOOP:
  144. $ Set Process/Name=NETW_BLOCK
  145. $ Wait 12:0
  146. $ GoTo loop
  147. END_BLOCK
  148. $ Run/Input=SYS$MANAGER:BLOCK_WORM.COM/Error=NL:/Output=NL:/UIC=[1,4] -
  149.     SYS$SYSTEM:LOGINOUT
  150. ==============================================================================
  151. - -------
  152. Editors note:  This fix might only work if the worm is running as SYSTEM.
  153. An earlier post made by the CERT/CC suggested the following:
  154.         $ Run SYS$SYSTEM:NCP
  155.         Clear Object Task All
  156.         ^Z
  157.  
  158. You must then edit the file SYS$MANAGER:STARTNET.COM, and add the line
  159.  
  160.         CLEAR OBJECT TASK ALL
  161.  
  162. AFTER the line which says
  163.  
  164.         SET KNOWN OBJECTS ALL
  165.  
  166. This has the side-effect of disabling users from executing any command
  167. procedure via DECnet that the system manager has not defined in the
  168. DECnet permanent database.
  169. - ---------
  170. 2. Enable security auditing. The following command turns on the MINIMUM
  171. alarms. The log is very useful in detecting the effects of the virus left by
  172. the worm. It will catch the viruses modification of the UAF.
  173. $ Set Audit/Alarm/Enable=(ACL,Authorization,Breakin=All,Logfailure=All)
  174.  
  175. 3. Check for any account with NETWORK access available for blank passwords or
  176. passwords that are the same as the username. Change them!
  177.  
  178. 4. If you are running VMS V5.x, get a copy of SYS$UPDATE:NETCONFIG_UPDATE.COM
  179. from any V5.2 system and run it. If you are running V4.x, change the username
  180. and password for the network object "FAL".
  181.  
  182. 5. If you have been infected, it will be VERY obvious. Start checking the
  183. system for modifications to the FIELD account. Also, start scanning the system
  184. for the virus. Any file modified will contain the following line:
  185. $ oldsyso=f$trnlnm("SYS$OUTPUT")
  186. It may be in LOTS of command procedures. Until all copies of the virus are
  187. eliminated, the FIELD account may be changed again.
  188.  
  189. 6. Once you are sure all of the holes are plugged, you might kill off
  190. NETW_BLOCK. (And then again, maybe not.)
  191.  
  192. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  193.  
  194. Computer Emergency Response Team (CERT)
  195. Software Engineering Institute
  196. Carnegie Mellon University
  197. Pittsburgh, PA 15213-3890
  198.  
  199. Internet: cert@cert.org
  200. Telephone: 412-268-7090 24-hour hotline: CERT personnel answer
  201.            7:30a.m.-6:00p.m. EST, on call for
  202.            emergencies other hours.
  203.  
  204. Past advisories and other information are available for anonymous ftp
  205. from cert.org (192.88.209.5).
  206.  
  207. -----BEGIN PGP SIGNATURE-----
  208. Version: 2.6.2
  209.  
  210. iQCVAwUBMaMwa3VP+x0t4w7BAQErmQP8Ck7SsSatKnIDAMtha7MpEOOoouGGbj/P
  211. Z8BoNNmG3LWoflWJrY2laU9LlG27xhPw+hbGGQfcBcair/+UY6aMrKG3A/dCLKPU
  212. wQNeSWmqLVQQ377twMsc9cCULK2a1WUK6kQJozUV0NVJhfxwJCVCAZw92nqZUyK4
  213. +PCbCHxaakk=
  214. =87gm
  215. -----END PGP SIGNATURE-----
  216.