Mythic C2 MCP: Integrating AI with Command and Control Operations

Introduction A few days ago I was working through an AI Offensive course where I covered several interesting topics. Some of them I had already explored on my own out of curiosity, but studying a subject more than once reinforces the concepts and improves retention. In this case, I will focus on the integration of a Mythic C2 MCP server with OpenCode, my current LLM of choice. I previously used Claude — the course itself uses it — but I repeatedly ran into guardrails that block anything related to C2 infrastructure, implants, malware, and similar topics, which limits the learning experience considerably. OpenCode does not impose the same restrictions, making it the tool I rely on most for assistance with tooling syntax, language-specific questions, payload concepts, and similar offensive research tasks. ...

August 6, 2026 · Jean aka IamWin

BloodHound MCP: Integrating Claude with BloodHound

Introduction About 2 weeks ago I found out about the existence of an MCP (Model Context Protocol) server for BloodHound that allows us to integrate it with Claude. Below I share the publications I read on the topic: SpecterOps article: BloodHound MCP: One Year Later — What I Learned About MCPs, Models, and Context GitHub Repository: BloodHound MCP - GitHub Repository What is this? The BloodHound MCP allows you to query your Active Directory data in natural language directly from Claude Desktop. Instead of writing Cypher queries manually, you ask Claude things like “show me all Domain Admins” or “find kerberoastable users.” ...

July 3, 2026 · Jean aka IamWin