Cybersecurity Intelligence: Create Daily Digest & Viral Topics with Gemini AI - n8n Workflow | Neura Market
Cybersecurity Intelligence: Create Daily Digest & Viral Topics with Gemini AI
## This n8n workflow template simplifies the process of digesting cybersecurity reports by summarizing, deduplicating, organizing, and identifying viral topics of interest into daily emails.
It will generate two types of emails:
- A daily digest with summaries of deduplicated cybersecurity reports organized into various topics.
- A daily viral topic report with summaries of recurring topics that have been identified over the last seven days. **This workflow supports threat intelligence analysts digest the high number of cybersecurity reports they must analyze daily by decreasing the noise and tracking topics of importance with additional care, while providing customizability with regards to sources and output format.**
## How it works
The workflow follows the threat intelligence lifecycle as labeled by the colored notes.
- Every morning, collect news articles from a set of RSS feeds.
- Merge the feeds output and prepare them for LLM consumption.
- Ask an LLM with writing an intelligence briefing that summarizes, deduplicates, and organizes the topics.
- Generate and send an email with the daily digest.
- Collect the daily digests of the last seven days and prepare them for LLM consumption.
- Ask an LLM with writing a report that covers viral topics that have appeared prominently in the news.
- Store this report and send out over email.
## How to use & customization
- The workflow will trigger daily at 7 am.
- The workflow can be reused for other types of news as well. The RSS feeds can be swapped out and the AI prompts can easily be altered.
- The parameters used for the viral topic identification process can easily be changed (number of previous days considered, requirements for a topic to be viral).
## Requirements
- The workflow leverages Gemini (free tier) for email content generation and Baserow for storing generated reports. The viral topic identification relies on the Gemini Pro model because of a higher data quantity and more complex task.
- An SMTP email account must be provided to send the emails with. This can be through Gmail.
Platform
n8n
Category
AI
Price
Free
Creator
Tom
set
code
merge
baserow
emailSend
stickyNote
rssFeedRead
scheduleTrigger
chainLlm
lmChatGoogleGemini
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.