Memory Injections 2.3 Flashcards

(3 cards)

1
Q

Finding Malware

A

Malware runs in memory. Memory forensics can find the malicious code.

Memory contains running processes. DLLs (Dynamic Link Libraries), Threads, Buffers, Memory management functions, and more.

Malware is hidden somewhere; Malware runs in its own process. Malware injects itself into a legitimate process.

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

memory Injection

A

Add code into memory of an existing process. Hide Malware inside of the process.

Get access to the data in that process. And the same rights and permissions. Perform a privilege escalation.

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

DLL injection

A

Dynamic- Link Library.
A windows Library containing code and data. Many applications can use this library.

Attacks inject a path to run a malicious DLL. Runs as part of the target process.

One of the most popular memory injection methods. Relatively Easy to implement.

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