April 3, 2026
The First Time I Owned a Box (And What It Taught Me About Defense)
By Tegan Eikenberg
I came up on the defensive side. Networks, firewalls, monitoring. Until earlier this year I'd never seriously tried offensive work outside of reading writeups. The first time I popped a box in my home lab changed how I think about defense, and not in the way I expected.
I set up an intentionally vulnerable Linux machine. Nothing fancy, just a few well-known misconfigurations. The plan was to follow a walkthrough at first, then try a different box without help. I figured I'd understand the attacker mindset better if I actually did the work instead of just reading about it.
What surprised me was how quiet the early steps were. Recon doesn't look like an attack. Nmap scans look like normal network traffic if your monitoring isn't tuned for them. Service enumeration looks like a curious user. By the time you see something that looks unambiguously bad in a log, the attacker has already had hours to set up.
The next thing I noticed was how forgiving the chain was. I expected one or two missed steps to kill the attempt. They didn't. Sloppy enumeration still led somewhere. A wrong guess still gave me information. Defense has to be right every time. Offense only has to find one path that works.
A few takeaways I've brought back into my day job:
Detection rules need to assume the attacker is patient. If your alert thresholds are calibrated around what a normal day looks like, they'll miss anyone moving carefully. The attacker isn't in a rush. Your detection logic shouldn't assume they are.
Logs are only useful if someone reads them. I've written log queries that nobody runs. I've responded to alerts that have fired on the same condition for six months because the alert never got tuned. The hardest part of monitoring isn't collection. It's attention.
Pentesting and defensive work belong together. I'm not switching sides. I'm still a network engineer at heart. But I can't defend what I don't understand from the other angle. Doing a little offense made my defensive instincts faster and sharper.
I'm working through more boxes when I have time, and reading writeups more critically. Anyone in this field benefits from spending real time on the other side of the keyboard, even if it never becomes their main job.
All posts