⤷ Title: Building a Packet Filter Firewall With Linux Kernel Modules
════════════════════════
𐀪 Author: John Ebinyi Odey
════════════════════════
ⴵ Time: Sat, 18 Jan 2025 16:39:00 GMT
════════════════════════
⌗ Tags: #cybersecurity #linux_kernel #linux_kernel_module
════════════════════════
𐀪 Author: John Ebinyi Odey
════════════════════════
ⴵ Time: Sat, 18 Jan 2025 16:39:00 GMT
════════════════════════
⌗ Tags: #cybersecurity #linux_kernel #linux_kernel_module
Medium
🥷🧱Building a Packet Filter Firewall With Linux Kernel Modules
I'm excited to share a recent project I worked on: a Linux Kernel Module (LKM) that acts as a basic packet filter firewall, specifically designed to block outgoing packets to port 22 (SSH). 🔐 …