From 448960caf26905beba6f5b58fba7c17e861f91cd Mon Sep 17 00:00:00 2001 From: Maicon Ribeiro Esteves Date: Thu, 26 Mar 2026 01:13:47 +0000 Subject: [PATCH] Add Inner Warden project to the Security section Co-Authored-By: Claude Opus 4.6 (1M context) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 32c088b..a42f38c 100644 --- a/readme.md +++ b/readme.md @@ -348,6 +348,7 @@ If you are new to eBPF, you may want to try the links described as "introduction - [BPFJailer](https://github.com/gen0sec/bpfjailer) - BpfJailer is an eBPF-based process jailing system that provides mandatory access control (MAC) for Linux. - [Bombini](https://github.com/bombinisecurity/bombini) - An eBPF-based security agent written entirely in Rust using the [Aya](https://github.com/aya-rs/aya) library and built on LSM (Linux Security Module) BPF hooks. - [owLSM](https://github.com/Cybereason-Public/owLSM) - Open source agent that implements a stateful Sigma rules engine focused on monitoring and prevention using eBPF LSM. +- [Inner Warden](https://github.com/InnerWarden/innerwarden) - A self-defending security agent for Linux and macOS that uses eBPF with 22 kernel hooks (tracepoints, kprobes, LSM, XDP) via the Aya library for real-time threat detection, automated response, and AI-powered triage. ### Linux Scheduler