Process Injection basics

Publicado em: 22 Dezembro 2022
no canal de: 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.


Nesta página do site você pode assistir ao vídeo on-line Process Injection basics duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Hacking and Cyber Security 22 Dezembro 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 172 vezes e gostou 0 espectadores. Boa visualização!