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: Simulate cloaked phishing links that redirect through a controlled proxy. This module tracks if secure email gateways (SEGs) or sandboxes trigger the redirect before users do. Logs acc...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Adnan Tariq.
Original n8n.io source## Description: Simulate cloaked phishing links that redirect through a controlled proxy. This module tracks if secure email gateways (SEGs) or sandboxes trigger the redirect before users do. Logs access, response, and timestamps in Google Sheets.
Red Teams simulating real-world phishing redirects
Security teams testing gateway/sandbox behavior
Awareness teams tracking click-throughs
Loads target list from Google Sheets
Generates dynamic redirect links per target
Emails the links using Gmail or SMTP
Simulates access via webhook or internal call
Logs metadata and redirect access to Sheets
Redirect_LogsGoogle Sheets credentials
Email service (Gmail, SMTP, or custom node)
Optional: Real endpoint for link redirection (e.g., Vercel Function, 托管平台 Worker)
RedOps_RedirectCloak_Log_Template.xlsx
email name team payload response status module timestamp [email protected] John Doe IT redirect.link/... Redirect triggered Simulated RedirectCloak 2025-07-27T12:00:00Z
HTTP Response or Set node to redirect to real servers or simulation targets.This module is intended for internal simulations only and does not contain malicious payloads. Always use with authorization and red team awareness protocols.
🔗 Part of the CYBERPULSE AI RedOps Suite 🌐 https://cyberpulsesolutions.com 📧 [email protected]
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: phishing simulation with redirect tracking |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | SecOps |
| Author | Adnan Tariq |
| Published | 27 Jul 2025 |
Use the JSON export at /data/workflows/6509/6509.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: Simulate cloaked phishing links that redirect through a controlled proxy. This module tracks if secure email gateways (SEGs) or sandboxes trigger the redirect before users do. Logs acc...
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 use case.