Malware
(Notes are taken from the TryHackMe course.)
- John von Neumann (!) created a concept of malicious software in 1949.
- The first implementation was done in 1971 by Bob Thomas. The program Creeper jumped from one system (running the operating system Tenex) to another and just printed a message on each console.
- The team Nematode is a term for malware, which removes other malware.
- The software Reaper was created by Tay Tomlinson in the mid-1970s which was a demonstration to share ressources over multiple systems. It performed a task (like removing Creeper) and propagated itself to connected systems.
- The first virus called The Wabbit was created 1974 by Elmer Fudd. (The name is derived from rabbit.) It is basically a fork bomb which crashed the system.
- The first trojan called ANIMAL was written 1975 by John Walker. It was a game for guessing animals, but it has also a subroutine which copies itself in every other directory the user had access to.
- One of the first microcomputer viruses was Elk Cloner, written 1982 by Richard Skrenta. It was a boot sector virus. It copied itself to each disc a user added into the computer. At the 50th start of the game Zig Zag, it showed a poem.
- The worm Morris Internet Worm was created 1988 by Robert Tappan Morris. It should expose security vulnerabilities in academic networks, but failed to check if it was already installed, so the worm installed on many systems multiple times and performes a denial of service. It used a sendmail vulnerability.
- The malware Cascade from around the mid-1980s was the first malware which used encryption to prevent detection.
Leave a Reply
You must be logged in to post a comment.