What Happens When You Red-Team Your Own AgentI built Agent Containment Protocol to answer a question that kept bugging me: if you give an AI agent API access, how do you know it's staying within bounds? The concept is straightforward. Give an agApr 7, 2026·2 min read
Hunt Me I: Payment Collectors - Try Hack Me Walk through On Friday, September 15, 2023, Michael Ascot, a Senior Finance Director from SwiftSpend, was checking his emails in Outlook and came across an email appearing to be from Abotech Waste Management regarMar 19, 2026·5 min read
JavaScript De-obfuscation HTB WalkthroughIntroduction In this module, we explore JavaScript deobfuscation, the process of reversing obfuscated JavaScript code to understand its true functionality. Obfuscation is a technique used by both legiMar 18, 2026·3 min read
Introduction to Malware Analysis, Skills Assement - HTB Skills Assessment A cybersecurity incident has been announced. Incident Responders have swiftly collected a malware sample (apple.exe) from the implicated machine. Your responsibility now is to perforMar 18, 2026·3 min read
SigHunt - TryHackMe Walk ThroughScenario You are hired as a Detection Engineer for your organization. During your first week, a ransomware incident has just concluded, and the Incident Responders of your organization have successfulMar 12, 2026·15 min read
Building Multi-Agent AWS Operations Intelligence with Amazon Bedrock AgentCoreWe set out to build something that didn't exist yet - a multi-agent AI system that could automatically discover AWS environments and provide real operations intelligence across entire organizations. The goal wasn't just to make another monitoring too...Sep 29, 2025·6 min read
Getting Started with Docker: What You Actually Need to KnowDocker solves a real problem that anyone who's worked with software has run into. You build something on your machine, it works perfectly, then you try to run it somewhere else and everything breaks. Different operating systems, missing dependencies,...Sep 17, 2025·4 min read