An all in one VM harden&monitor
Some stuff need to be done before using this feature
1- Disable PatchGuard, try EfiGuard, UPGDSED or Shark.
- Enable testSigning: "bcdedit /set testsigning on"
-
Can monitor de wole system (not recomended)
-
Can filter by PID, a new PID is monitored if:
-- Is created by a monitored process
-- Gets a new Remote Thread from a monitored process
-- A Handle to the process is opened by a monitored Process
- Registry
- File System
- Image Load
- Thread creation
- New Proceses
- Open Process
Most of the code is thanks to the book "Windows kernel programming" from Pavel Yosifovich