The Chatbot Confession
Overview
Room URL: https://tryhackme.com/room/adventofcyberpreptrack
Difficulty: Easy
Category: Prep
Date Completed: 12/1/2025
Objective
Identify which chatbot messages contain sensitive information.
Table of Contents
Introduction
Walk Through
Lessons Learned
Resources
Introduction
TBFC's AI assistant, FestiveBot, designed to help compose cheerful emails, has begun leaking sensitive information including internal URLs and passwords. While AI tools are powerful productivity aids, defenders must understand how to prevent them from inadvertently disclosing confidential data.
Walk Through
- Click view site to load the session with the chat bot
- Several of the messages from the chat bot contain confidential information
Lessons Learned
- Learned to identify AI-generated responses that inadvertently leak sensitive data such as internal URLs, credentials, and API tokens
- Recognized critical security risks: FestiveBot disclosed staging admin URLs
https://internal.tbfc.local/admin, email credentialsfestive.ops:SnowGlobe#2025, and service tokenssk-live-1a2b3c4d5e6f7g8h, highlighting the importance of prompt engineering and output sanitization when using AI tools
