Skip to content

Commit

Permalink
virus
Browse files Browse the repository at this point in the history
  • Loading branch information
denishowe committed Jan 23, 2024
1 parent 5f7fc24 commit a2101db
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 45 deletions.
6 changes: 2 additions & 4 deletions css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ td

dt { font-weight: bold }

/* pre { margin-left: -50px } */

.vertical-space { height: 20px }

#container
Expand Down Expand Up @@ -166,8 +164,8 @@ input[type='text']
#query, #query:hover, #cse-search-box input[type='text']
{
float: left;
width: 43.5em;
max-width: 88%;
width: 76%;
max-width: 579px;
height: 40px;
padding: 0 10px !important;
font-family: 'Belgrano',serif;
Expand Down
63 changes: 23 additions & 40 deletions new/Dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -174735,49 +174735,32 @@ Virtual Telecommunications Access Method

virus

<security> (By analogy with biological viruses, via science
fiction) A program or piece of code, a type of {malware},
written by a {cracker}, that "infects" one or more other
programs by embedding a copy of itself in them, so that they
become {Trojan horses}. When these programs are executed, the
embedded virus is executed too, thus propagating the
"infection". This normally happens invisibly to the user.

A virus has an "engine" - code that enables it to propagate
and optionally a "payload" - what it does apart from
propagating. It needs a "host" - the particular hardware and
software environment on which it can run and a "trigger" - the
event that starts it running.

Unlike a {worm}, a virus cannot infect other computers without
assistance. It is propagated by vectors such as humans
trading programs with their friends (see {SEX}). The virus
may do nothing but propagate itself and then allow the program
to run normally. Usually, however, after propagating silently
for a while, it starts doing things like writing "cute"
messages on the terminal or playing strange tricks with the
display (some viruses include {display hacks}). Viruses
written by particularly antisocial {crackers} may do
irreversible damage, like deleting files.

By the 1990s, viruses had become a serious problem, especially
among {IBM PC} and {Macintosh} users (the lack of security on
these machines enables viruses to spread easily, even
infecting the operating system). The production of special
{antivirus software} has become an industry, and a number of
exaggerated media reports have caused outbreaks of near
hysteria among users. Many {lusers} tend to blame
*everything* that doesn't work as they had expected on virus
attacks. Accordingly, this sense of "virus" has passed into
popular usage where it is often incorrectly used for other
types of {malware} such as {worms} or {Trojan horses}.

See {boot virus}, {phage}. Compare {back door}. See also
{Unix conspiracy}.
<security> A commonly used term for any kind of {malware}.

Originally, by analogy with biological viruses, via science fiction, "virus"
meant software that "infects" other programs by embedding a copy of itself in
them, so that they become {Trojan horses}. Executing an infected program would run
the virus too, allowing it to propagate, normally without the user's knowledge.

A virus has an "engine" - code that enables it to propagate - and may also have a "payload"
- what it does apart from propagating. It needs a "host" the particular hardware and
software environment on which it can run and a "trigger" - the event that starts it running.

Unlike a {worm}, a virus cannot infect other computers without assistance.
It is propagated by vectors such as users downloading infected software.

Viruses written by particularly antisocial {crackers} may do
damage, like deleting files or encrypting them for {ransomware}.

By the 1990s, viruses had become a serious problem, especially among {Windows}
users. The production of special {antivirus software} became an industry
in itself, until it finally became a default part of the operating system.

See {boot virus}, {phage}. Compare {back door}. See also {Unix conspiracy}.

[{Jargon File}]

(2003-06-20)
(2024-01-21)

viruses

Expand Down
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link
href="//fonts.googleapis.com/css?family=Duru+Sans%7CBelgrano%7CInconsolata%7CAlef%7CArmata"
rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/css/layout.css">
<link rel="stylesheet" type="text/css" href="/css/layout.css?1">

<!-- realfavicongenerator.net -->
<link rel="apple-touch-icon" sizes="152x152" href="/im/apple-touch-icon.png">
Expand Down

0 comments on commit a2101db

Please sign in to comment.