mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-05-06 10:29:07 -05:00
[PR #725] [CLOSED] Add InnerWarden to Monitoring & Status Pages #3404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/725
Author: @maiconburn
Created: 3/29/2026
Status: ❌ Closed
Base:
master← Head:add-innerwarden📝 Commits (1)
770b412Add InnerWarden to Monitoring & Status Pages📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Thank you for taking the time to work on a PR for Awesome-Sysadmin!
To ensure your PR is dealt with swiftly please check the following:
DemoandClientsare optional.Do not add a duplicate
Source codelink if it is the same as the main link.Keep the short description under 80 characters and use sentence case
for it, even if the project's webpage or readme uses another capitalisation.
Demolinks should only be used for interactive demos, i.e. not video demonstrations.Languagetag is the main server-side requirement for the software. Don't include frameworks or specific dialects.InnerWarden is an autonomous security agent that combines real-time eBPF-based kernel monitoring (38 hooks) with 48 threat detectors and automated incident response. It detects and responds to threats like rootkits, ransomware, reverse shells, and privilege escalation without manual intervention.
Yes, I am the author and have been running it in production for over a year on Linux servers.
Both personal and professional environments.
Multiple Linux servers monitoring system security, network activity, and container workloads.
Pros: Written in Rust for memory safety and performance, deep kernel visibility via eBPF (38 hooks), autonomous response (blocks IPs, kills processes, suspends users), no external dependencies for detection. Cons: Linux-only for eBPF features, BUSL-1.1 license (converts to open source after change date).
The eBPF subsystem provides kernel-level visibility that most monitoring tools lack, covering syscalls, LSM hooks, and firmware-level operations. The sensor is fully deterministic with no AI/HTTP dependencies, making it reliable for security-critical environments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.