Block 1 - Webhook - Submit URL for Analysis
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
Phishing URL Reputation Checker with VirusTotal This n8n template helps you automatically analyze URLs for phishing and malicious activity using VirusTotal’s multi engine threat intelligence pla...
n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.respondtowebhook, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Edson Encinas.
Original n8n.io sourceThis n8n template helps you automatically analyze URLs for phishing and malicious activity using VirusTotal’s multi-engine threat intelligence platform. It validates incoming URLs, submits them for scanning, polls for results, classifies risk, and logs verdicts for monitoring and incident response workflows.
Use cases include security automation, SOC alerting, phishing triage pipelines, chatbot URL validation, and email security enrichment. This template is ideal for blue teams, security engineers, and automation builders who want real-time URL reputation checks without building a full security pipeline from scratch.
VirusTotal enforces API rate limits. For high-volume environments, consider increasing polling intervals or rotating API keys.
The workflow defangs suspicious and malicious URLs to prevent accidental clicks during investigation.
This template uses asynchronous polling because VirusTotal scans are not always immediately available.
Trigger the workflow using the webhook and send JSON like:
{ "url": "example.com" }
Replace the webhook with other triggers such as email ingestion, Slack bots, or security tooling.
Review the phishing verdict and risk level in the webhook response or Google Sheets log.
VirusTotal API key (configured using HTTP Header Auth credentials)
Google Sheets account for logging scan results
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 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Check phishing URL reputation with VirusTotal and log to Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | SecOps, AI Summarization |
| Author | Edson Encinas |
| Published | 17 Feb 2026 |
Use the JSON export at /data/workflows/13448/13448.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.
Phishing URL Reputation Checker with VirusTotal This n8n template helps you automatically analyze URLs for phishing and malicious activity using VirusTotal’s multi engine threat intelligence pla...
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 Summarization use case.