Process Injection basics

Pubblicato il: 22 dicembre 2022
sul canale di: Hacking and Cyber Security
172
0

Process injection is a technique used to execute arbitrary code in the address space of another process. It is often used by malware and threat actors to evade detection and to maintain persistence on a compromised system. There are several ways to perform process injection, and the specific method used can depend on the operating system and the security measures in place.

One common method of process injection in Windows is DLL injection, which involves injecting a dynamic-link library (DLL) into a running process and then executing code within that DLL. This can be done using a variety of techniques, such as creating a remote thread, modifying the import address table (IAT), or using the CreateRemoteThread() function.

Another method of process injection in Windows is executable injection, which involves injecting an executable file into a running process and then executing it. This can be done using a technique called reflective injection, which involves copying the executable into memory and then executing it directly.

Both of these methods of process injection can be mapped to the MITRE ATT&CK framework, which is a comprehensive knowledge base of tactics and techniques used by threat actors. DLL injection is typically mapped to the "DLL injection" technique, while executable injection is typically mapped to the "Process injection" technique.


In questa pagina del sito puoi guardare il video online Process Injection basics della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Hacking and Cyber Security 22 dicembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 172 volte e gli è piaciuto 0 spettatori. Buona visione!