Skip to main content

CYBERPULSE AI RedOps: Role-based LinkedIn profile discovery with Google OSINT

Workflow preview

Workflow preview
100%
CYBERPULSE AI RedOps: Role-based LinkedIn profile discovery with Google OSINT 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: Automates public profile discovery for CISO, CEO, and other key roles using Google Programmable Search. Extracts LinkedIn profile links, names, and timestamps to a structured Google Sh...

Best for

  • Lead Generation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

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: Role-based LinkedIn profile discovery with Google OSINT
Workflow name
CYBERPULSE AI RedOps: Role-based LinkedIn profile discovery with Google OSINT

Description:

Automates public profile discovery for CISO, CEO, and other key roles using Google Programmable Search. Extracts LinkedIn profile links, names, and timestamps to a structured Google Sheet for OSINT, exposure analysis, or Red Team prep.

Who’s It For:

Red Teams planning phishing simulations

OSINT investigators and social engineers

Cybersecurity trainers mapping exposure risk

How It Works

This workflow simulates role-based OSINT (Open Source Intelligence) by performing automated LinkedIn discovery using Google Search. Here's a breakdown:

  1. Trigger:

    • Can run manually or via Cron for daily/weekly scraping tasks.
  2. Load Roles to Target:

    • Reads role-based search queries (e.g., "CISO site:linkedin.com/in/") from a pre-filled input list or Google Sheet.
  3. Query Google Custom Search API:

    • Sends requests to the Programmable Search Engine using secure API credentials (CSE ID + API Key).
    • Each query returns up to 10 LinkedIn profile results.
  4. Parse and Extract:

    • Captures full name, title snippet, LinkedIn URL, and description using JSON response parsing.
  5. Output:

    • Logs results to a structured Google Sheet for review or later enrichment.
    • Sheet columns include: role, name, snippet, url, timestamp

Optional enhancements can include:

  • Entity tagging by organization
  • Filtering by location or keyword
  • Lead scoring based on search terms
  • Search query editing

Requirements:

Google Programmable Search Engine (API key + CX ID)

Google Sheets credentials

File Templates:

RedOps_SocialGraph_Log_Template.xlsx

name linkedin team status module timestamp John Doe https://linkedin.com/in/johndoe GRC active Social_Graph_Builder 2025-07-27T12:00:00Z

Customization Tips:

Update queries (CISO, CEO, VP IT, etc.)

Filter results by region or org using site filters

Extend to track Twitter or GitHub links

Setup Instructions

  1. Set up a Google Programmable Search Engine (CSE) at https://programmablesearchengine.google.com/
  2. Restrict it to search only linkedin.com/in/
  3. Copy your CSE ID and generate a Google API Key from https://console.cloud.google.com/apis/credentials
  4. In n8n, use the HTTP Request node:
    • Select Use Authentication: Yes
    • Store your API Key and CSE ID in n8n credentials (not in query parameters)
  5. Configure pagination to extract multiple results
  6. Optional: Append results to Google Sheets or another storage system

Ethics Note:

This tool uses public Google Search results. It is meant for educational or internal red teaming only. Do not use for scraping or unauthorized targeting.

🔗 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 - ⚡ Trigger SocialGraph

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

Block 2 - 🧠 Set Search Queries

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

Block 3 - 🔁 Split Queries

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - 🌐 Google Search API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - 🧪 Extract Profiles

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

Block 6 - 📄 Append to RedOps_Targets

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note1

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

3. Summary Table

Workflow CYBERPULSE AI RedOps: Role-based LinkedIn profile discovery with Google OSINT
Complexity intermediate
Nodes 8
Categories Lead Generation
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/6508/6508.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: Role-based LinkedIn profile discovery with Google OSINT do?

Description: Automates public profile discovery for CISO, CEO, and other key roles using Google Programmable Search. Extracts LinkedIn profile links, names, and timestamps to a structured Google Sh...

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 Lead Generation use case.