Block 1 - Request an domain rescan
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
Description This workflow is designed to automate the security reputation check of domains and IP addresses using multiple APIs such as VirusTotal, Ab...
n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Garri.
Original n8n.io sourceDescription
This workflow is designed to automate the security reputation check of domains and IP addresses using multiple APIs such as VirusTotal, AbuseIPDB, and Google DNS. It assesses potential threats including malicious and suspicious scores, as well as email security configurations (SPF, DKIM, DMARC). The analysis results are processed by AI to produce a concise assessment, then automatically updated into Google Sheets for documentation and follow-up.
How It Works
Automatic Trigger – The workflow runs periodically via a Schedule Trigger.
Data Retrieval – Fetches a list of domains from Google Sheets with status "To do".
Domain Analysis – Uses VirusTotal API to get the domain report, perform a rescan, and check IP resolutions.
IP Analysis – Checks IP reputation using AbuseIPDB.
Email Security Validation – Verifies SPF, DKIM, and DMARC configurations via Google DNS.
AI Assessment – Analysis data is processed by AI to produce a short summary in Indonesian.
Data Update – The results are automatically updated to Google Sheets, changing the status to "Done" or adding notes if potential threats are found.
How to Setup
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 50 workflow blocks. Download the JSON for the full node graph.
| Workflow | AI-powered domain & IP security check automation |
|---|---|
| Complexity | advanced |
| Nodes | 50 |
| Categories | SecOps, Multimodal AI |
| Author | Garri |
| Published | 08 Aug 2025 |
Use the JSON export at /data/workflows/7189/7189.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.
Description This workflow is designed to automate the security reputation check of domains and IP addresses using multiple APIs such as VirusTotal, Ab...
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, Multimodal AI use case.