DEV Community

Josh Cox
Josh Cox

Posted on

Building My Home SOC: Why I'm Documenting the Journey Instead of Chasing Tutorials

Cybersecurity has always been my passion, but I found myself jumping from tutorial to tutorial without ever feeling like I was learning the bigger picture. I think it all started when I was around 13, just messing around online with friends, pulling harmless pranks on each other and seeing who could break into whose account first. Fast forward to today—I'm 37 years old, about six months away from graduating with my B.S. in Computer Information Systems with a concentration in Cybersecurity, and I still get that same excitement every time I learn something new.

Over the years, I realized I was spending more time collecting tools than actually understanding them. I'd install a Linux distro, follow a tutorial, watch a few YouTube videos, then move on to the next exciting thing. I was learning bits and pieces, but never really building a solid foundation. A few days ago, that finally changed. What started as an extra Raspberry Pi sitting on my desk turned into an idea that I'm genuinely excited about, a Home Security Operations Center that I am going to build out over time.

This isn't a project about installing as many security tools as possible. It's about understanding why each one exists. Before I add anything to the lab, I want to be able to answer a few simple questions: What problem does it solve? How does it fit into the overall architecture? Could I explain it to someone else? If I can't answer those questions, then I'm not ready to install it yet.

Honestly, I have no idea where this project will end up. Right now it's just a Raspberry Pi running a handful of services, but I already know it's going to become something much bigger. My hope is that by documenting the entire journey—from the beginner mistakes to the more advanced projects—it'll not only help me look back on how far I've come, but maybe help someone else who's trying to break into cybersecurity too. If nothing else, it'll be a pretty cool journey.

I'll be posting updates as I go for anyone interested! and here is the link to my github repo if you would like to see what I have done so far!

GitHub logo Hightech89 / HomeSoc-Lab

A documented home cybersecurity lab focused on Linux, Docker, monitoring, logging, AI, and hands-on learning.

Home SOC Lab

A documented home cybersecurity lab focused on Linux, Docker, monitoring, logging, AI, and hands-on learning.


Mission

Home SOC Lab is my long-term engineering project to learn modern infrastructure, cybersecurity, and systems administration by building and operating my own Security Operations Center (SOC) at home.

This started out as a way to find something to do with an extra raspberrypi 4 I had laying around, and turned into something I think can be pretty big and fun to build.

Every service added to this lab must solve a real problem and contribute to my understanding of the systems I'm building.


Why This Exists

Like many people learning cybersecurity, I found myself constantly jumping between projects, tutorials, and new technologies.

This lab is my answer to that.

Instead of trying to learn everything at once, I'm building one system that grows over time.

The goal isn't to build the…

Top comments (0)