HTB Overwatch Pwned

Overview

DifficultyMedium
OSWindows
Release Date25th of January, 2026
StatusActive

Overwatch is a HackTheBox Windows machine rated as Medium difficulty that presents an interesting challenge involving Windows Communication Foundation (WCF), SOAP web services, and Microsoft SQL Server exploitation. This machine requires understanding of .NET technologies, web service enumeration, and database interaction techniques.

Machine Metadata

  • Platform: Hack The Box
  • Machine Name: Overwatch
  • Difficulty: Medium
  • Operating System: Windows
  • Methodology: PTES (Penetration Testing Execution Standard)
  • Status: Completed

Attack Surface

The initial attack surface includes:

  • Windows Communication Foundation (WCF) services
  • SOAP-based web services
  • Microsoft SQL Server (MSSQL) database
  • Standard Windows network services

MITRE ATT&CK Mapping

TacticTechnique IDTechnique Name
ReconnaissanceT1595Active Scanning
DiscoveryT1046Network Service Discovery
Initial AccessT1190Exploit Public-Facing Application
ExecutionT1059.003Command and Scripting Interpreter: Windows Command Shell
ExecutionT1059.001PowerShell
Credential AccessT1552.001Credentials in Files
Privilege EscalationT1068Exploitation for Privilege Escalation
CollectionT1005Data from Local System

To root this box, you should learn:

  • Enumerating and analyzing WCF services
  • Understanding SOAP message structures and endpoints
  • Exploiting MSSQL server misconfigurations
  • Windows privilege esc
  • Post-exploitation enumeration on Windows systems
🔒

Locked Content as per HTB Policy

The detailed walkthrough content for this machine has been restricted in accordance with HackTheBox’s content sharing policy. This ensures that the learning experience remains fair for all users and maintains the integrity of the platform’s challenges.

Conclusion

I spent way too long looking at the wrong things on this one.