[Project - Automated Email Protection Workflow - n8n]

Security Automation Email Security Threat Intelligence API Integration n8n Workflow Local Scanning

Workflow Diagram (Click to enlarge)

Automated Email Protection Workflow Diagram built with n8n

This visual workflow, created using the **n8n automation platform**, establishes a **layered defense system** for incoming emails. It automatically processes emails and runs three parallel checks to classify them as malicious, phishing, or containing a malicious attachment before isolating them from the user's inbox.

Layer 1: Malicious URL Detection

This branch integrates with the **URLHaus Database** to scan for URLs known to be immediately malicious.

Layer 2: Phishing URL Analysis

URLs extracted from the email are fed into the **PhishTank Database** for comparison against known phishing campaigns.

Layer 3: Malicious Attachment Scanning (Secure & Local)

This robust final check processes files using an internal security tool, prioritizing data privacy.

This project highlights practical expertise in **Security Automation**, **API integration with Threat Intelligence feeds**, and the implementation of a **proactive, multi-layered defense strategy** against common email vectors using a self-hosted automation platform like **n8n**, all while maintaining strict **data privacy** by keeping sensitive file scanning off public cloud services.