Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
DetectWindowsCopyOnWriteForAPI — Enumerate various traits from Windows processes as an aid to threat hunting | Kitploit
Tools/GitHubGitHub/nccgroup/detectwindowscopyonwriteforapi
Defensive ToolsMemory ForensicsForensicsMalware AnalysisIncident ResponseAnomaly Detection
GitHubnccgroup/detectwindowscopyonwriteforapi

DetectWindowsCopyOnWriteForAPI

Enumerate various traits from Windows processes as an aid to threat hunting

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
2003464 years agoReviewed by Kitploit
Share

Windows Process Property Enumeration Tools for Threat Hunting

Background

The purpose of these tools is to enumerate traits of Windows processes that support the detection of process injection tradecraft used by threat actors.

Tools

  • d-cow - Windows Copy on Write Detector for shared Windows APIs (e.g. EtwEventWrite) to detect in memory patching
  • d-criticalsections - Enumerates how many critical sections a Windows process has
  • d-dr-registers - Enumerates processes which have debug registers set indicating hardware breakpoints
  • d-nonmodulecallstack - Enumerates the call stack and associated modules and functions for all threads
  • d-peb-dll-loadreason - Enumerates the reason and the date/time stamp along with a delta from the main binary for DLL loading
  • d-teb - Enumerate threads which are impersonating other users
  • d-threat-start - Enumerate the starting address and which module that points to for each thread
  • d-vehimplant - Enumerate the Vectored Exception Handlers and which modules they point to
  • d-vehlab - sandbox for the VEH work
Download Tool