Skip to main content

CYBERPULSE AI redOps: credential trap sim: fake login page simulation

Workflow preview

Workflow preview
100%
CYBERPULSE AI redOps: credential trap sim: fake login page simulation preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description: Simulate a phishing login page to test user behavior and SOC response. This controlled workflow sends trap links to predefined targets and logs simulated interaction results—without...

Best for

  • SecOps automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Adnan Tariq.

Original n8n.io source

1.1 Workflow description

Title
CYBERPULSE AI redOps: credential trap sim: fake login page simulation
Workflow name
CYBERPULSE AI redOps: credential trap sim: fake login page simulation

## 📝 Description: Simulate a phishing login page to test user behavior and SOC response. This controlled workflow sends trap links to predefined targets and logs simulated interaction results—without capturing real credentials.

✅ Who’s It For:

Red Teams conducting phishing awareness campaigns

SOCs validating alert triggers for credential-based phishing

GRC/Compliance teams performing control testing

⚙️ How It Works:

Loads test targets from Google Sheets

Generates trap page URLs (non-malicious)

Fakes login interaction upon click

Logs timestamped event and status to Google Sheet

📦 Requirements:

Google Sheets credentials

Optional: Use Vercel/托管平台 to deploy a real HTML page for advanced simulation

No sensitive data is collected

📁 File Templates:

RedOps_CredentialTrapSim_Log_Template.xlsx

email name team payload response status module timestamp [email protected] Jane Doe HR fake-login.com User clicked Simulated Credential_Trap_Sim 2025-07-27T11:00:00Z

🧠 Customization Tips:

Change trap content using a public static site

Connect to real EDR/alert system for end-to-end SOC validation

Adjust payload wording for different awareness campaigns

⚠️ Ethics & Warning:

This module is 100% simulated and does not capture real credentials. Use only in authorized environments with informed consent. It is designed for training, awareness, and control testing under ethical guidelines.

🔗 Part of the CYBERPULSE AI RedOps Suite 🌐 https://cyberpulsesolutions.com 📧 [email protected]

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - ⚡ Trigger TrapSim

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 3 - 📄 Get Trap Targets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 4 - 🧹 Filter Valid Targets

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - 🎯 Generate Trap Link

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - 🪤 Simulate Credential Submission

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - 📄 Append Trap Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 8 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow CYBERPULSE AI redOps: credential trap sim: fake login page simulation
Complexity intermediate
Nodes 8
Categories SecOps
Author Adnan Tariq
Published 27 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6510/6510.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does CYBERPULSE AI redOps: credential trap sim: fake login page simulation do?

Description: Simulate a phishing login page to test user behavior and SOC response. This controlled workflow sends trap links to predefined targets and logs simulated interaction results—without...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.