← All Posts

Hello World — Starting This Blog

June 23, 2026 3 min read Kernel Security

I've been working at the intersection of offensive and defensive security for a while now — building eBPF rootkits to understand how attackers think, then flipping the same primitives into runtime protection layers.

This blog is where I'll document that process: the research, the failures, and the things I wish someone had written down before I spent three days debugging a verifier rejection.

What to Expect

I'll be writing about:

Why Write Publicly?

The security research space has a documentation problem. Papers get published, CVEs get assigned, but the practical knowledge — the "how to actually hook this syscall without crashing the kernel" knowledge — lives in scattered blog posts and conference talks.

I want to contribute to making that knowledge more accessible, while being responsible about what I share and how I frame it.

The best defense comes from understanding the offense.

Stay tuned

First real technical post coming soon — probably on eBPF map poisoning techniques and how to detect them at runtime.