Category Learning

SOC Level 1 Training

Recently I have been looking for a course to help me prepare for my first cyber security job. TryHackMe offers a great interactive training course to get learners ready for a level 1 Security Analyst position. I decided to complete…

SQL Database Creation and Code Analysis

SQL stands for structured query language. It is a language used to query databases. SQL is used in many different applications, and being able to understand and interpret SQL code is a fundamental skill for a SOC Analyst. My understanding…

Network Traffic Analysis

The backbone of IT is networking, without it nothing else can work. Thats why I believe a strong knowledge of networking is absolutely essential in any cybersecurity position. With my experience in my home lab, I feel I have great…

Learning Docker Compose

I have been running Docker containers on my home lab for a while now. From my DNS server to my Jellyfin media server, many of my applications run on Docker. But configuring Docker settings through the Linux command prompt is…