Evasion & Unhooking
Everything aimed at the sensor rather than the target: stripping userland hooks, blinding telemetry, and hiding a beacon between check-ins.
12 techniques
T1027Windows08-04T1027.007Windows08-04T1027.007Windows07-19T1027.011Windows, Linux08-04T1036.005Windows08-04T1036.007Windows08-04T1106Windows07-08T1134.004Windows08-04T1562.001Windows08-04T1562.001Windows08-04T1562.001Windows07-19T1562.006Windows08-04
IAT Obfuscation
Hide imported API calls from static analysis by resolving function addresses at runtime instead of declaring them in the PE import table.
Heap / Stack Encryption During Sleep
Encrypt the beacon's own memory while it sleeps so in-sleep memory scans find nothing recognisable.
Sleep Obfuscation
Encrypt a beacon's own memory while it waits between check-ins, so scanners find nothing.
Control Flow Obfuscation
Restructure a binary's control flow graph to defeat static analysis and signature detection without changing its runtime behaviour.
Call Stack Spoofing
Fabricate a plausible-looking call stack to hide the true origin of API calls made from shellcode or an injected beacon.
Module Overloading
Load a legitimate DLL into memory and overwrite its executable sections with a shellcode payload, inheriting the module's backed memory status.
Direct & Indirect Syscalls
Skip the ntdll export table entirely by issuing the syscall instruction yourself.
Parent PID Spoofing
Set an arbitrary parent process handle when creating a new process to fool parent-child heuristics.
AMSI Bypass
Patch or neutralise the Antimalware Scan Interface so PowerShell and .NET payloads run uninspected.
Indirect Syscalls & Hell's Gate
Dynamically resolve System Service Numbers at runtime and call them via trampolines in ntdll, bypassing EDR hooks without patching ntdll.
Unhooking ntdll
Restore a clean copy of ntdll from disk to strip userland EDR hooks.
ETW Patching & Disabling
Disable Event Tracing for Windows (ETW) in the current process by patching the EtwEventWrite function in ntdll, preventing security tools from receiving ETW telemetry.
no techniques match those filters.