Automate URL Security Scanning and Notification with urlscan.io and OpenAI - n8n Workflow | Neura Market
Automate URL Security Scanning and Notification with urlscan.io and OpenAI
This workflow automates the process of scanning URLs for security threats using urlscan.io, analyzing results with OpenAI, and sending notifications via Gmail.
The workflow begins by receiving a URL through a webhook, which is then submitted to urlscan.io for scanning. After a 30-second wait to allow urlscan.io to generate necessary artifacts, the results are analyzed using an OpenAI model to classify the URL as malicious, suspicious, or benign and assign a risk score. Finally, an email is sent via Gmail containing the scan results, classification, risk score, and additional links for further review.
Platform
n8n
Category
IT & Development
Price
Free
Creator
Sasha Ivanov
wait
gmail
webhook
urlScanIo
stickyNote
openAi
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.