ES | EN
IT Ops

URL and IP lookups through Greynoise and VirusTotal

SlackGmail
Nodes 4
Complexity Intermediate
Category IT Ops
n8n popularity 8,572 views in n8n library

This n8n workflow serves as a powerful cybersecurity and threat intelligence tool to look up URLs or IP addresses through industry standard threat intelligence vendors. It starts with either a form submission or a webhook trigger, allowing users to input data, URLs or IPs that require analysis. The workflow then splits into two paths depending on whether the input data is an IP or URL. If an IP was given, it sets the ip variable to the IP; however if a URL was given the workflow will perform a DNS lookup using Google Public DNS and sets the ip variable based on the results from Google. The workflow then checks the obtained IP addresses against GreyNoise services, with one branch utilizing GreyNoise RIOT IP Lookup to assess IP reputation and association with known benign services, and the other using GreyNoise IP Context to evaluate potential threats. The results from both GreyNoise services are merged to create a comprehensive analysis which includes the IP, classification (benign, ma

Apps and nodes included

Step-by-Step Implementation Guide

Consultas URL/IP con GreyNoise y VirusTotal

Herramienta de ciberseguridad para consultar URLs o IPs a través de proveedores de inteligencia contra amenazas. Incluye la obtención de datos, DNS lookup y análisis de reputación.

Nodos Utilizados

  • HTTP Request: Realiza las consultas a GreyNoise y VirusTotal.
  • Slack: Notifica los resultados en Slack.
  • Gmail: Envía los resultados por correo electrónico.
  • Code: (Para lógica personalizada, transformaciones y manejo de datos).

Pasos de Configuración

  • Paso 1: Configura las credenciales y las claves API para GreyNoise y VirusTotal (en los nodos HTTP Request).
  • Paso 2: Configura el nodo Slack para la notificación de los resultados.
  • Paso 3: Configura el nodo Gmail para el envío de resultados.
  • Paso 4: Configura el nodo Code (si es necesario) para el preprocesamiento o formato de datos.
  • Paso 5: Activa el workflow.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.