home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1135 < prev    next >
Text File  |  1991-04-21  |  75KB  |  1,851 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        J. Reynolds
  8. Request for Comments: 1135                                           ISI
  9.                                                            December 1989
  10.  
  11.  
  12.                    The Helminthiasis of the Internet
  13.  
  14. Status of this Memo
  15.  
  16.    This memo takes a look back at the helminthiasis (infestation with,
  17.    or disease caused by parasitic worms) of the Internet that was
  18.    unleashed the evening of 2 November 1988.  This RFC provides
  19.    information about an event that occurred in the life of the Internet.
  20.    This memo does not specify any standard.  Distribution of this memo
  21.    is unlimited.
  22.  
  23. Introduction
  24.  
  25.          ----- "The obscure we see eventually, the completely
  26.          apparent takes longer." ----- Edward R. Murrow
  27.  
  28.    The helminthiasis of the Internet was a self-replicating program that
  29.    infected VAX computers and SUN-3 workstations running the 4.2 and 4.3
  30.    Berkeley UNIX code.  It disrupted the operations of computers by
  31.    accessing known security loopholes in applications closely associated
  32.    with the operating system.  Despite system administrators efforts to
  33.    eliminate the program, the infection continued to attack and spread
  34.    to other sites across the United States.
  35.  
  36.    This RFC provides a glimpse at the infection, its festering, and
  37.    cure.  The impact of the worm on the Internet community, ethics
  38.    statements, the role of the news media, crime in the computer world,
  39.    and future prevention will be discussed.  A documentation review
  40.    presents four publications that describe in detail this particular
  41.    parasitic computer program.  Reference and bibliography sections are
  42.    also included in this memo.
  43.  
  44. 1.  The Infection
  45.  
  46.          ----- "Sandworms, ya hate 'em, right??" ----- Michael
  47.          Keaton, Beetlejuice
  48.  
  49.    Defining "worm" versus "virus"
  50.  
  51.       A "worm" is a program that can run independently, will consume the
  52.       resources of its host from within in order to maintain itself, and
  53.       can propagate a complete working version of itself on to other
  54.       machines.
  55.  
  56.  
  57.  
  58. Reynolds                                                        [Page 1]
  59.  
  60. RFC 1135           The Helminthiasis of the Internet       December 1989
  61.  
  62.  
  63.       A "virus" is a piece of code that inserts itself into a host,
  64.       including operating systems, to propagate.  It cannot run
  65.       independently.  It requires that its host program be run to
  66.       activate it.
  67.  
  68.       In the early stages of the helminthiasis, the news media popularly
  69.       cited the Internet worm to be a "virus", which was attributed to
  70.       an early conclusion of some in the computer community before a
  71.       specimen of the worm could be extracted and dissected.  There are
  72.       some computer scientists that still argue over what to call the
  73.       affliction.  In this RFC, we use the term, "worm".
  74.  
  75.    1.1  Infection - The Worm Attacks
  76.  
  77.       The worm specifically and only made successful attacks on SUN
  78.       workstations and VAXes running Berkeley UNIX code.
  79.  
  80.       The Internet worm relied on the several known access loopholes in
  81.       order to propagate over networks.  It relied on implementation
  82.       errors in two network programs: sendmail and fingerd.
  83.  
  84.       Sendmail is a program that implements the Internet's electronic
  85.       mail services (routing and delivery) interacting with remote sites
  86.       [1, 2].  The feature in sendmail that was violated was a non-
  87.       standard "debug" command.  The worm propagated itself via the
  88.       debug command into remote hosts.  As the worm installed itself in
  89.       a new host the new instance began self-replicating.
  90.  
  91.       Fingerd is a utility program that is intended to help remote
  92.       Internet users by supplying public information about other
  93.       Internet users.  This can be in the form of identification of the
  94.       full name of, or login name of any local user, whether or not they
  95.       are logged in at the time (see the Finger Protocol [3]).
  96.  
  97.       Using fingerd, the worm initiated a memory overflow situation by
  98.       sending too many characters for fingerd to accommodate (in the
  99.       gets library routine).  Upon overflowing the storage space, the
  100.       worm was able to execute a small arbitrary program.  Only 4.3BSD
  101.       VAX machines suffered from this attack.
  102.  
  103.       Another of the worm's methods was to exploit the "trusted host
  104.       features" often used in local networks to propagate (using rexec
  105.       and rsh).
  106.  
  107.       It also infected machines in /etc/hosts.equiv, machines in
  108.       /.rhosts, machines in cracked accounts' .forward files, machines
  109.       cracked accounts' .rhosts files, machines listed as network
  110.       gateways in routing tables, machines at the far end of point-to-
  111.  
  112.  
  113.  
  114. Reynolds                                                        [Page 2]
  115.  
  116. RFC 1135           The Helminthiasis of the Internet       December 1989
  117.  
  118.  
  119.       point interfaces, and other machines at randomly guessed addresses
  120.       on networks of first hop gateways.
  121.  
  122.       The Internet worm was also able to infect systems using guessed
  123.       passwords, typically spreading itself within local networks by
  124.       this method.  It tried to guess passwords, and upon gaining
  125.       access, the worm was able to pose as a legitimate user.
  126.  
  127.    1.2  Festering - Password Cracking
  128.  
  129.       The worm festered by going into a password cracking phase,
  130.       attempting to access accounts with obvious passwords (using clues
  131.       readily available in the /etc/passwd file), such as: none at all,
  132.       the user name, the user name appended to itself, the "nickname",
  133.       the last name, the last name spelled backwards.  It also tried
  134.       breaking into into accounts with passwords from a personalized 432
  135.       word dictionary, and accounts with passwords in /usr/dict/words.
  136.  
  137.       Most users encountered a slowing of their programs, as the systems
  138.       became overloaded trying to run many copies of the worm program,
  139.       or a lack of file space if many copies of the worm's temporary
  140.       files existed concurrently.  Actually, the worm was very careful
  141.       to hide itself and leave little evidence of its passage through a
  142.       system.  The users at the infected sites may have seen strange
  143.       files that showed up in the /usr/tmp directories of some machines
  144.       and obscure messages appeared in the log files of sendmail.
  145.  
  146.    1.3  The Cure
  147.  
  148.       Teams of computer science students and staff worked feverishly to
  149.       understand the worm.  The key was seen to get a source (C
  150.       language) version of the program.  Since the only isolated
  151.       instances of the the worm were binary code, a major effort was
  152.       made to translate back to source, that is decompile the code, and
  153.       to study just what damage the worm was capable of.  Two specific
  154.       teams emerged in the battle against the Internet worm: the
  155.       Berkeley Team and the MIT team.  They communicated and exchanged
  156.       code extensively.  Both teams were able to scrutinize it and take
  157.       immediate action on a cure and prevent reinfection.  Just like
  158.       regular medical Doctors, the teams searched, found and isolated a
  159.       worm specimen which they could study.  Upon analyzing the specimen
  160.       and the elements of its design, they set about to develop methods
  161.       to treat and defeat it.  Through the use of the "old boy network"
  162.       of UNIX system wizards (to find out something, one asks an
  163.       associate or friend if they know the answer or who else they could
  164.       refer to to find out the answer), email and phone calls were
  165.       extensively used to alert the computer world of the program
  166.       patches that could be used at sites to close the sendmail hole and
  167.  
  168.  
  169.  
  170. Reynolds                                                        [Page 3]
  171.  
  172. RFC 1135           The Helminthiasis of the Internet       December 1989
  173.  
  174.  
  175.       fingerd holes.  Once the information was disseminated to the sites
  176.       and these holes were patched, the Internet worm was stopped.  It
  177.       could not reinfect the same computers again, unless the worm was
  178.       still sitting in an infected trusted host computer.
  179.  
  180.       The Internet worm was eliminated from most computers within 48-72
  181.       hours after it had appeared, specifically through the efforts of
  182.       computer science staffs at the University research centers.
  183.       Government and Commercial agencies apparently were slow in coming
  184.       around to recognizing the helminthiasis and eradicating it.
  185.  
  186. 2.  Impact
  187.  
  188.          ----- "Off with his head!!!" ----- The Red Queen,
  189.          Alice in Wonderland
  190.  
  191.    Two lines have been drawn in the computer community in the aftermath
  192.    of the Internet worm of November 1988.  One group contends that the
  193.    release of the worm program was a naive accident, and that the worm
  194.    "escaped" during testing.  Yet, when the worm program was unleashed,
  195.    it was obvious it was spreading unchecked.  Another group argues that
  196.    the worm was deliberately released to blatantly point out security
  197.    defects to a community that was aware of the problems, but were
  198.    complacent about fixing them.  Yet, one does not necessarily need to
  199.    deliberately disrupt the entire world in order to report a problem.
  200.  
  201.    Both groups agree that the community cannot condone worm infestation
  202.    whether "experimental" or "deliberate" as a means to heighten public
  203.    awareness, as the consequences of such irresponsible acts can be
  204.    devastating.  Meanwhile, several in the news media stated that the
  205.    author of the worm did the computer community a favor by exposing the
  206.    security flaws, and that bugs and security flaws will not get fixed
  207.    without such drastic measures as the Internet worm program.
  208.  
  209.    In the short term, the worm program did heighten the computer
  210.    community's awareness of security flaws.  Also, the "old boy network"
  211.    proved it was still alive and well!  While networking and computers
  212.    as a whole have grown by leaps and bounds in the last twenty years,
  213.    the Internet community still has the "old boys" who trust and
  214.    communicate well with each other in the face of adversity.
  215.  
  216.    In the long term, all results of the helminthiasis are not complete.
  217.    Many sites have either placed restrictions on access to their
  218.    machines, and a few have chosen to remove themselves from the
  219.    Internet entirely.  The legal consequences of the Internet worm
  220.    program as a computer crime are still pending, and may stay in that
  221.    condition into the next decade.
  222.  
  223.  
  224.  
  225.  
  226. Reynolds                                                        [Page 4]
  227.  
  228. RFC 1135           The Helminthiasis of the Internet       December 1989
  229.  
  230.  
  231.    Yet, the problem of computer crime is, on a layman's level, a social
  232.    one.  Legal statutes, which notoriously are legislated after the
  233.    fact, are only one element of the solution.  Development of
  234.    enforceable ethical standards that are universally agreed on in the
  235.    computer community, coupled with enforceable laws should help
  236.    eradicate computer crime.
  237.  
  238. 3.  Ethics and the Internet
  239.  
  240.          ----- "If you're going to play the game properly,
  241.          you'd better know every rule." ----- Barbara Jordan
  242.  
  243.    Ethical behavior is that of conforming to accepted professional
  244.    standards of conduct; dealing with what is good or bad within a set
  245.    of moral principles or values.  Up until recently, most computer
  246.    professionals and groups have not been overly concerned with
  247.    questions of ethics.
  248.  
  249.    Organizations and computer professional groups have recently, in the
  250.    aftermath of the Internet worm, issued their own "Statement of
  251.    Ethics".  Ethics statements published by the Internet Activities
  252.    Board (IAB), the National Science Foundation (NSF), the Massachusetts
  253.    Institute of Technology (MIT), and the Computer Professionals for
  254.    Social Responsibility (CPSR) are discussed below.
  255.  
  256.    3.1  The IAB
  257.  
  258.       The IAB issued a statement of policy concerning the proper use of
  259.       the resources of the Internet in January, 1989 [4] (and reprinted
  260.       in the Communications of the ACM, June 1989).  An excerpt:
  261.  
  262.       The Internet is a national facility whose utility is largely a
  263.       consequence of its wide availability and accessibility.
  264.       Irresponsible use of this critical resource poses an enormous
  265.       threat to its continued availability to the technical community.
  266.  
  267.       The U.S. Government sponsors of this system have a fiduciary
  268.       responsibility to the public to allocate government resources
  269.       wisely and effectively.  Justification for the support of this
  270.       system suffers when highly disruptive abuses occur.  Access to and
  271.       use of the Internet is a privilege and should be treated as such
  272.       by all users of this system.
  273.  
  274.       The IAB strongly endorses the view of the Division Advisory Panel
  275.       of the National Science Foundation Division of Network,
  276.       Communications Research and Infrastructure which, in paraphrase,
  277.       characterized as unethical and unacceptable any activity which
  278.       purposely:
  279.  
  280.  
  281.  
  282. Reynolds                                                        [Page 5]
  283.  
  284. RFC 1135           The Helminthiasis of the Internet       December 1989
  285.  
  286.  
  287.          (a) seeks to gain unauthorized access to the resources of the
  288.              Internet,
  289.  
  290.          (b) disrupts the intended use of the Internet,
  291.  
  292.          (c) wastes resources (people, capacity, computer) through such
  293.              actions,
  294.  
  295.          (d) destroys the integrity of computer-based information, and/or
  296.  
  297.          (e) compromises the privacy of users.
  298.  
  299.       The Internet exists in the general research milieu.  Portions of
  300.       it continue to be used to support research and experimentation on
  301.       networking.  Because experimentation on the Internet has the
  302.       potential to affect all of its components and users, researchers
  303.       have the responsibility to exercise great caution in the conduct
  304.       of their work.  Negligence in the conduct of Internet-wide
  305.       experiments is both irresponsible and unacceptable.
  306.  
  307.       The IAB plans to take whatever actions it can, in concert with
  308.       Federal agencies and other interested parties, to identify and to
  309.       set up technical and procedural mechanisms to make the Internet
  310.       more resistant to disruption.  Such security, however, may be
  311.       extremely expensive and may be counterproductive if it inhibits
  312.       the free flow of information which makes the Internet so valuable.
  313.       In the final analysis, the health and well-being of the Internet
  314.       is the responsibility of its users who must, uniformly, guard
  315.       against abuses which disrupt the system and threaten its long-term
  316.       viability.
  317.  
  318.    3.2  NSF
  319.  
  320.       The NSF issued an ethical network use statement on 30 November
  321.       1988, during the regular meeting of the Division Advisory Panel
  322.       for Networking and Communications Research and Infrastructure (and
  323.       reprinted in the Communications of the ACM (June of 1989) [5]),
  324.       that stated, in part:
  325.  
  326.       The Division Advisory Panel (DAP) of the NSF Division of
  327.       Networking and Communication Research and Infrastructure (DNCRI)
  328.       deplores lapses of ethical behavior which cause disruption to our
  329.       national network resources.  Industry, government, and academe
  330.       have established computer networks in support of research and
  331.       scholarship.  Recent events have accentuated the importance of
  332.       establishing community standards for the ethical use of networks.
  333.       In this regard, the DNCRI DAP defines as unethical any activity
  334.       which purposefully or through negligence:
  335.  
  336.  
  337.  
  338. Reynolds                                                        [Page 6]
  339.  
  340. RFC 1135           The Helminthiasis of the Internet       December 1989
  341.  
  342.  
  343.          a. disrupts the intended use of the networks,
  344.  
  345.          b. wastes resources through such actions (people, bandwidth or
  346.             computer),
  347.  
  348.          c. destroys the integrity of computer-based information,
  349.  
  350.          d. compromises the privacy of users,
  351.  
  352.          e. consumes unplanned resources for control and eradication.
  353.  
  354.       We encourage organizations managing and operating networks to
  355.       adopt and publicize policies and standards for ethical behavior.
  356.       We also encourage these organizations to adopt administrative
  357.       procedures to enforce appropriate disciplinary responses to
  358.       violations and to work with appropriate bodies on drafting
  359.       legislation in this area.
  360.  
  361.    3.3  MIT
  362.  
  363.       MIT issued a statement of ethics entitled, "Teaching Students
  364.       About Responsible Use of Computers" in 1985-1986 (and reprinted in
  365.       the Communications of the ACM (June 1989) [6]).  The official
  366.       statement of ethics specifically outlined MIT's position on the
  367.       intended use, privacy and security, system integrity, and
  368.       intellectual property rights.
  369.  
  370.       Those standards, outlined in the MIT Bulletin under academic
  371.       procedures, call for all members of the community to act in a
  372.       responsible, ethical, and professional way.  The members of the
  373.       MIT community also carry the responsibility to use the system in
  374.       accordance with MIT's standards of honesty and personal conduct.
  375.  
  376.    3.4  CPSR
  377.  
  378.       The CPSR issued a statement on the Computer Virus in November 1988
  379.       (and reprinted in the Communications of the ACM (June 1989) [7]).
  380.       The CPSR believes:
  381.  
  382.       The incident should prompt critical review of our dependence on
  383.       complex computer networks, particularly for military and defense-
  384.       related function.  The flaws that permitted the recent virus to
  385.       spread will eventually be fixed, but other flaws will remain.
  386.       Security loopholes are inevitable in any computer network and are
  387.       prevalent in those that support general-purpose computing and are
  388.       widely accessible.
  389.  
  390.       An effective way to correct known security flaws is to publish
  391.  
  392.  
  393.  
  394. Reynolds                                                        [Page 7]
  395.  
  396. RFC 1135           The Helminthiasis of the Internet       December 1989
  397.  
  398.  
  399.       descriptions of the flaws so that they can be corrected.  We
  400.       therefore view the effort to conceal technical descriptions of the
  401.       recent virus as short-sighted.
  402.  
  403.       CPSR believes that innovation, creativity, and the open exchange
  404.       of ideas are the ingredients of scientific advancement and
  405.       technological achievement.  Computer networks, such as the
  406.       Internet, facilitate this exchange.  We cannot afford policies
  407.       that might restrict the ability of computer researchers to
  408.       exchange their ideas with one another.  More secure networks, such
  409.       as military and financial networks, sharply restrict access and
  410.       offer limited functionality.  Government, industry, and the
  411.       university community should support the continued development of
  412.       network technology that provides open access to many users.
  413.  
  414.       The computer virus has sent a clear warning to the computing
  415.       community and to society at large.  We hope it will provoke a long
  416.       overdue public discussion about the vulnerabilities of computer
  417.       networks, and the technological, ethical, and legal choices we
  418.       must address.
  419.  
  420. 4.  The Role of the Media
  421.  
  422.          ----- "You don't worry about whether or not they've
  423.          written it, you worry whether or not they've read it
  424.          before they go on the air." ----- Linda Ellerbee,
  425.          the Pat Sajak Show.
  426.  
  427.    Airplane accidents, Pit Bulldog attacks, drought, disease...the media
  428.    is there...whether you want them there or not.  Predictably, some
  429.    members of the press grabbed on to the worm invasion of the Internet
  430.    and sensationalized the outbreak.  Sites were named (including sites
  431.    like NASA Ames and Lawrence Livermore) and pointed to as being
  432.    "violated".  Questions of computer security were rampant.  Questions
  433.    of national security appropriately followed.  The alleged perpetrator
  434.    of the worm tended to be thought of by the press as a "genius" or a
  435.    "hero".
  436.  
  437.    During the helminthiasis of the Internet, handling this news media
  438.    "invasion", was critical.  It's akin to trying to extinguish a major
  439.    brush fire with a news reporter and a microphone in your way.  Time
  440.    is of the essence.  The U.C. Berkeley group, among others, reported
  441.    that it was a problem to get work accomplished with the press
  442.    hounding them incessantly.  At MIT, their news office was commended
  443.    in doing their job of keeping the press informed and satisfied, yet
  444.    out of the way of the students and staff working on the a cure.
  445.  
  446.    What is an appropriate response??  At MIT, even a carefully worded
  447.  
  448.  
  449.  
  450. Reynolds                                                        [Page 8]
  451.  
  452. RFC 1135           The Helminthiasis of the Internet       December 1989
  453.  
  454.  
  455.    "technical" statement to the press resulted in very few coherent
  456.    press releases on the Internet worm.  Extrapolation and "flavoring"
  457.    by the press were common.  According to Eichin and Rochlis, "We were
  458.    unable to show the T.V. crew anything "visual" caused by the virus,
  459.    something which eventually become a common media request and
  460.    disappointment.  Instead, they settled for people looking at
  461.    workstations talking 'computer talk'." [10]
  462.  
  463.    Cornell University was very critical of the press in their report to
  464.    the Provost: "The Commission suggests that media exaggeration of the
  465.    value and technical sophistication of this kind of activity obscures
  466.    the far more accomplished work of those students who complete their
  467.    graduate studies without public fanfare; who make constructive
  468.    contributions to computer sciences and the advancement of knowledge
  469.    through their patiently constructed dissertation; and who subject
  470.    their work to the close scrutiny and evaluation of their peers, and
  471.    not to the interpretations of the popular press." [9]
  472.  
  473. 5.  Crime in the Computer World
  474.  
  475.          ----- "A recent survey by the American Bar Association
  476.          found that almost one-half of those companies and
  477.          Government agencies that responded had been victimized
  478.          by some form of computer crime.  The known financial loss
  479.          from those crimes was estimated as high as $730 million,
  480.          and the report concluded that computer crime is among
  481.          the worst white-collar offenses." ----- The Computer
  482.          Fraud and Abuse Act of 1986
  483.  
  484.    The term White Collar crime was first used by Edwin Sutherland, a
  485.    noted American criminologist, in 1939.  Sutherland contended that the
  486.    popular view of crime as primarily a lower class (Blue Collar)
  487.    activity was based on the failure to consider the activities of the
  488.    robber barons and captains of industry who violated the law with
  489.    virtual impunity.
  490.  
  491.    In this day and age, White Collar crime refers to violations of the
  492.    law committed by salaried or professional persons in conjunction with
  493.    their work.  Computer crimes are identified and included in this
  494.    classification.  Yet, law enforcement agencies have historically paid
  495.    little attention to this new phenomenon.  When a trial and conviction
  496.    does occur, it's resulted more often in a fine and probation, than a
  497.    prison term.  A shift became apparent in the late 1970s, when the
  498.    FBI's ABSCAM investigation (1978-80) resulted in the conviction of
  499.    several U.S. legislators for bribery and related charges.
  500.  
  501.    The legal implication of the Internet worm program as a computer
  502.    crime is still pending, as there are few cases to rely on.  On the
  503.  
  504.  
  505.  
  506. Reynolds                                                        [Page 9]
  507.  
  508. RFC 1135           The Helminthiasis of the Internet       December 1989
  509.  
  510.  
  511.    Federal level, HR-6061, "The Computer Virus Eradication Act of 1988"
  512.    (Herger & Carr) was introduced in the U.S. House of Representatives.
  513.    On the State level, several states are considering their own
  514.    statutes.  Time will tell.
  515.  
  516.    Meanwhile, computer network security is still allegedly being
  517.    compromised, as described in a recent DDN Security Bulletin [12].
  518.  
  519. 6.  Future Prevention
  520.  
  521.          ----- "This is a pretty kettle of fish." ----- Queen Mary to
  522.          Stanley Baldwin at the time of Edward VII's abdication
  523.  
  524.    What roles can the computer community as a whole, play in preventing
  525.    such outbreaks?  Why were many people aware of the debug problem in
  526.    the sendmail program and the overflow problem in fingerd, yet,
  527.    appropriate fixes were not installed in existing systems?
  528.  
  529.    Various opinions have emerged:
  530.  
  531.          1) Computer ethics must be taken seriously.  A standard for
  532.             computer ethics is extremely important for the new groups of
  533.             computer professionals graduating out of Universities.  The
  534.             "old" professionals and "new" professionals who use
  535.             computers are ALL responsible for their applications.
  536.  
  537.          2) The "powers that be" of the Internet (IAB, DARPA, NSF, etc.)
  538.             should pursue the current problems in network security, and
  539.             cause the flaws to be fixed.
  540.  
  541.          3) The openness and free flow of information of networking
  542.             should be rightfully preserved, as it demonstrated its worth
  543.             during the helminthiasis by expediting the analysis and cure
  544.             of the infestation.
  545.  
  546.          4) Promote and coordinate the establishment of committees or
  547.             agency "police" panels that would handle, judge, and enforce
  548.             violations based on a universally set standard of computer
  549.             ethics.
  550.  
  551.          5) The continued incidences of "computer crime" show a lack of
  552.             professionalism and ethical standards in the computer
  553.             community.  Ethics statements like those discussed in this
  554.             RFC, not only need to be published, but enforced as well.
  555.             There is a continuing need to instill a professional code of
  556.             ethics and responsibilities in order to preserve the
  557.             computer community.
  558.  
  559.  
  560.  
  561.  
  562. Reynolds                                                       [Page 10]
  563.  
  564. RFC 1135           The Helminthiasis of the Internet       December 1989
  565.  
  566.  
  567. 7.  Documentation Review
  568.  
  569.          ----- "Everybody wants to get into the act!" ----- Jimmy
  570.          Durante.
  571.  
  572.    Quite a number of articles and papers were published very soon after
  573.    the worm invasion.  Books, articles, and other documents are
  574.    continuing to be written and published on the subject (see Section 9,
  575.    Bibliography).  In this RFC, we have chosen four to review: The
  576.    Cornell University Report on "The Computer Worm" [8], presented to
  577.    the Provost of the University, Eichin and Rochlis' "With Microscope
  578.    and Tweezers: An Analysis of the Internet Virus of November 1988"
  579.    [9], Donn Seeley's "A Tour of the Worm" [10], and Gene Spafford's,
  580.    "The Internet Worm Program: An Analysis" [11].
  581.  
  582.    7.1  The Cornell University Report
  583.  
  584.       The Cornell University Report on "The Computer Worm", was
  585.       presented to the Provost of the University on 6 February 1989, by
  586.       the Commission of Preliminary Enquiry, consisting of: Ted
  587.       Eisenberg, Law, David Gries, Computer Science, Juris Hartmanis,
  588.       Computer Science, Don Holcomb, Physics, M. Stuart Lynn, Office of
  589.       Information Technologies (Chair), and Thomas Santoro, Office of
  590.       the University Counsel.
  591.  
  592.       An introduction set the stage of the intent and purpose of the
  593.       Commission:
  594.  
  595.          1)  Accumulate all evidence concerning the involvement
  596.              of the alleged Cornell University Computer Science
  597.              graduate student in the worm infestation of the Internet,
  598.              and to assess the gathered evidence to determine the
  599.              alleged graduate student was the perpetrator.
  600.  
  601.          2)  Accumulate all evidence concerning the potential
  602.              involvement of any other members of the Cornell University
  603.              community, and to assess such evidence to determine
  604.              whether or not any other members of the Cornell University
  605.              community was involved in unleashing the worm on to the
  606.              Internet, or knew of the potential worm infestation ahead
  607.              of time.
  608.  
  609.          3)  Evaluate relevant computer policies and procedures to
  610.              determine which, if any, were violated and to make
  611.              preliminary recommendations to the Provost as to
  612.              whether any of such policies and procedures should be
  613.              modified to inhibit potential future security violations
  614.              of this general type.
  615.  
  616.  
  617.  
  618. Reynolds                                                       [Page 11]
  619.  
  620. RFC 1135           The Helminthiasis of the Internet       December 1989
  621.  
  622.  
  623.  
  624.       In the summary of findings and comments, the Commission named the
  625.       Cornell University first year Computer Science graduate student
  626.       that allegedly created the worm and unleashed it on to the
  627.       Internet.  The findings section also discussed:
  628.  
  629.          1)  the impact of the invasion of the worm,
  630.          2)  the mitigation attempts to stop the worm,
  631.          3)  the violation of computer abuse policies,
  632.          4)  the intent,
  633.          5)  security attitudes and knowledge,
  634.          6)  technical sophistication,
  635.          7)  Cornell's involvement,
  636.          8)  ethical considerations,
  637.          9)  community sentiment,
  638.          10) and Cornell University's policies on computer abuse.
  639.  
  640.       The report concluded that the worm program's gathering of
  641.       unauthorized passwords and the dissemination of the worm over a
  642.       national network were wrong.  The Commission also disclaimed that
  643.       contrary to media reports, Cornell University DID NOT condone the
  644.       worm infection, nor heralded the unleashing of the worm program as
  645.       a heroic event.  The Commission did continue to encourage the free
  646.       flow of scholarly research and reasonable trust within the
  647.       University/Research communities.
  648.  
  649.       A background on the worm program, methods of investigation, an
  650.       introduction to the evidence, an interpretation and findings,
  651.       acknowledgements, and an extensive appendices were also included
  652.       in the Commission's report.
  653.  
  654.    7.2  "With Microscope and Tweezers: An Analysis of the Internet
  655.         Virus of November 1988"
  656.  
  657.       Eichin and Rochlis' "With Microscope and Tweezers: An Analysis of
  658.       the Internet Virus of November 1988", provides a detailed
  659.       dissection of the worm program.  The paper discusses the major
  660.       points of the worm program then reviews strategies, chronology,
  661.       lessons and open issues, acknowledgements; also included are a
  662.       detailed appendix on the worm program subroutine by subroutine, an
  663.       appendix on the cast of characters, and a reference section.
  664.  
  665.       A discussion of the terms "worm" versus "virus" is presented.
  666.       These authors concluded that it was a "virus" infection, not worm
  667.       infection.  Thus they use the term "virus" in their document.  In
  668.       Section 1, goals and targets by the teams of computer scientists
  669.       were defined.  There were three steps taken to find out the inner
  670.       workings of the virus:
  671.  
  672.  
  673.  
  674. Reynolds                                                       [Page 12]
  675.  
  676. RFC 1135           The Helminthiasis of the Internet       December 1989
  677.  
  678.  
  679.          - isolating a specimen of the virus in a form
  680.            which could be analyzed.
  681.  
  682.          - "decompiling" the virus, into a form that could
  683.            be shown to reduce to the executable of the real
  684.            things, so that the higher level version could be
  685.            interpreted.
  686.  
  687.          - analyzing the strategies used by the virus, and
  688.            the elements of its design, in order to find weaknesses
  689.            and methods of defeating it.
  690.  
  691.       Major points were outlined of how the virus attacked and who it
  692.       attacked:
  693.  
  694.          How it entered.
  695.  
  696.          Who it attacked.
  697.  
  698.          What it attacked.
  699.  
  700.          What it did NOT do.
  701.  
  702.       In Section 2, the target of the attacks by the virus were
  703.       discussed.  This included the sendmail debug mode, the finger
  704.       daemon bug, rexec and passwords, rsh, trusted host features, and
  705.       information flow.  A description of the virus' self protection
  706.       included how it covered its tracks, and what camouflage it used to
  707.       go undetected to the machines and system administrators.  Flaws
  708.       were analyzed in three subjects: reinfection prevention,
  709.       heuristics, and vulnerabilities not used.
  710.  
  711.       Many defenses were launched to stop the virus.  Some were
  712.       convenient or inconvenient for end users of the infected systems.
  713.       Those mentioned in this document included:
  714.  
  715.          - full isolation from the network
  716.  
  717.          - turning off mail service
  718.  
  719.          - patching out the "debug" command in sendmail
  720.  
  721.          - shutting down the finger daemon
  722.  
  723.          - fixing the finger daemon
  724.  
  725.          - mkdir /usr/tmp/sh (a simple way to keep the virus
  726.            from propagating)
  727.  
  728.  
  729.  
  730. Reynolds                                                       [Page 13]
  731.  
  732. RFC 1135           The Helminthiasis of the Internet       December 1989
  733.  
  734.  
  735.          - defining pleasequit (did not stop the virus)
  736.  
  737.          - renaming the UNIX C compiler and linker
  738.  
  739.          - requiring new passwords for all users
  740.  
  741.       After the virus was diagnosed, a tool was created which duplicated
  742.       the password attack (including the virus' internal directory) and
  743.       was posted to the Internet.  System administrators were able to
  744.       analyze the passwords in use on their system.
  745.  
  746.       Section 3 chronicles the events that took place between Wednesday,
  747.       2 November 1988 through Friday, 11 November 1988 (EST).  In
  748.       Section 4, lessons and open issues are viewed and discussed:
  749.  
  750.          - Connectivity was important.
  751.  
  752.          - The "old boy network" worked.
  753.  
  754.          - Late night authentication is an interesting problem.
  755.            (How did you know that it really is MIT on the
  756.            phone??)
  757.  
  758.          - Whom do you call (if you need to talk to the manager of
  759.            the Ohio State University network at 3 o'clock in the
  760.            morning)?
  761.  
  762.          - Speaker phones and conference calling proved very useful.
  763.  
  764.          - The "teams" that were formed and how they reacted to
  765.            the virus is a topic for future study.
  766.  
  767.          - Misinformation and illusions ran rampant.
  768.  
  769.          - Tools were not as important as one would have
  770.            anticipated.
  771.  
  772.          - Source availability was important.
  773.  
  774.          - The academic sites performed the best, better than
  775.            government and commercial sites.
  776.  
  777.          - Managing the press was critical.
  778.  
  779.       General points for the future:
  780.  
  781.          - "We have met the enemy and he is us."
  782.            (Alleged author of the virus was an insider.)
  783.  
  784.  
  785.  
  786. Reynolds                                                       [Page 14]
  787.  
  788. RFC 1135           The Helminthiasis of the Internet       December 1989
  789.  
  790.  
  791.          - Diversity is good.
  792.  
  793.          - "The cure shouldn't be worse than the disease."
  794.            (It may be more expensive to prevent such attacks
  795.            than is is to clean up after them.)
  796.  
  797.          - Defenses must be at the host level, not the network level.
  798.            (The network performed its function perfectly and should
  799.            not be faulted; the flaws were in several application
  800.            programs.)
  801.  
  802.          - Logging information is important.
  803.  
  804.          - Denial of service attacks are easy.
  805.  
  806.          - A central security fix repository may be a good idea.
  807.  
  808.          - Knee-jerk reactions should be avoided.
  809.  
  810.       Appendix A describes the virus program subroutine by subroutine.
  811.       A flow of information among the subroutines is pictured on page
  812.       19.  Appendix B presents the 432 words built in the worm's
  813.       dictionary.  Appendix C lists the "cast of characters" in
  814.       defeating the virus.
  815.  
  816.    7.3  "A Tour of the Worm"
  817.  
  818.       In Donn Seeley's "A Tour of the Worm", specific details were
  819.       presented as a "walk thru" of this particular worm program.  The
  820.       paper opened with an abstract, introduction, detailed chronology
  821.       of events upon the discovery of the worm, an overview, the
  822.       internals of the worm, personal opinions, and conclusion.
  823.  
  824.       The chronology section presented a partial list representing the
  825.       current known dates and times (in PST).  In the descriptive
  826.       overview, the worm is defined as a 99-line bootstrap program
  827.       written in the C language, plus a large relocatable object file
  828.       that was available in VAX and various Sun-3 versions.  Seeley
  829.       classified activities of the worm into two categories of attack
  830.       and defense.  Attack consisted of locating hosts (and accounts) to
  831.       penetrate, then exploiting security holes on remote systems to
  832.       pass across a copy of the worm and run it.  The defense tactics
  833.       fell into three categories: preventing the detection of intrusion,
  834.       inhibiting the analysis of the program, and authenticating other
  835.       worms.  When analyzing this particular program, Seeley stated that
  836.       it is just as important to establish what the program DOES NOT do,
  837.       as what it does do:
  838.  
  839.  
  840.  
  841.  
  842. Reynolds                                                       [Page 15]
  843.  
  844. RFC 1135           The Helminthiasis of the Internet       December 1989
  845.  
  846.  
  847.          This worm did not delete a system's files,
  848.  
  849.          This worm did not modify existing files,
  850.  
  851.          This worm did not install trojan horses,
  852.  
  853.          This worm did not record or transmit decrypted passwords,
  854.  
  855.          This worm did not try to capture superuser privileges,
  856.  
  857.          This worm did not propagate over UUCP, X.25, DECNET, or BITNET,
  858.  
  859.          This worm specifically draws upon TCP/IP,
  860.  
  861.          and
  862.  
  863.          This worm did not infect System V systems, unless they had been
  864.          modified to use Berkeley network programs like sendmail,
  865.          fingerd, and rexec.
  866.  
  867.       In section 4, the "internals" of the worm were examined and
  868.       charted.  The main thread of control in the worm was analyzed,
  869.       then an examination of the worm's data structure was presented.
  870.       Population growth of the worm, security holes, the worms' use of
  871.       rsh and rexec network services, the use of the TCP finger service
  872.       to gain entry to a system, and the sendmail attack are discussed.
  873.       Password cracking and faster password encryption algorithms are
  874.       discussed.
  875.  
  876.       In the opinions section, certain questions that a "mythical
  877.       ordinary system administrator" might ask were discussed:
  878.  
  879.          Did the worm cause damage?
  880.  
  881.          Was the worm malicious?
  882.  
  883.          Will publication or worm details further harm security?
  884.  
  885.    7.4  "The Internet Worm Program: An Analysis"
  886.  
  887.       Gene Spafford's "The Internet Worm Program: An Analysis",
  888.       described the infection of the Internet as a worm program that
  889.       exploited flaws in utility programs in UNIX based systems.  His
  890.       report gives a detailed description of the components of the worm
  891.       program: data and functions.  He focuses his study on two
  892.       completely independent reverse-compilations of the worm and a
  893.       version disassembled to VAX assembly language.
  894.  
  895.  
  896.  
  897.  
  898. Reynolds                                                       [Page 16]
  899.  
  900. RFC 1135           The Helminthiasis of the Internet       December 1989
  901.  
  902.  
  903.       In Section 4, Spafford provided a high-level example of how the
  904.       worm program functioned.  The worm consisted of two parts: a main
  905.       program, and a bootstrap (or vector) program.  A description from
  906.       the point of view of a host that was infected was presented.
  907.  
  908.       Section 5 describes the data structures and organization of the
  909.       routines of the program:
  910.  
  911.          1)  The worm had few global data structures.
  912.  
  913.          2)  The worm constructed a linked list of host
  914.              records.
  915.  
  916.          3)  The worm constructed a simple array of gateway
  917.              IP addresses through the use of the system
  918.              "netstat" command.
  919.  
  920.          4)  An array of records was filled in with information
  921.              about each network interface active on the current host.
  922.  
  923.          5)  A linked list of records was built to hold user
  924.              information.
  925.  
  926.          6)  The program maintained an array of "object" that
  927.              held the files that composed the worm.
  928.  
  929.          7)  A mini-dictionary of words was present in the worm
  930.              to use in password guessing.
  931.  
  932.          8)  Every text string used by the program, except for
  933.              the words in the mini-dictionary, was masked (XOR)
  934.              with the bit pattern 0x81.
  935.  
  936.          9)  The worm used the following routines:
  937.  
  938.               setup and utility:
  939.                       main, doit, crypt, h_addaddr,
  940.                       h_addname, h_addr2host, h_clean,
  941.                       h_name2host, if_init, loadobject,
  942.                       makemagic, netmastfor, permute,
  943.                       rt_init, supports_rsh, and supports_telnet
  944.  
  945.               network and password attacks:
  946.                       attack_network, attack_user, crack_0,
  947.                       crack_1, crack_2, crack_3, cracksome,
  948.                       ha, hg, hi, hl, hul, infect, scan_gateways,
  949.                       sendWorm, try_fingerd, try_password,
  950.                       try_rsh, try_sendmail, and waithit
  951.  
  952.  
  953.  
  954. Reynolds                                                       [Page 17]
  955.  
  956. RFC 1135           The Helminthiasis of the Internet       December 1989
  957.  
  958.  
  959.               Camouflage:
  960.                       checkother, other_sleep, send_message,
  961.                       and xorbuf
  962.  
  963.    In Section 6, Spafford provides an analysis of the code of the worm.
  964.    He discusses the structure and style, the problems of functionality,
  965.    camouflage, specific comments, the sendmail attack, the machines
  966.    involved, and the portability considerations.
  967.  
  968.    Finally, appendices supply the "mini-dictionary" of words contained
  969.    in the worm, the bootstrap (vector) program that the worm traversed
  970.    over to each machine, a corrected fingerd program, and the patches
  971.    developed and invoked to sendmail to rectify the infection.
  972.  
  973. 8.  References
  974.  
  975.    [1]  Allman, E., "Sendmail - An Internetwork Mail Router", University
  976.         of California, Berkeley, Issued with the BSD UNIX documentation
  977.         set, 1983.
  978.  
  979.    [2]  Postel, J., "Simple Mail Transfer Protocol", RFC 821,
  980.         USC/Information Sciences Institute, August 1982.
  981.  
  982.    [3]  Harrenstien, K., "NAME/FINGER", RFC 742, SRI, December 1977.
  983.  
  984.    [4]  Internet Activities Board, "Ethics and the Internet", RFC 1087,
  985.         IAB, January 1989.  Also appears in the Communications of the
  986.         ACM, Vol. 32, No. 6, Pg. 710, June 1989.
  987.  
  988.    [5]  National Science Foundation, "NSF Poses Code of Networking
  989.         Ethics", Communications of the ACM, Vol. 32, No. 6, Pg. 688,
  990.         June 1989.  Also appears in the minutes of the regular meeting
  991.         of the Division Advisory Panel for Networking and Communications
  992.         Research and Infrastructure, Dave Farber, Chair, November 29-30
  993.         1988.
  994.  
  995.    [6]  Massachusetts Institute of Technology, "Teaching Students About
  996.         Responsible Use of Computers", MIT, 1985-1986.  Also reprinted
  997.         in the Communications of the ACM, Vol. 32, No. 6, Pg. 704,
  998.         Athena Project, MIT, June 1989.
  999.  
  1000.    [7]  Computer Professionals for Social Responsibility, "CPSR
  1001.         Statement on the Computer Virus", CPSR, Communications of the
  1002.         ACM, Vol. 32, No. 6, Pg. 699, June 1989.
  1003.  
  1004.    [8]  Eisenberg, T., D. Gries, J. Hartmanis, D. Holcomb, M. Lynn, and
  1005.         T. Santoro, "The Computer Worm", Cornell University, 6 February
  1006.         1989.
  1007.  
  1008.  
  1009.  
  1010. Reynolds                                                       [Page 18]
  1011.  
  1012. RFC 1135           The Helminthiasis of the Internet       December 1989
  1013.  
  1014.  
  1015.    [9]  Eichin, M., and J. Rochlis, "With Microscope and Tweezers: An
  1016.         Analysis of the Internet Virus of November 1988", Massachusetts
  1017.         Institute of Technology, February 1989.
  1018.  
  1019.   [10]  Seeley, D., "A Tour of the Worm", Proceedings of 1989 Winter
  1020.         USENIX Conference, Usenix Association, San Diego, CA, February
  1021.         1989.
  1022.  
  1023.   [11]  Spafford, E., "The Internet Worm Program: An Analysis", Computer
  1024.         Communication Review, Vol. 19, No. 1, ACM SIGCOM, January 1989.
  1025.         Also issued as Purdue CS Technical Report CSD-TR-823, 28
  1026.         November 1988.
  1027.  
  1028.   [12]  DCA DDN Defense Communications System, "DDN Security Bulletin
  1029.         03", DDN Security Coordination Center, 17 October 1989.
  1030.  
  1031. 9.  Bibliography
  1032.  
  1033.    Alexander, M., "A Year Later, Internet Still Under Attack",
  1034.    Computerworld, Vol. 23, No. 45, Pg. 1, 6 November 1989.
  1035.  
  1036.    Alexander, M., "It's Ba-a-ack: 'No Nukes Worm' Haunts Internet", Vol.
  1037.    23, No. 45, Pg. 6, 6 November 1989.
  1038.  
  1039.    Aucoin, R., "Computer Viruses: Checklist for Recovery", Computers in
  1040.    Libraries, Vol. 9, No. 2, Pg. 4, 1 February 1989.
  1041.  
  1042.    Aviation Week & Space Technology, "Rapid Spread of Virus Confirms
  1043.    Fears About Danger to Computers", Aviation Week & Space Technology,
  1044.    Vol. 129, No. 20, Pg. 44, 14 November 1988.
  1045.  
  1046.    Barnes, J., "Drawing the Lines: Changes in Computer Technology and
  1047.    Law Guarantee that Resdistricting in ther 1990s will be Different and
  1048.    a More Difficult Game", National Journal, Vol. 21, No. 13, Pg. 787, 1
  1049.    April 1989.
  1050.  
  1051.    Bellovin, S., "Security Problems in the TCP/IP Protocol Suite",
  1052.    Computer Communication Review, Vol. 19, No. 2, Pg. 32, 1 April 1989.
  1053.  
  1054.    Bellovin, S., "The Worm and the Debug Option", Forum Risks to the
  1055.    Publics in Computer and Related Systems, Vol. 7, No. 74, ACM
  1056.    Committee on Computers and Public Policy, 10 November 1988.
  1057.  
  1058.    Bender, D., "Computer Law: Evidence and Procedure", (Kept up to date
  1059.    with supplements.), M. Bender, New York, NY, 1978-present.
  1060.  
  1061.    Bidgoli, H., and R. Azarmsa, "Computer Security: New Managerial
  1062.    Concern for the 1990's and Beyond", Journal of Systems Management,
  1063.  
  1064.  
  1065.  
  1066. Reynolds                                                       [Page 19]
  1067.  
  1068. RFC 1135           The Helminthiasis of the Internet       December 1989
  1069.  
  1070.  
  1071.    Vol. 40, No. 10, Pg. 21, 1 October 1989.
  1072.  
  1073.    Bloombecker, J., "Short-Circuiting Computer Crime", Datamation, Vol.
  1074.    35, No. 19, Pg. 71, 1 October 1989.
  1075.  
  1076.    Bloombecker, J., and J. Buck, "Computer Ethics for Cynics", Computers
  1077.    and Society, Vol. 18, No. 3, Pgs. 30-32, ACM Special Interest Group
  1078.    on Computers and Society, New York, NY, July 1988.
  1079.  
  1080.    Bologna, J. "Computer Insecurities: An Analysis of Recent Surveys on
  1081.    Computer Related Crime and Computer Security", Data Processing &
  1082.    Communications Security, Vol. 12, No. 4, Fall 1988.
  1083.  
  1084.    Bologna, J. "The One Minute Fraud Auditor", Computers & Security,
  1085.    Vol. 8, No. 1, Pg. 29, 1 February 1989.
  1086.  
  1087.    Boston Herald, "Computer Whiz Puts Virus in Computers", Pg. 1, Boston
  1088.    Herald, 5 November 1988.
  1089.  
  1090.    Brand, R., "Attack of the Tiger Teams: Inside America's Computer
  1091.    Security Crisis", Tempus Books, August 1989.
  1092.  
  1093.    Brenner, A., "LAN Security", LAN Magazine, August 1989.
  1094.  
  1095.    Brunner, J., "The Shockwave Rider", Harper & Row, 1975.
  1096.  
  1097.    Burger, R., "Computer Viruses: A High-Tech Disease", 2nd Edition,
  1098.    Abacus, Grand Rapids, Michigan, 1988.
  1099.  
  1100.    Campbell, B., and C. Jackson, "The Internet Worm: Rethinking the
  1101.    Security Threat", Unisphere, Vol. 9, No. 1, Pgs. 44, 46, 48, April
  1102.    1989.
  1103.  
  1104.    Campell, D., "Computer Contagion", Security Management, Vol. 32, No.
  1105.    10, Pg. 83, 1 October 1988.
  1106.  
  1107.    Chain Store Age Executive, "Retail Technology: Computer 'Viruses'",
  1108.    Chain Store Age Executive, Vol. 64, No. 12, Pg. 67, 1 December 1989.
  1109.  
  1110.    Chess, D., "Computer Viruses and Related Threats to Computer and
  1111.    Network Integrity", Computer Networks and ISDN Systems, Vol. 17, No.
  1112.    2, 1989.
  1113.  
  1114.    Christiansen, D., "A Matter of Ethics", IEEE Spectrum, Vol. 25, Pg.
  1115.    15, August 1988.
  1116.  
  1117.    Cohen, F., "Computational Aspects of Computer Viruses", Computers &
  1118.    Security, Vol. 8, No. 4., Pg. 325, 1 June 1989.
  1119.  
  1120.  
  1121.  
  1122. Reynolds                                                       [Page 20]
  1123.  
  1124. RFC 1135           The Helminthiasis of the Internet       December 1989
  1125.  
  1126.  
  1127.    Cohen, F., "Models of Practical Defenses Against Computer Viruses",
  1128.    Computers & Security, Vol. 8, No. 2, Pg. 149, 1 April 1989.
  1129.  
  1130.    Colyer, J., "Risks of Unchecked Input in C Programs", Forum Risks to
  1131.    the Publics in Computer and Related Systems, Vol. 7, No. 74, ACM
  1132.    Committee on Computers and Public Policy, 10 November 1988.
  1133.  
  1134.    Commerce Clearing House, "Guide to Computer Law", (Topical Law
  1135.    Reports), Chicago, Ill., 1989.
  1136.  
  1137.    Communications of the ACM, "Letters", ACM Forum, Vol. 32, No. 6, Pgs.
  1138.    672-673, June 1989.
  1139.  
  1140.    Communications of the ACM, "Letters", ACM Forum, Vol. 32, No. 9, Pgs.
  1141.    1044-1045, September 1989.
  1142.  
  1143.    Computers & Security, "Random Bits & Bytes", Computers & Security,
  1144.    Vol. 8, No. 3, Pg. 178, 1 May 1989.
  1145.  
  1146.    Computer Law and Tax Report, "Difficult to Prosecute Virus Authors",
  1147.    Computer Law and Tax Report, Vol. 15, No. 5, Pg. 7, 1 December 1988.
  1148.  
  1149.    Computer Law and Tax Report, "Virus Bill Introduced", Computer Law
  1150.    and Tax Report, Vol. 15, No. 4, Pg. 13, 1 November 1988.
  1151.  
  1152.    Computerworld, "MIS Reacts", Pg. 157, 7 November 1988.
  1153.  
  1154.    Cornell Computer Science Department, "Policy for the Use of the
  1155.    Research Computing Facility", Cornell University, 21 August, 1987.
  1156.  
  1157.    Data Communications, "Internet Virus Aftermath: Is Tighter Security
  1158.    Coming?", Data Communications, Vol. 17, No. 14, Pg. 52, 1 December
  1159.    1988.
  1160.  
  1161.    Dean, P., "Was Science-fiction Novel Germ of a Computer Virus?", Los
  1162.    Angeles Times, San Diego County Edition, Part V, Pgs. 1, 2, & 3, 9
  1163.    November 1988.
  1164.  
  1165.    DeBow, Y., "Bankers Review Security Procedures After Virus Attack",
  1166.    Computer Banking, Vol. 6, No. 1, Pg. 8, January 1989.
  1167.  
  1168.    Defense Data Network, "BSD 4.2 and 4.3 Software Problem Resolution",
  1169.    DDN MGT Bulletin #43, DDN Network Information Center, 3 November
  1170.    1988.
  1171.  
  1172.    Demaio, H., "Viruses - A Management Issue", Computers & Security,
  1173.    Vol. 8, No. 5, Pg. 381, 1 August 1989.
  1174.  
  1175.  
  1176.  
  1177.  
  1178. Reynolds                                                       [Page 21]
  1179.  
  1180. RFC 1135           The Helminthiasis of the Internet       December 1989
  1181.  
  1182.  
  1183.    Denning, P., "The Science of Computing: The Internet Worm", American
  1184.    Scientist, Vol. 77, No. 2, Pgs. 126-128, March 1989.
  1185.  
  1186.    Devoy, J., Gilssmann, R., and K. Miklofsky, "Media, File Management
  1187.    Schemes Facilitate WORM Utilization", Computer Technology Review,
  1188.    Vol. 8, No. 13, Fall 1988.
  1189.  
  1190.    Dewdney, A., "Computer Recreations; Of Worms, Viruses and Core War",
  1191.    Scientific American, March 1989
  1192.  
  1193.    Discover, "Technology: Communicable Computer Disease", Discover, Vol.
  1194.    10, No. 1, Pg. 64, 1 January 1989.
  1195.  
  1196.    El-Baghdadi, M., "The Pivotal Role in Computer Security", Security
  1197.    Management, Vol. 33, No. 7, Pg. 63, 1 July 1989.
  1198.  
  1199.    Electronic Learning, "Computer Viruses: An Epidemic Real or
  1200.    Imagined?", Electronic Learning, Vol. 8, No. 6, April 1989.
  1201.  
  1202.    Eloff, J., "Computer Security Policy: Important Issues", Computers &
  1203.    Security, Vol. 7, No. 6, Pg. 559, 1 December 1988.
  1204.  
  1205.    Ellerbee, L., "And So It Goes", G.P. Putnam's Sons, Berkley Edition,
  1206.    June 1987.
  1207.  
  1208.    Ellis, A., "Underwriting Update-Computer Viruses: Working Out the
  1209.    Bugs", Best's Review, Vol. 90, No. 1, Pg. 84, 1 May 1989.
  1210.  
  1211.    Elmer-DeWitt, P., "Invasion of the Data Snatchers! - A 'Virus'
  1212.    Epidemic Strikes TERROR in the Computer World", Time Magazine,
  1213.    Technology Section, Pgs. 62-67, 26 September 1988.
  1214.  
  1215.    Elmer-DeWitt, P., "The Kid Put Us Out of Action", Time Magazine, Pg.
  1216.    76, 14 November 1988.
  1217.  
  1218.    Elmer-DeWitt, P., "You Must Be Punished", Time Magazine, Technology
  1219.    Section, Pg. 66, 26 September 1988.
  1220.  
  1221.    Fainberg, T., "The Night the Network Failed", New Scientist, Vol.
  1222.    121, No. 1654, Pg. 38, 4 March 1989.
  1223.  
  1224.    Fenwick, W., Chair, "Computer Litigation, 1985: Trial Tactics and
  1225.    Techniques", Litigation Course Handbook Series No. 280, Prepared for
  1226.    distribution at the Computer Litigation, 1985: Trial Tactics and
  1227.    Techniques Program, February-March 1985.
  1228.  
  1229.    Fifield, K., "Smartcards Outsmart Computer Crime", Computers &
  1230.    Security, Vol. 8, No. 3, May 1989.
  1231.  
  1232.  
  1233.  
  1234. Reynolds                                                       [Page 22]
  1235.  
  1236. RFC 1135           The Helminthiasis of the Internet       December 1989
  1237.  
  1238.  
  1239.    Fisher, L., "On the Front Lines in Battling Electronic Invader", The
  1240.    New York Times, November 1988.
  1241.  
  1242.    Fites, P., Johnston, P., and M. Kratz, "The Computer Virus Crisis",
  1243.    Van Nostrand Reinhold, New York, NY., 1989
  1244.  
  1245.    Forcht, K., Thomas, D., and K. Wigginton, "Computer Crime: Assessing
  1246.    the Lawyer's Perspective", Journal of Business Ethics, Vol. 8, No. 4
  1247.    April 1989.
  1248.  
  1249.    Friis, W., "Is Your PC Infected?", ABA Banking Journal, Vol. 81, No.
  1250.    5, Pg. 49, 1 May 1989.
  1251.  
  1252.    Gardner, E., Samuels, L., and B. Render, "Computer Security", The
  1253.    Journal of Information Systems Management, Vol. 6, No. 4, Pg. 42,
  1254.    Fall 1989.
  1255.  
  1256.    Gardner, P., "The Internet Worm: What Was Said and When", Computers &
  1257.    Security, Vol. 8, No. 4, June 1989.
  1258.  
  1259.    Gemignani, M., "Viruses and Criminal Law", Communications of the ACM,
  1260.    Vol. 32, No. 6, Pgs. 669-671, June 1989.
  1261.  
  1262.    Gerlth, J., "Intruders Into Computer Systems Still Hard to
  1263.    Prosecute", The New York Times, 5 November 1988.
  1264.  
  1265.    Gerrold, D., "When Harlie Was One", Ballentine Books, 1st Edition,
  1266.    1972.
  1267.  
  1268.    Gleissner, W., "A Mathematical Theory for the Spread of Computer
  1269.    Viruses", Computers & Security, Vol. 8, No. 1, Pg. 35, 1 February
  1270.    1989.
  1271.  
  1272.    Greenberg, R., "Know thy Viral Enemy: It's More Important Than Ever
  1273.    to Guard Your Data and Your System Against Infection by Computer
  1274.    Viruses", Byte, Vol. 14, No. 6, Pg. 275, 1 June 1989.
  1275.  
  1276.    Greenia, M., "Computer Security Information Sourcebook", Lexikon
  1277.    Services, Sacramento, CA, 1989.
  1278.  
  1279.    Harvard College, "Misuse of Computer Systems", Handbook for
  1280.    Students", Pg. 85, Harvard College, 1987-1988.
  1281.  
  1282.    Hawkins, C., "What Users Should Know About Computer Viruses",
  1283.    Telecommunications, North American Edition, Vol. 23, No. 7, 1 July
  1284.    1989.
  1285.  
  1286.    Herrick, G., "Computer Viruses: Prevention is Better than Cure", The
  1287.  
  1288.  
  1289.  
  1290. Reynolds                                                       [Page 23]
  1291.  
  1292. RFC 1135           The Helminthiasis of the Internet       December 1989
  1293.  
  1294.  
  1295.    Accountant's Magazine, Vol. 93, No. 992, Pg. 24, 1 March 1989.
  1296.  
  1297.    Hertzoff, I., "Layer Your LAN", Security Management, Vol. 33, No. 9,
  1298.    Pg. 201, 1 September 1989.
  1299.  
  1300.    Highland, H., "Reports from the Victims", Computers & Security, Vol.
  1301.    8, No. 2, Pg. 101, 1 April 1989.
  1302.  
  1303.    Hispanic Business, "Consumer Showcase: Bits & Bytes: From
  1304.    Thunderstorms to Disgruntled Employees to Computer Viruses, a Data
  1305.    System's Vulnerability is Often Overlooked until Disaster Strikes",
  1306.    Hispanic Business, Vol. 11, No. 8, Pg. 36, 1 August 1989.
  1307.  
  1308.    Hoffer, J., and D. Straub, "The 9 to 5 Underground: Are You Policing
  1309.    Computer Crimes?", Sloan Management Review, Vol. 30, No. 4, Pg. 35,
  1310.    Summer 1989.
  1311.  
  1312.    Hoffman, L., "Risk Analysis and Computer Security: Towards a Theory
  1313.    at Last", Computers & Security, Vol. 8, No. 1, Pg 23, 1 February
  1314.    1989.
  1315.  
  1316.    Hospitals, "Information Management: Electronic Computer Viruses are
  1317.    not Running Rampant in Hospital Information Systems, but Health Care
  1318.    Executives are Entirely Too Lax About Computer System Security", Vol.
  1319.    63, No. 11, Pg. 64, 5 June 1989.
  1320.  
  1321.    Huband, F., and R. Shelton, Editors, "Protection of Computer Systems
  1322.    and Software: New Approaches for Combating Theft of Software and
  1323.    Unauthorized Intrusion", Papers presented at a workshop sponsored by
  1324.    the National Science Foundation, 1986.
  1325.  
  1326.    Hughes, W., "The Computer Fraud and Abuse Act of 1986, Congressional
  1327.    Record (30 April 1986)", Washington, D.C., 30 April 1986.
  1328.  
  1329.    Industry Week, "Computer Flu Is After You", Industry Week, Vol. 238,
  1330.    No. 2, Pg. 39, 16 January 1989.
  1331.  
  1332.    Information Executive, "Promoting Computer Ethics: The Next
  1333.    Generation", Information Executive, Vol., 2, No. 4, Pg. 42, Fall
  1334.    1989.
  1335.  
  1336.    Information Hotline, "Plan to Combat Computer Viruses", Vol. 21, No.
  1337.    8, Pg. 10, 1 October 1989.
  1338.  
  1339.    Jamieson, R., and L. Graham, "Security and Control Issues in Local
  1340.    Area Network Design, Computers & Security, Vol. 8, No. 4, Pg. 305, 1
  1341.    June 1989.
  1342.  
  1343.  
  1344.  
  1345.  
  1346. Reynolds                                                       [Page 24]
  1347.  
  1348. RFC 1135           The Helminthiasis of the Internet       December 1989
  1349.  
  1350.  
  1351.    Jander, M., "The Naked Network", Computer Decisions, Vol. 21, No. 4,
  1352.    Pg. 39, 1 April 1989.
  1353.  
  1354.    Joyce, E., "Time Bomb: Inside The Texas Virus Trial", Computer
  1355.    Decisions, Vol. 20, No. 12, Pg. 38, 1 December 1988.
  1356.  
  1357.    Keenan, T., "Emerging Vulnerabilities in Office Automation Security",
  1358.    Computers & Security, Vol. 8, No. 3, Pg. 223, 1 May 1989.
  1359.  
  1360.    Kellam-Scott, B., "Profile: Bellcore Computer and Network Security
  1361.    Symposium", Bellcore Exchange, Vol. 5, No. 1, Pg. 24, 1 January 1989.
  1362.  
  1363.    King, K., "Overreaction to External Attacks on Computer Systems Could
  1364.    be More Harmful Than the Viruses Themselves", Chronicle of Higher
  1365.    Education, Pg. A36, 23 November 1988.  Also in: Educom Bulletin, Vol.
  1366.    23, No. 4, Pg. 5, Winter 1988
  1367.  
  1368.    Kluepfel, H., "Computer Use and Abuse: Computer Systems and Their
  1369.    Data are Vulnerable to Error, Omission, and Abuse", Security
  1370.    Management, Vol. 33, No. 2, Pg. 72, 1 February 1989.
  1371.  
  1372.    Kocher, B., "A Hygiene Lesson", Communications of the ACM, Vol. 32,
  1373.    No. 6, Pg. 3, January 1989.
  1374.  
  1375.    Kosko, J., "Computer Security Experts Advise Steps to Reduce the Risk
  1376.    of Virus Attacks", Virus Discussion List, 22 September 1989.
  1377.  
  1378.    Kruys, J., "Security of Open Systems", Computers & Security, Vol. 8,
  1379.    No. 2, Pg. 139, 1 April 1989.
  1380.  
  1381.    Lapsley, P., "'We are Under Attack. . .' (The Internet 'Worm': a
  1382.    Chronology)", UNIX Review, Vol. 7, No. 1, Pgs. 69-70, 72-73, January
  1383.    1989.
  1384.  
  1385.    Lerner, E., "Computer Virus Threatens to Become Epidemic", Aerospace
  1386.    America, Vol. 27, No. 2, Pg. 14, 1 February 1989.
  1387.  
  1388.    Lewyn, M., and D. Carroll, "'Scary' Virus Clogs Top Computers", USA
  1389.    Today, Section A, Col. 2, Pg. 1, 4 November 1988.
  1390.  
  1391.    Lim, B., "Protection of Computer Programs Under the Computer Program
  1392.    Protection Law of the Republic of Korea", Harvard International Law
  1393.    Journal, Vol. 30, No. 1, Pg. 171, Winter 1989.
  1394.  
  1395.    Lu, W., and M. Sundareshan, "Secure Communication in Internet
  1396.    Environments: A Hierachical Key Management Scheme for End-to-End
  1397.    Encryption", IEEE Transactions on Communications, Vol. 37, No. 10,
  1398.    Pg. 1014, 1 October 1989.
  1399.  
  1400.  
  1401.  
  1402. Reynolds                                                       [Page 25]
  1403.  
  1404. RFC 1135           The Helminthiasis of the Internet       December 1989
  1405.  
  1406.  
  1407.    Lunt, T., "Access Control Policies: Some Unanswered Questions",
  1408.    Computers & Security, Vol. 8, No. 1, Pg. 43, 1 February 1989.
  1409.  
  1410.    Lynn, M., "Ethical Responsibility Key to Computer Security", The
  1411.    Educational Record, Vol. 70, No. 2, Pg. 36, Spring 1989.
  1412.  
  1413.    Machalow, R., "Security for Lotus Files", Computers in Libraries,
  1414.    Vol. 9, No. 2, Pg. 19, 1 February 1989.
  1415.  
  1416.    Maher, J., and J. Hicks, "Computer Viruses: Controller's Nightmare",
  1417.    Management Accounting, Vol. 71, No. 4, Pg. 44, 1 October 1989.
  1418.  
  1419.    Markoff, J., "Author of Computer 'Virus' is Son of U.S.  Electronic
  1420.    Security Expert", Pgs. A1, A7, The New York Times, 5 November 1988.
  1421.  
  1422.    Markoff, J., "Computer Experts Say Virus Carried No Hidden Dangers",
  1423.    The New York Times, 9 November 1988.
  1424.  
  1425.    Markoff, J., "Computer Snarl: A 'Back Door' Ajar", Pg. B10, The New
  1426.    York Times, 7 November 1988.
  1427.  
  1428.    Markoff, J., "Learning to Love the Computer Whiz", The New York
  1429.    Times, 8 November 1988.
  1430.  
  1431.    Markoff, J., "The Computer Jam: How It Came About", The New York
  1432.    Times, 9 November 1988.
  1433.  
  1434.    Markoff, J., "U.S. is Moving to Restrict Access to Facts About
  1435.    Computer Virus", Pg. A28, The New York Times, 11 November 1988.
  1436.  
  1437.    Markoff, J., "'Virus' in Military Computers Disrupts Systems
  1438.    Nationwide", The New York Times, 4 November 1988.
  1439.  
  1440.    Marshall, E., "The Worm's Aftermath", Science, Vol. 242, Pg. 1121, 25
  1441.    November 1988.
  1442.  
  1443.    Martin, M., and R. Schinzinger, "Ethics in Engineering", McGraw Hill,
  1444.    2nd Edition, 1989.
  1445.  
  1446.    Martin, N., "Revenge of the Nerds", The Washington Monthly, Vol. 20,
  1447.    No. 12, Pg. 21, 1 January 1989.
  1448.  
  1449.    McAfee, J., "The Virus Cure", Datamation, Vol. 35, No. 4, Pg. 29, 15
  1450.    February 1989.
  1451.  
  1452.    McEwen, J., "Dedicated Computer Crime Units", Report Contributors: D.
  1453.    Fester and H. Nugent, Prepared for the National Institute of Justice,
  1454.    U.S. Department of Justice, by Institute for Law and Justice, Inc.
  1455.  
  1456.  
  1457.  
  1458. Reynolds                                                       [Page 26]
  1459.  
  1460. RFC 1135           The Helminthiasis of the Internet       December 1989
  1461.  
  1462.  
  1463.    under contract number OJP-85-C-006, Washington, D.C., 1989.
  1464.  
  1465.    Menkus, B., "It's Time to Rethink Data Processing Fire Protection",
  1466.    Computers & Security, Vol. 8, No. 5, Pg. 389, 1 August 1989.
  1467.  
  1468.    Menkus, B., "The Computer Virus Situation is not Encouraging",
  1469.    Computers & Security, Vol. 8, No. 2, Pg. 115, 1 April 1989.
  1470.  
  1471.    Menkus, B., "The Employee's Role in Protecting Information Assets",
  1472.    Computers & Security, Vol. 8, No. 6, Pg. 487, 1 October 1989.
  1473.  
  1474.    Menkus, B., "Understanding Password Compromise", Computers &
  1475.    Security, Vol. 7, No. 6, Pg. 549, 1 December 1989.
  1476.  
  1477.    Menkus, B., "U.S. Government Agencies Belatedly Address Information
  1478.    System Security Issues", Computers & Security, Vol. 7, No. 4, Pg.
  1479.    361, 1 August 1988.
  1480.  
  1481.    Meredith, D., "Cornell Panel Concludes Morris Responsible for
  1482.    Computer Worm", Cornell Chronicle, April 1989.
  1483.  
  1484.    Miller, Jr., K., "Computer Viruses", Business and Economic Review,
  1485.    Vol. 35, No. 4, Pg. 36, 1 June 1989.
  1486.  
  1487.    Mizock, M., "Ethics--The Guiding Light of Professionalism", Data
  1488.    Management, Vol. 24, No. 8, August 1986.
  1489.  
  1490.    Modern Railroads, "How to Outwit Computer 'Hackers'", Modern
  1491.    Railroads, Vol. 44, No. 3, Pg. 40, 1 February 1989.
  1492.  
  1493.    Moir, D., "Maintaining System Security", Dr. Dobb's Journal of
  1494.    Software Tools for the Pro, Vol. 14, No. 6, Pg. 75, 1 June 1989.
  1495.  
  1496.    Munro, N., "Big Guns Take Aim at Virus", Government Computer News,
  1497.    Vol. 7, No. 24, Pgs. 1, 100, November 1988.
  1498.  
  1499.    National Computer Security Center, "Proceedings of the Virus Post-
  1500.    Mortem Meeting", NCSC, St. George Meade, MD, 8 November 1988.
  1501.  
  1502.    National Institute of Standards and Technology, "Computer Viruses and
  1503.    Related Threats: A Management Guide", NIST Special Publication 500-
  1504.    166, August 1989.
  1505.  
  1506.    Neumann, P., Editor, "Forum of Risks to the Public in Computers and
  1507.    Related Systems", Vol. 7, No. 69, ACM Committee on Computers and
  1508.    Public Policy, 3 November 1988.
  1509.  
  1510.    Newhouse News Service, "Congressmen Plan Hearings on Virus", The
  1511.  
  1512.  
  1513.  
  1514. Reynolds                                                       [Page 27]
  1515.  
  1516. RFC 1135           The Helminthiasis of the Internet       December 1989
  1517.  
  1518.  
  1519.    Seattle Times, Pg. B2, 27 November 1988.
  1520.  
  1521.    NSF Network Service Center (NNSC), "Internet Computer Virus Update",
  1522.    NSFNET, Cambridge, MA, 4 November 1988.
  1523.  
  1524.    Ostapik, F., "The Effect of the Internet Worm on Network and Computer
  1525.    Security", Connextions, Vol. 3, No. 9, Pgs. 16-17, September 1989.
  1526.  
  1527.    Ostrow, R., and T. Maugh II, "Legal Doubts Rise in Computer Virus
  1528.    Case", Los Angeles Times, Part I, Col. 1, Pg. 4, 9 November 1988.
  1529.  
  1530.    Page, B., "A Report on the Internet Worm", University of Lowell,
  1531.    Computer Science Department, 7 November 1988.
  1532.  
  1533.    Palmore, T., "Computer Bytes: Viruses and Vaccines", TechTrends, Vol.
  1534.    34, No. 2, Pg. 26, 1 March 1989.
  1535.  
  1536.    Parker, D., "Fighting Computer Crime", Scribner, New York, 1983.
  1537.  
  1538.    PC Week, "'Worm' Attacks National Network", Pg. 8, 7 November 1988.
  1539.  
  1540.    Perry, W., "Why Software Defects So Often Go Undiscovered",
  1541.    Government Computer News, Vol. 7, No. 24, Pg. 85, 21 November 1988.
  1542.  
  1543.    Peterson, I., "Worming into a Computer's Vulnerable Core", Science
  1544.    News, Volume #134, 12 November 1988.
  1545.  
  1546.    Phelps, E., "Bug Bytes", Security Management, Vol. 33, No. 9, Pg. 85,
  1547.    1 September 1989.
  1548.  
  1549.    Presstime, "Contagious Communication", Presstime, Vol. 11, No. 3,
  1550.    March 1989.
  1551.  
  1552.    Radai, Y., "The Israeli PC Virus", Computers & Security, Vol. 8, No.
  1553.    2, Pg. 111, 1 April 1989.
  1554.  
  1555.    Reese, L., "Of MICE and Men", Security Management, Vol. 33, No. 9,
  1556.    Pg. 89, 1 September 1989.
  1557.  
  1558.    Resource Management, "Computer Viruses: Background and
  1559.    Recommendations for Keeping Software Healthy are Detailed", Resource
  1560.    Management, Pg. 8, 1 July 1989.
  1561.  
  1562.    Richards, T., and R. Knotts, "Top Management's View of Computer
  1563.    Related Fraud", Sig Security, Audit & Control Review, Vol. 6, No. 4,
  1564.    Pg. 34, Winter 1989.
  1565.  
  1566.    Rivera, A., "Computer Viruses: A Different Perspective", Data
  1567.  
  1568.  
  1569.  
  1570. Reynolds                                                       [Page 28]
  1571.  
  1572. RFC 1135           The Helminthiasis of the Internet       December 1989
  1573.  
  1574.  
  1575.    Processing & Communications Security, Vol. 13, No. 1, Winter 1989.
  1576.  
  1577.    Rowe, J., Shelton, C., and M. Krohn, "Avoiding Computer Viruses",
  1578.    Business Education Forum, Vol. 44, No. 2, Pg. 17, 1 November 1989.
  1579.  
  1580.    Royko, M., "Here's How to Stop Computer Vandals", Chicago Tribune, 6
  1581.    November 1988.
  1582.  
  1583.    Rubin, H., and A. Paliotta, "Perimeter Security for Telecommunication
  1584.    with External Entities", The Internal Auditor, Vol. 46, No. 2, Pg.
  1585.    40, March-April 1989.
  1586.  
  1587.    Rubin, M., "Private Rights, Public Wrongs: the Computer and Personal
  1588.    Privacy", Ablex Publishing 1988.
  1589.  
  1590.    Sampson, K., "Computer Viruses: Not Fads, Not Funny", The Office,
  1591.    Vol. 110. No. 4, Pg. 56, 1 October 1989.
  1592.  
  1593.    Samuelson, P., "Can Hackers be Sued for Damages Caused by Computer
  1594.    Viruses?", Communications of the ACM, Vol. 32, No. 6, Pgs.  666-669,
  1595.    June 1989.
  1596.  
  1597.    Schneider, W., "Computer Viruses: What They Are, How They Work, How
  1598.    They Might Get You, and How to Control Them in Academic
  1599.    Institutions", Behavior Research Methods, Instruments, & Computers,
  1600.    Vol. 21, No. 2, Pg. 334, 1 April 1989.
  1601.  
  1602.    Schultz, J., "Low Cost Security Solutions for Personal Computers",
  1603.    Signal, Vol. 44, No. 3, Pg. 71, 1 November 1989.
  1604.  
  1605.    Schweitzer, J., "Protecting Information on Local Area Networks",
  1606.    Butterworths, Boston, 1988.
  1607.  
  1608.    Seeley, D., "Password Cracking: A Game of Wits", Communications of
  1609.    the ACM, Vol. 32, No. 6, Pgs. 700-703, June 1989.
  1610.  
  1611.    Shadabuddin, S., "Computer Security Problems and Control Techniques",
  1612.    American Business Review, Vol. 7, No., 1, Pg. 14, 1 January 1989.
  1613.  
  1614.    Shaw, E., Jr., "Computer Fraud and Abuse Act of 1986, Congressional
  1615.    Record (3 June 1986), Washington, D.C., 3 June 1986.
  1616.  
  1617.    Sheiman, D., "Legal Affairs: Coming Soon...To A Personal Computer
  1618.    Near You", The Amicus Journal, Vol. 11, No. 3, Pg. 38, Summer 1989.
  1619.  
  1620.    Siegel, L. and J. Markoff, "The High Cost of High Tech, the Dark Side
  1621.    of the Chip", Harper & Row, New York, 1985.
  1622.  
  1623.  
  1624.  
  1625.  
  1626. Reynolds                                                       [Page 29]
  1627.  
  1628. RFC 1135           The Helminthiasis of the Internet       December 1989
  1629.  
  1630.  
  1631.    Sims, C., "Researchers Fear Computer 'Virus' Will Slow Use of
  1632.    National Network", The New York Times, 14 November 1988.
  1633.  
  1634.    Sitomer, C., "Crooks Find Computers Useful: Terrorists See Vulnerable
  1635.    Targets", The Christian Science Monitor, Vol. 79, No. 8, Sec. A, Pg.
  1636.    6, December 1986.
  1637.  
  1638.    Slayden, P. II, "Computer Flu Blues: Computer Managers Must be Ready
  1639.    to Provide Vaccines Against Infectious Computer Viruses", Security
  1640.    Management, Vol. 33, No. 8, Pg. 108, 1 August 1989.
  1641.  
  1642.    Spafford, E., "Some Musing on Ethics and Computer Break-Ins",
  1643.    Proceedings of the Winter USENIX Conference, USENIX Association, San
  1644.    Diego, CA, February 1989.
  1645.  
  1646.    Spafford, E., "The Internet Worm: Crisis and Aftermath",
  1647.    Communications of the ACM, Vol. 32, No. 6, Pgs. 689-698, June 1989.
  1648.  
  1649.    Spafford, G., "A Cure!!!!!", Forum Risks to the Publics in Computer
  1650.    and Related Systems, Vol. 7, No. 70, ACM Committee on Computers and
  1651.    Public Policy, 3 November 1988.
  1652.  
  1653.    Spafford, G., "A Worm 'condom'", Forum Risks to the Publics in
  1654.    Computer and Related Systems, Vol. 7, No. 70, ACM Committee on
  1655.    Computers and Public Policy, 3 November 1988.
  1656.  
  1657.    State of Wisconsin, "Computer Law - State of Wisconsin Statute",
  1658.    Chapter 293, Laws of 1981, Section 943.70, Computer Crimes.
  1659.  
  1660.    Steinberg, T., "Developing a Computer Security Charter", Sig
  1661.    Security, Audit & Control Review, Vol. 6, No. 4, Pg. 12, Winter 1989.
  1662.  
  1663.    Stipp, D., and B. Davis, "New Computer Break-Ins Suggest 'Virus' May
  1664.    Have Spurred Hackers", The Wall Street Journal, 2 December 1988.
  1665.  
  1666.    Stoll, C., "How Secure are Computers in the U.S.A.?", Computers &
  1667.    Security, Vol. 7, No. 6, Pg. 543, 1 December 1988.
  1668.  
  1669.    Stoll, C., "Stalking the Wily Hacker", Communications of the ACM,
  1670.    Vol. 31, No. 5, Pgs. 484-497, ACM, New York, NY, May 1988.
  1671.  
  1672.    Stoll, C., "The Cuckoo's Egg", ISBN 00385-24946-2, Doubleday, 1989.
  1673.  
  1674.    Stuller, J., "Computer Cops and Robbers", Across the Board, Vol. 26,
  1675.    No. 6, June 1989.
  1676.  
  1677.    Tester, D., "The Key to Data Security", Security Management, Vol. 33,
  1678.    No., 9, Pg. 206, 1 September 1989.
  1679.  
  1680.  
  1681.  
  1682. Reynolds                                                       [Page 30]
  1683.  
  1684. RFC 1135           The Helminthiasis of the Internet       December 1989
  1685.  
  1686.  
  1687.    The Accountant, "Computer Viruses", No. 5829, Pg. 25, 1 September
  1688.    1989.
  1689.  
  1690.    The Economist, "Halting Computer Hackers", The Economist, Vol. 313,
  1691.    No. 7626, Pg. 18, 28 October 1989.
  1692.  
  1693.    The Engineer, "Computer Security, Moves to Outlaw Computer Hackers
  1694.    are being Complicated by Computer Viruses", The Engineer, Vol. 268,
  1695.    No. 6935, 23 February 1989.
  1696.  
  1697.    The Engineer, "Disk Diseases", The Engineer, Vol. 267, No. 6921, Pg.
  1698.    28, 17 November 1988.
  1699.  
  1700.    The New York Times, "Forgetfulness and the 'Virus'", The New York
  1701.    Times, 7 November 1988.
  1702.  
  1703.    The New York Times, "Letter Bomb of the Computer Age", The New York
  1704.    Times, 5 November 1988.
  1705.  
  1706.    The Wall Street Journal, "Spreading a Virus", A Wall Street Journal
  1707.    News Roundup, 7 November 1988.
  1708.  
  1709.    Time Magazine, Letters Section, "Poison Program", Pg. 6, 5 December
  1710.    1988.
  1711.  
  1712.    Tinto, M., "Computer Viruses: Prevention, Detection, and Treatment",
  1713.    National Computer Security Center C1 Technical Report C1-001-89, June
  1714.    1989.
  1715.  
  1716.    Trible, P., "The Computer Fraud and Abuse Act of 1986", U.S. Senate
  1717.    Committee on the Judiciary, 1986.
  1718.  
  1719.    United States, "Computer Fraud and Abuse Act of 1986, An Act to Amend
  1720.    Title 18, United States Code, to Provide Additional Penalties for
  1721.    Fraud and Related Activities in Connection with Access Devices and
  1722.    Computers, and for Other Purposes", Washington, D.C., G.P.O.,
  1723.    Distributor, 1986.
  1724.  
  1725.    United States Congress House Committee on Science, Space, and
  1726.    Technology, Subcommittee on Transportation, Aviation, and Materials,
  1727.    "Implementation of the Computer Security Act: Hearing Before the
  1728.    Subcommittee on Transportation, Aviation, and Materials of the
  1729.    Committee on Science, Space, and Technology", U.S. House of
  1730.    Representatives, One Hundredth Congress, Second Session, Washington,
  1731.    D.C., 22 September 1988.
  1732.  
  1733.    United States Congress House Committee on Science, Space, and
  1734.    Technology, Subcommittee on Transportation, Aviation, and Materials,
  1735.  
  1736.  
  1737.  
  1738. Reynolds                                                       [Page 31]
  1739.  
  1740. RFC 1135           The Helminthiasis of the Internet       December 1989
  1741.  
  1742.  
  1743.    "Implementation of the Computer Security Act: Hearing Before the
  1744.    Subcommittee on Transportation, Aviation, and Materials and the
  1745.    Subcommittee on Science, Research, and Technology of the Committee on
  1746.    Science, Space, and Technology", U.S. House of Representatives, One
  1747.    Hundred First Congress, First Session, Washington, D.C., 21 March
  1748.    1989.
  1749.  
  1750.    United States Congress Senate Committee on the Judiciary, "The
  1751.    Computer Fraud and Abuse Act of 1986, Hearing before the Committee on
  1752.    the Judiciary", United States Senate, Ninety-ninth Congress, Second
  1753.    Session, Washington, D.C., 16 April 1986.
  1754.  
  1755.    United States Congress Senate Committee on the Judiciary, "The
  1756.    Computer Fraud and Abuse Act of 1986, Report (to accompany H.R.
  1757.    4712)", Washington, D.C., 22 May 1986.
  1758.  
  1759.    United States Congress Senate Committee on the Judiciary, "The
  1760.    Computer Fraud and Abuse Act of 1986, Report Together with Additional
  1761.    Views", Ninety-ninth Congress, Second Session, Washington, D.C., 3
  1762.    September 1986.
  1763.  
  1764.    United States General Accounting Office, "Computer Security",
  1765.    GAO/IMTEC-89-57, June 1989.
  1766.  
  1767.    United States of America, "Computer Security Act of 1987", G.P.O.
  1768.    Distributor, Washington D.C., 1988.
  1769.  
  1770.    UNIX Today!, "Uncle Sam's Anti-Virus Corps", UNIX Today!, Pg. 10, 23
  1771.    January 1989.
  1772.  
  1773.    Vance, M., "Computer Crime", Vance Bibliographies, Monticello, Ill.,
  1774.    February 1988.
  1775.  
  1776.    Vasilyev, D., and Y. Novikov, "Technology: Computer Viruses", Soviet
  1777.    Life, No. 394, Pg. 37, 1 July 1989.
  1778.  
  1779.    Wasik, M., "Law Reform Proposals on Computer Misuse", The Crimminal
  1780.    Law Review, Pg. 257, 1 April 1989.
  1781.  
  1782.    White, C. Jr., "Viruses and Worms: A Campus Under Attack", Computers
  1783.    & Security, Vol. 8, No. 4, Pg. 283, 1 June 1989.
  1784.  
  1785.    White, S., and D. Chess, "Coping with Computer Viruses and Related
  1786.    Problems", IBM Research Report RC 14405 (#64367), January 1989.
  1787.  
  1788.    Wines, M., "A Family's Passion for Computers, Gone Sour", Pg. 1, The
  1789.    New York Times, 11 November 1988.
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Reynolds                                                       [Page 32]
  1795.  
  1796. RFC 1135           The Helminthiasis of the Internet       December 1989
  1797.  
  1798.  
  1799.    Wines, M., "'Virus' Eliminated, Defense Aides Say", The New York
  1800.    Times, 5 November 1988.
  1801.  
  1802.    Winter, C.," Virus Infects Huge Computer Network", Chicago Tribune,
  1803.    Section I, Col. 2, Pg. 1, 4 November 1988.
  1804.  
  1805.    Wiseman, S., "Preventing Viruses in Computer Systems", Computers and
  1806.    Security, Vol. 8, No. 5, Pg. 427, 1 August 1989.
  1807.  
  1808.    Wood, C., "Planning: A Means to Achieve Data Communications
  1809.    Security", Computers & Security, Vol. 8, No. 3, Pg. 189, 1 May 1989.
  1810.  
  1811.    Yovel, S., "Conquering Computer Viruses", Security Management, Vol.
  1812.    33, No. 2, Pg. 64, 1 February 1989.
  1813.  
  1814.    Zajac, B., "Disaster Recovery - Are You Really Ready?", Computers &
  1815.    Security, Vol. 8, No. 4, Pg. 297, 1 June 1989.
  1816.  
  1817.    Zajac, B., "Legal Options to Computer Viruses", Computers & Security,
  1818.    Vol. 8, No. 1, Pg. 25, 1 February 1989.
  1819.  
  1820.    Zajac, B., "Viruses: Should We Quit Talking About Them", Computers &
  1821.    Security, Vol. 7, No. 5, Pg. 471, 1 October 1989.
  1822.  
  1823. 10.  Security Considerations
  1824.  
  1825.    If security considerations had not been so widely ignored in the
  1826.    Internet, this memo would not have been possible.
  1827.  
  1828. Author's Address
  1829.  
  1830.    Joyce K. Reynolds
  1831.    University of Southern California
  1832.    Information Sciences Institute
  1833.    4676 Admiralty Way
  1834.    Marina del Rey, CA 90292
  1835.  
  1836.    Phone: (213) 822-1511
  1837.  
  1838.    EMail: JKREY@ISI.EDU
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850. Reynolds                                                       [Page 33]
  1851.