ES | EN
IT Ops

Phishing Analysis - URLScan.io and VirusTotal

SlackOutlookUrl Scan Io
Nodes 5
Complexity Intermediate
Category IT Ops
n8n popularity 26,877 views in n8n library

This n8n workflow automates the analysis of email messages received in a Microsoft Outlook inbox to identify indicators of compromise (IOCs), specifically suspicious URLs. It can be triggered manually or scheduled to run daily at midnight. The workflow begins by retrieving up to 100 read email messages from the Outlook inbox. However, there seems to be a configuration issue as it should retrieve unread messages, not read ones. It then marks these messages as read to avoid processing them again in the future. The messages are then split into individual items using the Split In Batches node for sequential processing. For each email, the workflow analyzes its content to find URLs, which are considered potential IOCs. If URLs are found, the workflow proceeds to check these URLs for potential threats using two services, URLScan.io and VirusTotal, in parallel. In the first path, URLScan.io scans each URL, and if there are no errors, the results from URLScan.io and VirusTotal are merged. I

Apps and nodes included

Step-by-Step Implementation Guide

Analiza Correos Electrónicos en Busca de Phishing

Este workflow analiza correos electrónicos en Outlook para identificar URLs sospechosas utilizando URLScan.io y VirusTotal.

Nodos Utilizados

  • Microsoft Outlook: Para acceder a los correos electrónicos.
  • URLScan.io: Para el análisis de URLs.
  • Slack: (Opcional) Para enviar alertas.
  • Code: Para la lógica de negocio.
  • HTTP Request: (Posiblemente) Para interacciones adicionales.

Pasos de Configuración

  • Paso 1: Conecta tu cuenta de Outlook.
  • Paso 2: Configura el nodo URLScan.io con tu clave API.
  • Paso 3: Configura el nodo Slack para recibir alertas.
  • Paso 4: Revisa el workflow y define las acciones en caso de que se detecten URLs sospechosas.
  • Paso 5: Prueba el workflow con correos de prueba.
⚡ 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.