<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Process-Injection on Vanilla InfoSec</title>
    <link>/tags/process-injection/</link>
    <description>Recent content in Process-Injection on Vanilla InfoSec</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 16 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/process-injection/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction to Process Injection - A Primer On the Theory</title>
      <link>/posts/introduction-to-process-injection---a-primer-on-the-theory/</link>
      <pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate>
      <guid>/posts/introduction-to-process-injection---a-primer-on-the-theory/</guid>
      <description>What is Process Injection? In essence, process injection involves:&#xA;Inserting a block of code (usually shellcode) into the memory space of a process.&#xA;Process injection is a means to an end for evading on disk detection. Instead of executing malicious code directly via a PE file or script (which could more easily be caught on disk by antivirus or EDR), the code is injected into process memory.&#xA;While by no means is this a reliably stealthy on its own, it is a fundamental concept needed to be understood before developing more advanced execution workflows.</description>
    </item>
    <item>
      <title>Remote Thread Injection - Writing a Powershell Shellcode Loader</title>
      <link>/posts/remote-thread-injection---writing-a-powershell-shellcode-loader/</link>
      <pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate>
      <guid>/posts/remote-thread-injection---writing-a-powershell-shellcode-loader/</guid>
      <description>Process Injection in Practice: PowerShell Remote Thread Injection In the previous article, we explored what exactly process injection is, why it is used, and how blue teams attempt to detect it. In this post, we move from theory into practice by walking through a real-world example of the classic Remote Thread Injection technique, implemented using PowerShell.&#xA;This example is intentionally straightforward and educational. It does not attempt to evade EDR, bypass AMSI, or conceal behavior whatsoever.</description>
    </item>
  </channel>
</rss>
