Blog
Personal posts hosted on this site. Filter by category.
Category
No posts match this category.
-
A Look into PlugX Kernel driver
Analysis of a signed PlugX kernel driver used as a user-mode loader via services.exe and svchost.exe.
-
Loaded Drivers Enumeration
Kernel-mode approach to enumerate loaded drivers every 10 minutes using ZwQuerySystemInformation and a DPC timer.
-
Asynchronous Procedure Calls (APC) Enumeration
Stable kernel/user APC queue enumeration across Windows versions using process suspension, IRQL elevation, and careful queue walking.