๐Ÿ”’ CYBERPULSE AI RedOps: generate daily RedOps security simulation reports

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

Description

Description

Automatically compiles a daily HTML report of all RedOps simulations (Modules 1โ€“5), summarizing offensive activity, response logs, and module effectiveness. Designed for GRC teams, Red/Purple teams, and internal auditors โ€” no manual formatting required.

Whoโ€™s It For:

Red Teams running daily simulations

Purple Teams reviewing impact and response

CISOs, SOCs, or compliance teams requiring summaries

How It Works:

Trigger manually or on schedule (e.g., daily cron)

Reads simulation logs from a shared Google Sheet

Filters data by time or module

Formats data into an HTML summary table

Sends email with report or uploads to Drive/S3

Requirements:

Gmail or SMTP node for email

Google Sheets connected (OAuth)

Google Sheet Requirements:

Unified log format for RedOps Modules 1โ€“5

File Templates:

RedOps_AutoReport_Log_Template.xlsx

email module payload status response timestamp

Customization Tips:

Set filtering timeframe (24h, 7d) in JavaScript node

Modify the table style in the HTML generator

Connect to PDF node or S3 for exporting to other tools

Ethics & Compliance:

This workflow is designed for internal reporting only. It does not simulate attacks or initiate actions. Use for audit logs, red team reviews, and awareness tracking only.

Setup Instructions

  1. Copy the provided Google Sheet template (linked in File Templates).
  2. Fill in your RedOps logs (columns: date, module, action, result, status).
  3. Connect Google Sheets node using OAuth credentials.
  4. In the Gmail node:
    • Set recipient email (use your_email@example.com as a placeholder).
    • Choose HTML output from the summary table.
  5. Trigger via Cron node (daily) or manually.
  6. Optional: Connect Drive or S3 node to store a backup.

Supports:

NIST 800-53 AU-6, AU-12

ISO 27001 A.16.1.6

ACSC Essential Eight reporting practices

๐Ÿ”— Part of the CYBERPULSE RedOps Suite ๐ŸŒ https://cyberpulsesolutions.com ๐Ÿ“ง info@cyberpulsesolutions.com

๐Ÿ”— Nodes Used

Google Sheets, Gmail

๐Ÿ“ฅ Import

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

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