Malware Flashcards

(4 cards)

1
Q

What are the Characteristics of malware?

A

-Self-replicating: does it reproduce by itself?
-Population growth: How does the infected population increase?
-Zero if it is not self-replicating
-But sefl replicating can have either a zero or —positive population growth
-Parasitic- does it need another executable in order to exist?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Logic bomb

A

Self-replicating: no
Population growth: zero
Parasitic: possibly

Has a payload, which is an action to perform
-Delete files, etc - usually a malicious effect
Has a trigger, which is boolean condition as to when to execute
-On a given date, when somebody performs some action, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Trojan Horse

A

Self-replicating: no
Population growth: zero
Parasitic: yes

A program that looks like a valid program, but has a malicious purpose

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Back Door

A

Self-replicating: No
Population growth: zero
Parasitic: possibly
Any mechanism that allows bypassing of the normal security checks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly