Skip to content

Get-ADPen/gxc-BloodHuntr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BloodHuntr

Veins and Blood hunting knife for Active Directory Execution process.

Projects of

  • BlockingDLL: This toolset is for testing blocking DLL process. See README.md.
  • CloneProcess ./CloneProcess :nThis directory is for process forking and reflection. See README.md.
  • CommandLineSpoofing ./CommandLineSpoofing : This PoC performs Command Line Spoofing. This technique may not work for Windows 11.
  • DarkLoadLibrary ./DarkLoadLibrary : PoCs in this directory are for testing Dark Load Library. See README.md
  • GhostlyHollowing ./GhostlyHollowing : This PoC performs Ghostly Hollowing.
  • Misc ./Misc : This directory is for helper tools to development PoCs in this repository.
  • PhantomDllHollower ./PhantomDllHollower : This PoC performs Phantom DLL Hollowing. See README.md.
  • PPIDSpoofing ./PPIDSpoofing : This PoC performs PPID Spoofing.
  • ProcessDoppelgaenging ./ProcessDoppelgaenging : This PoC performs Process Doppelgänging. Due to kernel protection improvement for Microsoft Defender, this technique does not work for recent Windows OS (since about 2021, maybe). So if you want to test this technique in newer environment, must be stop Microsoft the Windows Defender Antivirus Service. See the issue
  • ProcessGhosting ./ProcessGhosting : This PoC performs Process Ghosting. Due to kernel protection, this technique does not work for newer Windows from 22H2.
  • ProcessHerpaderping : This PoC performs Process Herpaderping. Due to file lock issue, if you choose a fake image file smaller than you want to execute, file size shrinking will be failed and corrupt file signature for herpaderping process. To take full advantage of this technique, fake image file size should be larger than you want to execute. Due to kernel protection, this technique does not work for newer Windows from 22H2.
  • ProcessHollowing : This PoC performs Process Hollowing. Unlike the original, the PE image is parsed into a new memory area instead of using ZwUnmapViewOfSection or NtUnmapViewOfSection.
  • ProcMemScan : This is a diagnostic tool to investigate remote process. See README.md.
  • ProtectedProcess : This toolset is for testing Protected Process. See README.md.
  • ReflectiveDLLInjection : This toolset is for testing Reflective DLL Injection. See README.md.
  • sRDI : This directory is for tool to sRDI (Shellcode Reflective DLL Injection). See README.md.
  • TransactedHollowing : This PoC performs Transacted Hollowing.
  • WmiSpawn : This PoC tries to spawn process with WMI. The processes will be spawn as child processes of WmiPrvSE.exe. Supports local machine process execution and remote machine process execution. The usage can see README.md.

Reference

Blocking DLL

Command Line Spoofing

Process Herpaderping

  • Process Herpaderping
  • Process Herpaderping (Mitre:T1055)

Process Hollowing

Ghostly Hollowing and Transacted Hollowing

Protected Process

Acknowledgments

Thanks for your research:

About

Blood hunting knife collections for Active Directory PenTesting and execution process analysis.

Topics

Resources

License

LGPL-2.1, NCSA licenses found

Licenses found

LGPL-2.1
LICENSE
NCSA
LICENSE-SEC.md

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors