๐Ÿ”’ Automate CVE monitoring with OpenAI processing for ServiceNow security incidents

โšก 1,094 views ยท ๐Ÿ”’ SecOps & Security Automation

Description

This n8n workflow automatically fetches the latest CVE data at scheduled intervals, extracts relevant security details, and creates a corresponding Security Incident in ServiceNow for each new vulnerability.

Schedule Trigger โ€“ Runs at predefined intervals. Jina Fetch โ€“ Retrieves the latest CVE feed. Information Extractor (OpenAI Chat Model) โ€“ Processes and extracts key details from the CVE data. Split Out โ€“ Separates each CVE entry for individual processing. Create Incident โ€“ Generates a ServiceNow Security Incident with the extracted CVE details. Ideal for security teams to ensure timely tracking and remediation of new vulnerabilities without manual monitoring.

๐Ÿ”— Nodes Used

HTTP Request, ServiceNow, Schedule Trigger, OpenAI Chat Model, Information Extractor

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup