CYBERPULSE AI RedOps: Internal Phishing Simulation for Security Training

Go to Workflow
30 views
Built by Adnan Tariq Adnan Tariq
Created on June 07, 2026

Description

Description:

Simulate phishing awareness campaigns using OpenAI-generated emails. Send to target lists, log clicks with a webhook, and store results in Google Sheets. Built for internal testing and cyber awareness training.

Who’s it for:

Security teams conducting internal simulations
GRC teams doing phishing awareness
Red Teams wanting modular test setups

How it works / What it does:

Loads targets from Google Sheets
Uses OpenAI to write realistic phishing emails
Sends them via Gmail
Tracks who clicked via webhook
Logs actions in Sheets

Requirements:

Gmail or SMTP credentials
Google Sheets OAuth2
OpenAI API Key
Self-hosted webhook or tunnel for /phishlink tracking

How to customize:

Replace email template with your own LLM prompt
Swap Gmail for SendGrid, SES, etc.
Edit domain in tracking link
Use Cron or manual start

Nodes Used (4)

AI Agent
@n8n/n8n-nodes-langchain.agent
Gmail
n8n-nodes-base.gmail
Google Sheets
n8n-nodes-base.googleSheets
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi