Block 1 - When chat message received
- Type / Role
- @n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
n8n Workflow: Automate SIEM Alert Enrichment with MITRE ATT&CK & Qdrant Who is this for? This workflow is ideal for: Cybersecurity teams & SOC analysts who want to automate SIEM alert enrichment . ...
@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.textsplittertokensplitter, @n8n/n8n-nodes-langchain.memorybufferwindow
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Angel Menendez.
Original n8n.io sourceThis workflow is ideal for:
Security teams receive large volumes of raw SIEM alerts that lack actionable context. Investigating every alert manually is time-consuming and can lead to delayed response times. This workflow solves this problem by:
✔ Automatically enriching SIEM alerts with MITRE ATT&CK TTPs.
✔ Tagging & classifying alerts based on known attack techniques.
✔ Providing remediation steps to guide the response team.
✔ Enhancing security tickets in Zendesk with relevant threat intelligence.
1️⃣ Ingests SIEM alerts (via chatbot or ticketing system like Zendesk).
2️⃣ Queries a Qdrant vector store containing MITRE ATT&CK techniques.
3️⃣ Extracts relevant TTPs (Tactics, Techniques, & Procedures) from the alert.
4️⃣ Generates remediation steps using AI-powered enrichment.
5️⃣ Updates Zendesk tickets with threat intelligence & recommended actions.
6️⃣ Provides structured alert data for further automation or reporting.
1️⃣ Embed MITRE ATT&CK data into Qdrant
2️⃣ Deploy the n8n Chatbot
3️⃣ Enrich Zendesk Tickets
🔧 Modify the chatbot trigger: Adapt the chatbot node to receive alerts from Slack, Microsoft Teams, or any other tool.
🔧 Change the SIEM input source: Connect your workflow to Splunk, Elastic SIEM, or Chronicle Security.
🔧 Customize remediation steps: Use a custom AI model to tailor remediation responses based on organization-specific security policies.
🔧 Extend ticketing integration: Modify the Zendesk node to also work with Jira, ServiceNow, or another ITSM platform.
✅ Saves time: Automates alert triage & classification.
✅ Improves security posture: Helps SOC teams act faster on threats.
✅ Leverages AI & vector search: Uses LLM-powered enrichment for real-time context.
✅ Works across platforms: Supports n8n Cloud, Self-hosted, and Qdrant.
📖 Watch the Setup Video
💬 Have Questions? Join the Discussion in the YouTube Comments!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate SIEM alert enrichment with MITRE ATT&CK, Qdrant & Zendesk in n8n |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | SecOps, AI RAG |
| Author | Angel Menendez |
| Published | 03 Feb 2025 |
Use the JSON export at /data/workflows/2840/2840.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
n8n Workflow: Automate SIEM Alert Enrichment with MITRE ATT&CK & Qdrant Who is this for? This workflow is ideal for: Cybersecurity teams & SOC analysts who want to automate SIEM alert enrichment . ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your SecOps, AI RAG use case.