
HackTheBox Logging
Source: YouTube · IppSec · published Jul 18, 2026 · 1:00:22
This walkthrough of the Hack The Box "Logging" machine demonstrates a multi-stage privilege escalation chain, leveraging GMSA abuse, DLL sideloading, and WSUS poisoning to achieve Domain Admin access 0:00.
Key Takeaways:
• Initial access is gained by incrementing the known password for the Wallace.Everett account from 2025 to 2026 0:31.
• The attacker exploits generic write rights to grant themselves permission to read the password of the MSAHealth$ Group Managed Service Account (GMSA) 14:22.
• Using the GMSA hash, the attacker authenticates as MSAHealth$ and exploits a DLL sideloading vulnerability in a scheduled task to escalate to Jay.Clifton 24:15.
• The attacker leverages ESC17 certificate template abuse to issue a certificate for wsus.logging.htb, enabling them to poison the WSUS server 39:50.
• By configuring DNS to point wsus.logging.htb to their attacker machine and using the wsux tool, they deliver a malicious update that grants local administrator rights to svc-recovery 49:15.
• Finally, the attacker uses psexec with the svc-recovery credentials to gain SYSTEM access and retrieve the root flag 58:40.
This walkthrough highlights the critical importance of auditing GMSA permissions, monitoring for unusual certificate enrollments, and securing WSUS configurations against DNS-based attacks.
Sources:
Generate CPE Credits
Generate a professional CPE document from this video's transcript.
Estimated credit: 1 CPE hours
Estimate uses the video runtime (1 hour ≈ 1 CPE, rounded to the nearest 0.5, minimum 0.5, maximum 2.0). The final amount can be lower after review, never higher.
Topic: Penetration Testing. Commonly maps to: Security Assessment and Testing, Security Operations. Exact CISSP domains are assigned during generation.
Free account. One generation at a time, with a daily limit.
CPEBuddy is independent and not affiliated with or endorsed by ISC2, ISACA, or any certification body. Exports are formatted for common CPE submissions; acceptance is at your certification body's discretion.
Transcript Preview
First 800 characters of the transcript
What's going on, YouTube? This is Ipsac, and today we'll be doing logging from Hack the Box, which if you're experienced at attacking Windows, this could be somewhat easy. Well, at least up until the end, which is attacking WSUS, which is Windows update services. And if you've ever managed one of those, you know how unreliable the protocol is, let alone trying to attack it. That being said, WSU recently came out, which is a program for attacking WSUS, and it makes it much easier. Anyways, before all of this, it is an assumed breach box. So, we start out with some credentials that gets us access to an old password and incrementing it from 2025 to 2026 gets us access to account that can take over another account. Most people use shadow credentials here because we have generic right and that'…