emsly@slytech:~/blog$ cat README.md

Documenting homelab builds, cybersecurity lab work, and infrastructure projects. Detection engineering, compliance frameworks, cloud setups, and the occasional deep-dive into whatever I'm learning this week.

iam Jun 23, 2026 13 min read
Building an Identity Governance and Drift Monitoring Portal on Microsoft Graph

How I built a read-only identity governance layer with an AI Copilot on top of my existing lifecycle automation, using PowerShell, Microsoft Graph, Azure Functions, and Claude to surface drift, privileged access changes, and compliance gaps.

detection Jun 15, 2026 7 min read
Microsoft Sentinel and a Honeypot That Got Hit 50 Times in Under an Hour

Connecting Microsoft Sentinel to the slytech.us hybrid environment, building custom detection rules mapped to MITRE ATT&CK, deploying a deliberately exposed honeypot VM, and watching real global attack traffic roll in.

cloud Jun 9, 2026 7 min read
Cloud Governance with Azure Policy, Terraform, and Log Analytics Workbooks

Provisioning Azure infrastructure as code with Terraform, enforcing governance with Azure Policy, and building a live security dashboard in Log Analytics Workbooks on top of the slytech.us hybrid environment.

iam Apr 9, 2026 9 min read
Building an IAM Lab: Provisioning, Access Reviews, and GPO from Scratch

End-to-end IAM lab covering PowerShell provisioning and deprovisioning workflows, least-privilege OU structure, quarterly access review simulation, and GPO-based access control on Windows Server.

detection Mar 25, 2026 8 min read
AI-Assisted SOC Triage on Top of Splunk Using the Anthropic API

Building a Python tool that pulls Windows Security events from Splunk and uses the Anthropic API to generate structured SOC triage reports with MITRE ATT&CK mapping.

detection Mar 6, 2026 4 min read
Setting Up Wazuh SIEM in My Homelab

How to install Wazuh SIEM on Ubuntu Server in a homelab environment, including agent deployment and first security events.

homelab Mar 5, 2026 2 min read
Spinning Up an Ubuntu Server VM on Proxmox

Step-by-step guide to creating an Ubuntu Server VM on Proxmox, including static IP, SSH setup, and LVM disk expansion.