Skip to content

Instantly share code, notes, and snippets.

View rebubula's full-sized avatar

Terry Lynch rebubula

  • Seattle, WA
View GitHub Profile
@rebubula
rebubula / Get-InjectedThread.ps1
Created September 30, 2020 00:52 — forked from jaredcatkinson/Get-InjectedThread.ps1
Code from "Taking Hunting to the Next Level: Hunting in Memory" presentation at SANS Threat Hunting Summit 2017 by Jared Atkinson and Joe Desimone
function Get-InjectedThread
{
<#
.SYNOPSIS
Looks for threads that were created as a result of code injection.
.DESCRIPTION