cybersecurity keywords Flashcards

1
Q

anti malware

A

A piece of software that prevents malicious code from entering or running in your system.

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

heuristic analysis

A

scans the entirety of a code for anything malicious like trying to access or change registry numbers or OS or BIOS instructions.

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

behaviour analysis

A

Uses sandboxing to let the program run, and if it attempts to do something harmful, it gets deleted.

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

dictionary detection

A

Scanning a database for the hashes of a piece of code, and if it is similar to anything in the server, or dictionary, the program is deleted.

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

false positive

A

when the anti malware comes up with “its a virus, delete it” when actually its a legitimate program.

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

signature analysis

A

scans the hash of a program against a database to see if it is close to it.

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

false negative

A

much more dangerous than a false positive, this one lets a program through, thinking it’s safe, when actually its malware.

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

quarantine

A

a program is taken to a separate place in the network or system where it most likely cannot harm anything.

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

rootkit

A

attempts to gain admin access to a system, that often disables antivirus stealthily to let other malware in.

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

clean

A

often refers to a program that is not malicious.

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

delete

A

removal of a program or file.

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

worm

A

self replicates itself around the network, does not need any interaction with the user.

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

trojan

A

disguises itself as a legitimate program when actually its malware. Needs the user to download it first.

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

sandbox

A

a place in the system where suspected programs will go to be safely tested.

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