<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Security Lab notes]]></title><description><![CDATA[Security Lab notes]]></description><link>https://shambhavisolanki.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Security Lab notes</title><link>https://shambhavisolanki.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 04:12:25 GMT</lastBuildDate><atom:link href="https://shambhavisolanki.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[What I Learned Setting Up a Windows AD Home Lab]]></title><description><![CDATA[I've been building a home lab to get hands-on with the kind of environment SOC and DFIR analysts actually work in, and this week I finally got a Windows Server up and running. Here's how it went (incl]]></description><link>https://shambhavisolanki.hashnode.dev/what-i-learned-setting-up-a-windows-ad-home-lab</link><guid isPermaLink="true">https://shambhavisolanki.hashnode.dev/what-i-learned-setting-up-a-windows-ad-home-lab</guid><category><![CDATA[cybersecurity]]></category><category><![CDATA[Homelab]]></category><category><![CDATA[Windows]]></category><dc:creator><![CDATA[Shambhavi Solanki]]></dc:creator><pubDate>Fri, 04 Sep 2026 05:00:00 GMT</pubDate><content:encoded><![CDATA[<p>I've been building a home lab to get hands-on with the kind of environment SOC and DFIR analysts actually work in, and this week I finally got a Windows Server up and running. Here's how it went (including the part where I locked myself out).</p>
<p><strong>Getting the server up</strong></p>
<p>I grabbed the free 180-day evaluation of Windows Server 2025 from Microsoft — no license key, no cost, just a form to fill out. Spun up a new VM in VirtualBox (4GB RAM, 2 CPUs, 50GB disk felt like enough for a lab), and went with the Desktop Experience edition instead of Server Core, since I wanted an actual GUI to click around in while I'm still learning the ropes.</p>
<p>Nothing dramatic here; just the usual install screens, a reboot or two, and I was staring at Server Manager for the first time.</p>
<p><strong>Getting Sysmon running</strong></p>
<p>Next up was Sysmon. If you haven't come across it, it's a background service that logs detailed system activity — process creation, network connections, registry changes — straight into Windows Event Viewer. On its own, it just logs <em>everything</em>, which is way too noisy to be useful. So I used the SwiftOnSecurity config, which is basically the community-standard baseline real SOC teams build on, since it filters out the noise and keeps the events that actually matter. One command later:</p>
<p>/'Sysmon64.exe -accepteula -i sysmonconfig-export.xml'</p>
<p>...and I had it running. Popped open Event Viewer, navigated to Sysmon's Operational log, and there it was: real-time events logging as I used the machine. That "oh, it's actually working" moment made the whole setup feel real.</p>
<p><strong>Then I locked myself out</strong></p>
<p>Yes, I forgot the Administrator password. For a second, I thought I'd have to reinstall the whole thing and redo it all.<br />Turns out you don't have to. Windows has a built-in recovery environment you can boot into from the install ISO, and from there you can trick your way into a SYSTEM-level command prompt: swap out 'utilman.exe' (the accessibility button on the login screen) with a copy of 'cmd.exe', reboot, click that button, and BOOM, command prompt with full privileges, ready to reset the password with one 'net user' command.</p>
<p>Honestly? This ended up being the most valuable part of the whole exercise. I didn't plan to learn about offline password resets, but now I actually understand a technique that's genuinely useful for legitimate recovery and for understanding <em>why</em> physical/console access to a machine is such a big deal in security.</p>
<p><strong>What's next?</strong></p>
<p>Now that the server's up and logging, the next step is promoting it to a Domain Controller and building out a small AD environment, so I can start generating real login events and practicing actual log analysis instead of just watching a blank Event Viewer.</p>
]]></content:encoded></item></channel></rss>