๐Ÿ”’ CYBERPULSE AI redOps: phishing simulation with redirect tracking

โšก 85 views ยท ๐Ÿ”’ SecOps & Security Automation

Description

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.

Whoโ€™s It For:

Red Teams simulating real-world phishing redirects

Security teams testing gateway/sandbox behavior

Awareness teams tracking click-throughs

How It Works:

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

Requirements:

Google Sheet Requirements

Google Sheets credentials

Email service (Gmail, SMTP, or custom node)

Optional: Real endpoint for link redirection (e.g., Vercel Function, Cloudflare Worker)

Setup Instructions

  1. Clone or copy the provided Google Sheet template (linked below).
  2. Set up the webhook trigger in the Redirect Proxy node.
  3. Use URL shortener node (optional) to obfuscate redirect links.
  4. Connect Google Sheets node and map fields: timestamp, IP, user-agent, original URL.
  5. Configure redirection logic using IF and Set nodes.
  6. Run a test redirect to validate Google Sheet logging.

File Templates:

RedOps_RedirectCloak_Log_Template.xlsx

email name team payload response status module timestamp test@org.com John Doe IT redirect.link/โ€ฆ Redirect triggered Simulated RedirectCloak 2025-07-27T12:00:00Z

Customization

Ethics Note:

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 ๐Ÿ“ง info@cyberpulsesolutions.com

๐Ÿ”— Nodes Used

Google Sheets

๐Ÿ“ฅ Import

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

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup