Malware Flashcards
(4 cards)
What are the Characteristics of malware?
-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?
Logic bomb
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.
Trojan Horse
Self-replicating: no
Population growth: zero
Parasitic: yes
A program that looks like a valid program, but has a malicious purpose
Back Door
Self-replicating: No
Population growth: zero
Parasitic: possibly
Any mechanism that allows bypassing of the normal security checks