πŸ”’ Prevent phishing emails with GPT-4, VirusTotal, Slack, and Google Sheets

⚑ 27 views Β· πŸ”’ SecOps & Security Automation

Description

This n8n workflow automates real-time phishing detection by ingesting incoming emails, extracting indicators, analyzing content with AI (GPT-4), calculating risk scores, and taking immediate actionβ€”quarantining malicious emails, flagging suspicious ones, alerting users and SOC, and logging everything for compliance and forensics. It prevents phishing attacks at the point of delivery with zero-touch automation.

How it works

  1. Webhook receives email
  2. Extract URLs, domains, keywords
  3. VirusTotal + GPT-4 analysis
  4. Risk score routing
  5. Quarantine / Flag / Allow
  6. Slack SOC alert + audit log

Risk Levels

πŸ”΄ HIGH (75–100) β†’ Quarantine 🟑 MEDIUM (40–74) β†’ Flag + warn 🟒 LOW (0–39) β†’ Allow + log

Credentials

Placeholders to Replace

Explore More AI-Powered Email Security:
Contact us to deploy zero-trust email gateways, automated BEC response, and insider threat detection using n8n + LLMs.

πŸ”— Nodes Used

Send Email, Google Sheets, HTTP Request, Webhook, AI Agent, OpenAI Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup