Lecture 0 Flashcards

1
Q

What programming language is malware written in?

A

Can be written in any language. Software’s intention is to make the system do something it isn’t meant to do.

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

What is malware analysis?

A

The art of dissecting malware to understand how it working, how to identify it and how to eliminate it in a safe environment.

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

What is static analysis?

A

Analysis of the code and the structure of the program without executing it.

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

What is dynamic analysis?

A

Execute the binary in an isolated environment and monitor its behavior.

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

What is malware functional classification?

A

This approach tends to use the features implemented by malware to classify the tool. You likely have seen these when malware is described as backdoor, ransomware, and similar.

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

What is malware familial, lineage classification?

A

This approach tends to focus on the authorship and the lineage of a malware tool. It classifies malware according to families, authorship, and similar attributes. It focuses on evolution of certain tools, and the expectation that common authorship can help inform incident response.

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