An open API service indexing awesome lists of open source software.

https://github.com/0xflux/ferric-fox

A windows 11 rootkit in Rust
https://github.com/0xflux/ferric-fox

edr edr-evasion rootkit rootkit-kernel rootkit-windows rust-rootkit security-research windows-kernel windows-kernel-exploitation windows-rootkit windows-rootkits

Last synced: 7 months ago
JSON representation

A windows 11 rootkit in Rust

Awesome Lists containing this project

README

          

# Ferric Fox

A Windows 11 (24H2) rootkit written in Rust to implement Kernel Mode ETW bypasses.

This project is not designed to be a complete rootkit, just showcasing the elements related to ETW evasion and bypasses. This is done to complement my EDR, [Sanctum](https://github.com/0xflux/Sanctum), for which
I am doing my own research to monitor and detect attempts to bypass the ETW mechanism in the kernel via a rootkit (or other methods
of kernel mode execution).