sgabe / SymlinkProtect

File system minifilter driver for Windows to block symbolic link attacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SymlinkProtect

File system minifilter driver for Windows written in C++ to block symbolic link attacks. It monitors user-mode applications and blocks malicious attempts to set a reparse point on a directory creating a mount point to some suspicious targets like \RPC Control. See here for more information about the inner workings of the driver.

Usage

  1. Download the latest release or compile the driver.
  2. Right-click on the SymlinkProtect.inf file and click on Install.
  3. Open an elevated command prompt and enable test signing:
    bcdedit /set testsigning on
  4. After reboot, open an elevated command prompt again.
  5. Load the driver with fltmc.exe with the load option:
    fltmc load symlinkprotect
  6. Unload the driver with fltmc.exe with the unload option:
    fltmc unload symlinkprotect

Demo

SymlinkProtect in action

About

File system minifilter driver for Windows to block symbolic link attacks.

License:MIT License


Languages

Language:C++ 100.0%