Turn your MITRE ATT&CK data into a live knowledge base and use it to enrich Zendesk tickets. Security and IT teams get clear context, suggested tactics and techniques, and next steps right inside each ticket. You can also chat with the knowledge base to answer security questions fast.
The flow has three parts. First, a manual run pulls a JSON file from Google Drive, extracts the content, splits it into chunks, creates embeddings with OpenAI, and stores them in a Qdrant collection with rich metadata. Second, an n8n chat trigger lets users ask questions. The agent uses OpenAI, memory, and a Qdrant query to find the best context and reply. Third, the Zendesk branch gets tickets, loops through each one, parses SIEM style fields with a structured output, calls the Qdrant query for context, and updates the ticket with mapped MITRE items and remediation steps.
Set up needs OpenAI, Google Drive, Qdrant, and Zendesk credentials. Keep the same collection name across embed and query nodes, and match embedding dimensions. Expect faster triage, consistent notes, and stronger incident response. Great for SOC triage, service desk handling of security alerts, and audit friendly tagging.