Evasion-Techniques
Process Hollowing
Process Hollowing is a malware execution technique where attackers create a legitimate process in a suspended state and replace its memory with malicious code to evade security detection.
Memory Injection
Memory Injection is a malware execution technique in which malicious code is inserted directly into system memory rather than written to disk, allowing attackers to evade traditional file-based security detection.
Bootkit
A Bootkit is a type of stealth malware that infects the system boot process, allowing malicious code to execute before the operating system loads and enabling attackers to maintain deep persistence and evade security controls.
Process Injection
Process Injection is a malware technique used by attackers to execute malicious code inside the memory space of another legitimate process in order to evade security detection and maintain stealth during an intrusion.
Rootkit
A Rootkit is a stealthy type of malicious software designed to hide its presence on a compromised system while maintaining privileged access and allowing attackers to control the infected machine without detection.