Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description: Automatically send structured benign payloads (PDF/HTML/JS markers) to test email gateways and sandbox response. AI generated phishing style content helps simulate real world threats w...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.merge
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Adnan Tariq.
Original n8n.io sourceDescription: Automatically send structured benign payloads (PDF/HTML/JS markers) to test email gateways and sandbox response. AI-generated phishing-style content helps simulate real-world threats without malicious intent. Results logged in Google Sheets.
Security teams validating email filters and sandboxes
Red Teams doing payload simulation
GRC/compliance teams testing Secure Email Gateway (SEG) controls
Loads target list from Google Sheets
Crafts payload using OpenAI prompt logic
Sends emails with embedded controlled markers
Logs responses back to the same sheet
Payload_Validation_LogpayloadstatusresponsetimestampGmail/SMTP or email-sending node
Google Sheets credential
OpenAI API Key
RedOps_PayloadValidator_Log_Template.xlsx – track targets, payload, status
Modify the OpenAI prompt for alternate payload types
Adjust fields or webhook triggers
Add logging to SIEM or ticketing platforms
🌐 https://cyberpulsesolutions.com
Simulate benign payloads (e.g., links, encoded HTML) to test how your email security gateway and sandbox environment responds.
Trigger Test Batch
Starts manually or on schedule.
Get Targets
Loads email recipients from Google Sheets.
Generate Payload
Prepares static payload like a fake link.
OpenAI Node
Generates a realistic simulation email using the payload.
Merge + Format
Combines recipient info with OpenAI output, formats the message, and tags it as simulated.
Validated Node
Appends results to Google Sheets with fields like:
email, payload, response, status, module, timeRedOps_Targetsemail, name, team, payload, status, response, module, timeThis workflow uses simulated payloads and never sends real malicious content. No real user data is stored or transmitted. Meant for internal Red Team and security validation use only.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | CYBERPULSE AI RedOps: validate email security gateways generated payloads |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | SecOps, Multimodal AI |
| Author | Adnan Tariq |
| Published | 27 Jul 2025 |
Use the JSON export at /data/workflows/6507/6507.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description: Automatically send structured benign payloads (PDF/HTML/JS markers) to test email gateways and sandbox response. AI generated phishing style content helps simulate real world threats w...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your SecOps, Multimodal AI use case.