Executive Summary
Analysis of a suspicious .NET loader recovered from a production server identified a multi-stage execution chain that decodes embedded Portable Executable (PE) payloads and uses native Windows APIs to perform process hollowing. The loader reconstructed configuration and payload data from reversed hexadecimal text, created a suspended .NET host process, mapped a replacement image into that process, changed the thread context to the replacement entry point, and resumed execution. The injected payload then launched a PowerShell reverse-shell command. Defensive controls stopped the outbound connection before the remote shell session was established. The attempted arbitrary code execution on a production system justified a High severity classification.