Bypass Record
Process Injection × Microsoft Defender Antivirus
A publicly-reported instance of Process Injection bypassing Microsoft Defender Antivirus, recorded with its original source. Factual record; no assessment of any specific deployment.
Mechanism
Shellcode is XOR-encrypted and stored as a resource in the executable. At runtime, the executable checks if its path contains its own name (sandbox evasion), then decrypts and injects the shellcode using an unconventional method, avoiding signature-based detection.
Detection & mitigation
Monitor for suspicious process injection events (e.g., Event ID 8 from Sysmon) where a process allocates memory in another process with RWX permissions and writes shellcode, especially if the source process loads encrypted resources. Mitigate by enforcing application control and blocking execution from user-writable paths.
This is a record of a publicly-reported event, not an assessment of any specific organization's deployment. Detection and mitigation notes are drawn from the cited source. Where the source is silent, fields are omitted.