During a recent server migration project, we encountered a perplexing authentication issue with a virtual machine that was moved between Active Directory sites. The VM had been powered off in Site A and relocated to Site B, which operated as a restri...
https://orange-cyberdefense.github.io/GOAD/installation/windows/#__tabbed_1_1 https://deephacking.tech/game-of-active-directory-goadv3-en-windows-2025/ https://benheater.com/proxmox-lab-game-of-active-directory/ https://mayfly277.github.io/posts/A...
I wrote this article because I personally couldn’t find anyone on the internet explaining Kerberos detailed enough separately or while teaching Kerberoasting, most of them just ran tools. And if they did, they didn’t dive deep enough. What can you ex...
Configuration ENTERPRISE - BUNGIE DNS - 10.192.1.1 (10.192.0.0/16) ROOT DOMAIN - bungie.com (10.192.1.0/24) Bungie - DCPrivate IP - 10.192.1.1 / Subnet Mask - 255.0.0.0 / GW Network - 10.192.1.12 Bungie - ADCPrivate IP - 10.192.1.4 / Subnet Ma...
Prerequisites Azure Subscription: Ensure you have an active Azure subscription. Azure AD Tenant: Create an Azure AD tenant if you don't have one. Azure AD Connect: Download and install Azure AD Connect on a server in your on-premises environment. ...
In the dynamic world of IT, having the right tools at your disposal is crucial. Whether you're a seasoned system administrator, a help desk hero, or a freelance tech wizard, a well-stocked toolkit can make all the difference. Let's dive into some of ...
We began by doing an nmap scan of the machine using the command: result=$(nmap -p- --min-rate=1000 -Pn -T4 10.129.229.114 | grep '^[0-9]' | cut -d '/' -f 1 | tr '\n' ',' | sed 's/,$//' | tr -d '%');nmap -p$result -Pn -sC -sV 10.129.229.114 -oA...
IP: 10.129.91.54 Let's begin by conducting a nmap scan to gather information about the target system. nmap -sC -sV -o nmap 10.129.91.54 Starting Nmap 7.95 ( https://nmap.org ) at 2025-02-11 12:08 EST Nmap scan report for 10.129.91.54 Host is up (0.3...
In this series, I will document the process of setting up a virtual lab environment as part of a technical assessment I received from [Redacted Company]. While the assessment outlined specific tasks, it did not provide clear instructions on how to im...
The Vault machine is a medium-difficulty Active Directory (AD) box hosted on Hack The Box. This machine focuses on exploiting misconfigurations in SMB shares, capturing NTLM hashes, and leveraging privileges for privilege escalation. In this walkthro...