Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silverplate3/goodkit

Rootkit for the blue team. Sophisticated and optimized LKM to detect and prevent malicious activity
https://github.com/silverplate3/goodkit

cybersecurity linux-kernel syscall-hooking

Last synced: 3 months ago
JSON representation

Rootkit for the blue team. Sophisticated and optimized LKM to detect and prevent malicious activity

Awesome Lists containing this project

README

        

![GoodKit drawio](https://github.com/SilverPlate3/GoodKit/assets/93097769/e7a07a30-1e95-4a65-92a1-d739efa7f3d7)

# project purpose:
Offer blue teams a reliable and efficient way to detect and prevent malicious process's and file aceess.

Users can control the LKM detection rules and exclusion with a simple json.

# How to use
```
git clone
sudo make all
sudo ./UserSpace/user_app
```

# Tested and built on
Built on kernel version: 6.5.0-26-generic, 6.7.0-rc8

Tested on kernel version: 6.5.0-26-generic, 6.7.0-rc8

Tested on distro: Ubuntu 22.04.3 LTS, Ubuntu 20.04.4 LTS

Built with GCC versions: 12.3.0, 9.4.0





**Future optimizations and features** - See NextSteps.txt