Skip to content

Instantly share code, notes, and snippets.

View Scuzz3y's full-sized avatar
🦅
Working on ARM and Red Team projects

Brandon Adler Scuzz3y

🦅
Working on ARM and Red Team projects
View GitHub Profile

Keybase proof

I hereby claim:

  • I am scuzz3y on github.
  • I am scuzz3y (https://keybase.io/scuzz3y) on keybase.
  • I have a public key ASAevgmqnmdG7cY0Bu94p23mOqz8vmdyJwJiojz2Gy-8lgo

To claim this, I am signing this object:

@Scuzz3y
Scuzz3y / Get-InjectedThread.ps1
Created March 15, 2018 00:44 — 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