Automate Threat Intelligence Ingestion and Triage with OpenAI and Email Alerts - n8n Workflow | Neura Market
Automate Threat Intelligence Ingestion and Triage with OpenAI and Email Alerts
This workflow automates the ingestion of threat intelligence from CVE and IOC feeds, evaluates risks using OpenAI, and sends actionable alerts via email.
The workflow begins by scheduling a daily trigger to fetch threat intelligence data from CVE and IOC feeds. It merges and processes this data, leveraging OpenAI for risk evaluation and triage. Based on the evaluation, the workflow decides whether to send alerts via email or log them into Google Sheets. This setup is ideal for blue teams and SOC analysts looking to streamline their threat response processes.
Platform
n8n
Category
IT & Development
Price
Free
Creator
Amara Nwosu
Threat Intake
(ACSC E8 + ISM-Aligned)
if
code
merge
switch
splitOut
emailSend
stickyNote
httpRequest
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.