- How do SOC analysts detect Process Injection?
- Detection centers on XDR, SIEM telemetry for the privilege escalation phase of the attack. Monitor for suspicious use of Windows API functions associated with remote process injection including OpenProcess with PROCESS_VM_WRITE, WriteProcessMemory, CreateRemoteThread, and NtQueueApcThread targeting other processes. Alert on process hollowing indicators including processes created in a suspended state followed immediately by WriteProcessMemory calls, SuspendThread and ResumeThread sequences, and processes with mismatched image paths in memory versus disk.
- What does a Process Injection alert look like?
- A representative XDR detection is "Process Hollowing Detected Against svchost.exe" (critical severity): EDR telemetry captured process hollowing sequence: a malicious loader created svchost.exe in suspended state, unmapped the legitimate image using NtUnmapViewOfSection, wrote malicious shellcode into the process address space, and resumed execution. The hollowed svchost.exe process now runs attacker-controlled code while appearing as a legitimate Windows service host in task listings and security monitoring dashboards.
- Which tools detect Process Injection, and how can I practice?
- Process Injection (T1055) is best surfaced with XDR, SIEM telemetry, which exposes the privilege escalation signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.