top of page
FABZTECHTIPS


Investigating Network Stress in a Virtual Lab: A Blue Team Analysis
Introduction Understanding how systems behave under increased network activity is an important skill for IT professionals and cybersecurity analysts. While large-scale Denial-of-Service (DoS) attacks require significant resources and infrastructure, even small-scale network stress can provide valuable insights into how operating systems process traffic and how analysts investigate unusual behaviour. In this lab, I built a controlled Windows-based virtual environment using Vir
fabztechtips
6 days ago3 min read


Windows 11 Storage Crisis Investigation
Introduction As part of my ongoing home lab activities, I recently simulated a Windows 11 storage incident to practice desktop support troubleshooting, root cause analysis, and preventative maintenance. The objective was to investigate a workstation experiencing severe performance degradation due to low disk space, identify the root cause using TreeSize Free, remediate the issue, and implement a long-term solution to prevent the problem from reoccurring. Incident Overview A u
fabztechtips
Jun 223 min read


Building, Hardening, and Evaluating an elementary OS Workstation in VirtualBox
Welcome to my latest home lab project! In this post, I will take you through the complete deployment, configuration, security hardening, and evaluation of an elementary OS workstation. While my initial plan suggested using Hyper-V, I chose Oracle VirtualBox. As it provides seamless bridged networking and straightforward hardware provisioning, making it ideal for testing a consumer-focused Linux distribution while keeping things highly visible on a local network. Here is the c
fabztechtips
Jun 145 min read


Windows 11 Native Security Assessment: Single Host Penetration Testing Using Only Built-in Tools
Project Overview & Objectives In modern cybersecurity, relying solely on third-party security suites or automated vulnerability scanners can leave blind spots. Understanding how to audit a system using its own architecture is a fundamental skill for both penetration testers (living-off-the-land techniques) and blue team defenders (hardening and forensics). This project demonstrates a thorough local security assessment conducted on a live Windows 11 system using nothing but na
fabztechtips
Jun 78 min read


Building a Windows 11 Blue Team SOC Lab Using Only Built-In Tools Single-Host Incident Investigation Lab (No External Tools)
One of the biggest misconceptions about getting started in blue team security is that you need expensive software, enterprise SIEM platforms, or a home lab full of virtual machines. While those tools are certainly useful, the reality is that you can learn many of the core skills used by Security Operations Centre (SOC) analysts using nothing more than a Windows 11 PC. This project was designed to simulate real-world security investigations using only the tools already include
fabztechtips
May 255 min read


Building a Personal Windows 11 System Monitoring Dashboard with PowerShell
Over a few days, I took on a personal IT engineering project focused on automation, monitoring, and real-time reporting. The goal was simple: build a lightweight System Monitoring Dashboard for my Windows 11 laptop using nothing but PowerShell and built-in Windows functionality — no third-party monitoring tools required. What started as a small scripting exercise quickly evolved into a fully automated monitoring solution capable of collecting live system metrics, logging perf
fabztechtips
May 183 min read


How I Used a Cisco Firewall to Enforce a Digital Detox on My Home Network
In a world where everything is connected 24/7, switching off has become surprisingly difficult. Working in IT means spending most of the day surrounded by notifications, emails, dashboards, alerts, tickets, and constant online communication. Even after work ends, the temptation to continue scrolling, checking devices, or “just quickly looking at something” never really disappears. So I decided to solve the problem the only way I know how: With infrastructure. Instead of relyi
fabztechtips
May 135 min read


Mastering Prompt Engineering for ChatGPT: A Practical Guide
In an era where AI tools like ChatGPT are revolutionizing productivity, creativity, and communication, knowing how to talk to them has...
fabztechtips
Jun 18, 20253 min read


Understanding Named Accounts vs Service Accounts in Microsoft 365 and Azure
When managing a Microsoft 365 or Azure environment, the terms "named account" and "service account" come up all the time — especially...
fabztechtips
Apr 28, 20253 min read


What Are Stale Devices in Azure—and Why You Should Clean Them Up
As your organization grows and users come and go, so do their devices. But what happens to all those old laptops, virtual machines, and...
fabztechtips
Apr 15, 20252 min read


How to Verify a Suspicious URL: A Comprehensive Guide
In today’s digital world, receiving suspicious links is all too common. Whether it's via email, SMS, or social media, malicious URLs...
fabztechtips
Jan 28, 20253 min read
Securely Wipe Devices with Microsoft Endpoint Manager
Ensuring sensitive data is securely erased from devices is a critical aspect of maintaining data security in today’s digital landscape....
fabztechtips
Dec 12, 20242 min read
"Who's Zakarya?": A Scammer Gets Outplayed
Introduction: When Phishing Goes Wrong Phishing scams have become a significant concern as they are becoming increasingly sophisticated....
fabztechtips
Dec 5, 20246 min read
Understanding Active Directory: A Comprehensive Guide
Active Directory (AD) is like the "bouncer" of the digital world. It's that mysterious, omnipresent system that manages who gets into the...
fabztechtips
Nov 6, 20246 min read


How to Package and Deploy Win32 Applications in Intune: A Step-by-Step Guide
Deploying traditional desktop applications (Win32 apps) to Windows devices using Microsoft Intune is an essential task for IT...
fabztechtips
Oct 31, 20244 min read


DNS: The Internet's Helpful Phonebook and Your Home Network Sidekick
Ever wonder how typing a website name into your browser zips you straight to your favorite cat video? Spoiler alert: it's not magic! It’s...
fabztechtips
Oct 10, 20243 min read


Understanding the Risks of Open Ports and Why Blocking Them is Essential for Network Security
In today’s hyperconnected world, every network is at risk of being targeted by cyberattacks. One of the most vulnerable points in any...
fabztechtips
Oct 4, 20245 min read


A Guide to a more Efficient Digital Life
In a world dominated by technology, it’s easy to feel overwhelmed by the sheer number of tools and platforms at your disposal. But what...
fabztechtips
Sep 19, 20244 min read


Unlocking Access: Why Local Admin Rights Are a Necessary Risk for Your Business
Managing access rights on company computers is a critical aspect of IT management, especially when it comes to the use of local admin...
fabztechtips
Sep 12, 20243 min read


The Importance of Tools in the IT World: Don't Get Code Barefoot!
Imagine trying to fix a leaking pipe without a wrench or cook a five-course meal without a stove. The IT world isn't much different....
fabztechtips
Aug 29, 20246 min read
bottom of page