IT & Development Automation Workflows — Page 3 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/IT & Development

    IT & Development Workflows

    Developer tools and IT solutions

    • Automatic Google Cloud Run Auth with JWT Token Management (sub-workflow)

      ## Who it's for? Anyone calling a **Google Cloud Run** service from n8n who wants a small, reusable auth layer instead of wiring tokens in every workflow. ## What it does / How it works This sub-workflow checks whether an incoming `id_token` exists and is still valid (with a 5-minute buffer). If it's good, it reuses it. If not, it signs a short-lived JWT with your service account, exchanges it at Google's token endpoint, and returns a fresh `id_token`. It also passes through `service_url` and an optional `service_path` so the caller can hit the endpoint right away. (Designed to be called via **Execute Workflow** from your main flow.) ## How to set up - Add your **JWT (PEM)** credential using the service account **private_key**. - In **Vars**, set `client_email` (from your key) and confirm `token_uri` is `https://oauth2.googleapis.com/token`. - Call this sub-workflow with `service_url` (and optional `service_path`). Optionally include a prior `id_token` to enable reuse. ## Inputs / Outputs **Inputs:** `id_token` (optional), `service_url`, `service_path` **Outputs:** `id_token`, `service_url`, `service_path` ## Notes - Built for loops: pair with a Merge/Split strategy to attach `id_token` to each item. - Keep credentials in n8n **Credentials** (no keys in nodes). - Full write-up and context: **[Build a Secure Google Cloud Run API, Then Call It from n8n (Free Tier)](https://medium.com/@marcocodes/build-a-secure-google-cloud-run-api-then-call-it-from-n8n-88c03291a95f)** - by Marco Cassar

      n8n$14.99
    • Automate Security Alert Triage with AI and Route Alerts to Slack

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Answers
    • Error Solutions
    • AI Tutorials
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Streamline your security operations by automating alert triage using AI and efficiently routing alerts to Slack channels based on priority. This workflow reduces alert fatigue and enhances incident response times.

    n8n$14.99
  1. Automate Cloud to MinIO Backups with Scheduled Transfers

    This workflow automates the periodic backup of objects from AWS S3, Azure Blob, and Google Cloud Storage to a local or remote MinIO bucket. Ideal for storage administrators and DevOps teams seeking a scalable backup solution.

    n8n$14.99
  2. Automate SSL Certificate Monitoring and Renewal with Notion and Telegram

    Monitor SSL certificates stored in Notion, check their validity, and automatically renew them if they are about to expire. Receive notifications via Telegram to prevent unexpected service interruptions.

    n8n$14.99
  3. Automate Workflow Backup and Deletion to Google Drive with n8n

    Streamline your n8n instance by automatically backing up workflows as JSON files to Google Drive before safely deleting them. Ideal for maintaining performance and organization in large setups.

    n8n$9.99
  4. Automate Endpoint Infection Remediation with Wazuh, ClamAV, and GPT-4

    Streamline the process of detecting and remediating endpoint infections by automating antivirus scans and notifications immediately after high-severity Wazuh alerts.

    n8n$9.99
  5. Automate IP Threat Analysis with NixGuard and Wazuh

    Streamline your security operations by automating IP threat analysis using NixGuard and Wazuh. This workflow integrates AI-powered risk summaries and reputation checks to enhance your cybersecurity measures.

    n8n$4.99
  6. Automated GitHub Scanner for Exposed AWS IAM Keys

    # Automated GitHub Scanner for Exposed AWS IAM Keys ## Overview This n8n workflow automatically scans GitHub for exposed AWS IAM access keys associated with your AWS account, helping security teams quickly identify and respond to potential security breaches. When compromised keys are found, the workflow generates detailed security reports and sends Slack notifications with actionable remediation steps. ## Key Features - **Automated AWS IAM Key Scanning**: Regularly checks for exposed AWS access keys on GitHub - **Real-time Security Alerts**: Sends immediate Slack notifications when compromised keys are detected - **Comprehensive Security Reports**: Generates detailed reports with exposure information and risk assessment - **Actionable Remediation Steps**: Provides clear instructions for securing compromised credentials - **Continuous Monitoring**: Maintains ongoing surveillance of your AWS environment ## Workflow Steps 1. **List AWS Users**: Retrieves all users from your AWS account 2. **Split Users for Processing**: Processes each user individually 3. **Get User Access Keys**: Retrieves access keys for each user 4. **Filter Active Keys Only**: Focuses only on currently active access keys 5. **Search GitHub for Exposed Keys**: Scans GitHub repositories for exposed access keys 6. **Aggregate Search Results**: Consolidates and deduplicates search findings 7. **Check For Compromised Keys**: Determines if any keys have been exposed 8. **Generate Security Report**: Creates detailed security reports for compromised keys 9. **Extract AWS Usernames**: Extracts usernames from AWS response for notification 10. **Format Slack Alert**: Prepares comprehensive Slack notifications 11. **Send Slack Notification**: Delivers alerts with actionable information 12. **Continue Scanning**: Maintains continuous monitoring cycle ## Setup Requirements ### Prerequisites - Active n8n instance - AWS account with IAM permissions - GitHub account/token for searching repositories - Slack workspace for notifications ### Required Credentials 1. **AWS Credentials**: - IAM user with permissions to list users and access keys - Access Key ID and Secret Access Key 2. **GitHub Credentials**: - Personal Access Token with search permissions 3. **Slack Credentials**: - Webhook URL for your notification channel ## Configuration 1. **AWS Configuration**: - Configure the List AWS Users node with your AWS credentials - Ensure proper IAM permissions for listing users and access keys 2. **GitHub Configuration**: - Set up the Search GitHub for Exposed Keys node with your GitHub token - Adjust search parameters if needed 3. **Slack Configuration**: - Configure the Slack node with your webhook URL - Customize notification format if desired ## Usage ### Running the Workflow 1. **Manual Execution**: Click Execute Workflow to run an immediate scan 2. **Scheduled Execution**: Set up a schedule to run periodic scans (recommended daily or weekly) ### Repository Compatibility This workflow is compatible with both public and private GitHub repositories to which you have access. It will scan all repositories you have permission to view based on your GitHub credentials. ### Handling Alerts When a compromised key is detected: 1. Review the Slack notification for details about the exposure 2. Follow the recommended remediation steps: - Deactivate the compromised key immediately - Create a new key if needed - Investigate the exposure source - Update any services using the compromised key ## Disclaimer This workflow template is provided for reference purposes only to demonstrate how to automate AWS IAM key exposure scanning. Please note: - The scanning process may produce false positives as it only matches potential AWS access key patterns - Always verify any reported exposures manually before taking action - Disabling or deleting access keys without proper verification could have significant negative impacts on your environment - Understand which systems and applications rely on identified access keys before deactivating them - This template should be customized to fit your specific environment and security policies **IMPORTANT**: Use this workflow with caution and only after thoroughly understanding your AWS environment. The authors of this template are not responsible for any disruptions or damages resulting from its use. ## Security Considerations - This workflow requires access to sensitive AWS credentials - Store all credentials securely within n8n - Review and rotate access keys regularly ## Customization Options - Adjust GitHub search parameters for more targeted scanning - Customize Slack notification format and content - Modify security report generation for your specific needs - Integrate with additional notification channels (email, MS Teams, etc.) ### Optional: Enabling Interactive Slack Buttons The Slack Block Kit notification format supports interactive

    n8n$14.99
  7. Automate Bug Tracking with GitHub Issues and Telegram Alerts Using AI

    Streamline bug tracking by creating GitHub issues from webhook inputs, classifying them with AI, and sending alerts via Telegram. This workflow enhances efficiency by automating the classification and notification of critical issues.

    n8n$14.99
  8. Automate Website Screenshot Generation via Webhooks with ScreenshotMachine API

    This n8n workflow allows you to automate the generation of high-quality website screenshots by sending a webhook request. It is ideal for developers, marketers, and content creators who need on-demand visual captures of web pages with built-in security measures.

    n8n$9.99
  9. Complete LAMP Stack (Linux, Apache, MySQL, PHP) Automated Server Setup

    This automated n8n workflow enables the rapid setup of a complete LAMP (Linux, Apache, MySQL, PHP) stack on a Linux server, executing the entire process in approximately 10 seconds. It configures the server, installs necessary components, and sets up a development user for seamless operation. ## Fundamental Aspects - **Start** - Initiates the workflow - **Set Parameters** - Configures server parameters - **System Preparation** - Prepares the system for LAMP installation - **Update System** - Updates the system and installs essential packages - **Install Apache** - Sets up the Apache web server - **Install MySQL** - Installs MySQL and phpMyAdmin - **Install PHP & Extensions** - Installs PHP with required extensions - **Install Development Tools** - Adds development utilities - **Create Development User** - Creates a dedicated user for development - **Final Setup & Configuration** - Finalizes configurations - **Setup Completion** - Provides a summary of the setup ## Setup Instructions - Import the workflow into n8n - Configure parameters in the Set Parameters node - Run the workflow - Verify the LAMP stack setup on the server ## Required Resources - Linux server with SSH access - Root-level administrative privileges ## Features - Install Database Server - Deploys MySQL with phpMyAdmin - Configure Web Server - Sets up Apache for web hosting - Install PHP - Includes PHP with essential extensions - Create Development User - Establishes a user for development tasks ## Parameters to Configure - server_host: Your Linux server IP address - server_user: SSH username (typically root) - server_password: SSH password - php_extensions: List of PHP extensions to install - dev_tools: List of development tools to install - username: Development username - user_password: Password for the development user ## Workflow Actions - Install: Deploys the LAMP stack, configures Apache, MySQL, and PHP - Create User: Sets up a development user with appropriate permissions - Configure: Finalizes server settings and tool installations The workflow automatically manages - Ubuntu/Debian package installation - Service startup and configuration - Web server and database setup - User and permission management - Development tool integration Update the parameters in the Set Parameters node with your server specifics and run the workflow!

    n8n$14.99
  10. Analyze & Sort Suspicious Email Contents with ChatGPT

    ### Analyze & Sort Suspicious Email Contents with ChatGPT and Jira #### Who is this for? This workflow is tailored for IT security teams, managed service providers (MSPs), and organizations aiming to streamline the detection and reporting of phishing emails. It's especially useful for teams handling high email volumes and requiring quick, automated analysis. #### What problem is this workflow solving? Phishing emails pose a significant cybersecurity threat, and manual review processes are time-consuming and prone to human error. This workflow automates the identification of malicious emails, provides AI-driven insights, and generates structured reports, enabling faster and more efficient responses to email-based threats. #### What this workflow does This workflow integrates Gmail or Microsoft Outlook to monitor and capture incoming emails. It processes the email content and headers, converts the email body to a visual screenshot for clarity, and uses ChatGPT's advanced AI to analyze the email for phishing indicators. Based on the analysis, it categorizes emails as potentially malicious or benign, creating detailed Jira tickets for each case. Attachments, including the email body and screenshots, are automatically uploaded for comprehensive reporting. **Key steps include:** 1. **Email Integration**: Captures emails from Gmail or Microsoft Outlook. 2. **Content Processing**: Extracts and organizes email content and metadata. 3. **AI Analysis**: Uses ChatGPT to evaluate email content and headers. 4. **Classification**: Categorizes emails as malicious or benign. 5. **Automated Reporting**: Creates Jira tickets with detailed analysis and attachments. #### Setup 1. **Authentication**: Configure Gmail or Microsoft Outlook credentials in n8n. 2. **API Keys**: Add credentials for the HTML screenshot service (`hcti.io`) and OpenAI. 3. **Jira Configuration**: Set up project and issue types in the Jira nodes. 4. **Customization**: Update sticky notes and nodes to fit your organizational requirements, such as modifying the AI prompt or Jira ticket fields. #### How to customize this workflow to your needs - Adjust email triggers to include or exclude specific senders or subjects. - Refine the AI prompt in the ChatGPT node to tailor phishing detection criteria. - Modify Jira ticket content to include additional fields or match specific workflows. This workflow is ideal for automating email threat detection, reducing response times, and enhancing overall cybersecurity processes. By leveraging AI-powered insights, it helps organizations stay ahead of phishing attacks.

    n8n$14.99
  11. Automate Image Uploads to Postimages.org with Airtop

    Streamline the process of uploading screenshots to Postimages.org using Airtop browser automation, ideal for repetitive QA tasks and archiving visual data.

    n8n$9.99
  12. Automate PostgreSQL & MySQL Management on Linux Servers

    This n8n workflow automates the installation, configuration, and management of PostgreSQL and MySQL databases on Linux servers, enabling efficient setup, creation, and deletion of databases with user access in just 10 seconds.

    n8n$9.99
  13. Automated Weekly Network Security Monitoring with Shodan and TheHive

    This n8n workflow runs every Monday at 5:00 AM to monitor network security by analyzing IP addresses and ports using Shodan. It identifies unexpected open ports and generates alerts in TheHive for incident response.

    n8n$9.99
  14. Automate Subdomain Enumeration and DNS Reporting with HackerTarget API

    Enhance your passive reconnaissance by automating subdomain enumeration and DNS record lookup using HackerTarget API, with results delivered in a structured markdown report via email.

    n8n$9.99
  15. Automate Phishing Email Detection and Reporting with n8n

    Streamline the detection and reporting of phishing emails by automating analysis and incident logging with n8n, Gmail, Microsoft Outlook, and Jira.

    n8n$14.99
  16. Automate Email Header Analysis for Security Threat Detection in Outlook

    This workflow automates the analysis of email headers in Outlook to detect potential security threats by verifying authentication protocols and checking IP reputation.

    n8n$19.99
  17. Deploy a Comprehensive Microsoft SharePoint MCP Server for AI Integration

    Set up a Microsoft SharePoint MCP server to seamlessly integrate with AI agents, enabling all 11 SharePoint operations with zero configuration.

    n8n$14.99
  18. Automate Authentication IP Monitoring and Email Alerts with SaaS Alerts and SMTP2Go

    This n8n workflow automates the collection of sign-in IP addresses from SaaS Alerts over the past 24 hours and sends email reports using SMTP2Go. Ideal for security teams, it helps monitor user authentication activity, detect unusual sign-ins, and respond to potential security threats.

    n8n$9.99
  19. Automate Lead Generation and Qualification with Google Maps, OpenAI, and HubSpot

    This n8n workflow automates the process of generating and qualifying leads by scraping data from Google Maps and Yellow Pages, enriching it with AI, and exporting qualified leads to HubSpot.

    n8n$14.99
  20. Automated Integrity Auditing for AWS S3 Buckets with AI-Powered Change Detection

    This workflow performs automated integrity audits on AWS S3 buckets, detecting changes using AI and OCR to ensure data integrity and compliance.

    n8n$19.99
  21. Automated AWS IAM Key Compromise Response with Slack & Cloud AI

    # Automated AWS Key Compromise Remediation ## Description This n8n workflow provides a secure, enterprise-grade response system for AWS IAM access key compromises with built-in form submission and human approval mechanisms. When an AWS access key is suspected to be compromised, this workflow enables rapid containment through a secure web form interface with basic authentication, human approval via Slack, and automated damage prevention through immediate key deactivation, credential invalidation, and comprehensive security reporting. ## How This Workflow is Useful ### Secure Form-Based Response - **Authenticated Form Submission**: Secure web form with basic authentication for capturing compromise details. - **Human Approval Workflow**: Slack-based approval system for sensitive security operations. - **Rapid Key Deactivation**: Instantly disables compromised access keys after approval. - **Credential Invalidation**: Creates and applies security policies to invalidate existing temporary credentials. - **Policy Analysis**: Automatically scans and analyzes both inline and attached IAM policies for the affected user. - **AI-Powered Reporting**: Generates detailed security reports with intelligent analysis and team notifications. ### Business Value - **Reduces Mean Time to Response (MTR)**: Automates manual security procedures that typically take hours. - **Minimizes Security Exposure**: Immediate containment prevents potential data breaches and unauthorized resource access. - **Ensures Compliance**: Provides audit trails and documentation required for security compliance frameworks. - **Cost Prevention**: Prevents potential financial damage from compromised credentials being used maliciously. - **Rapid Response Capability**: Streamlines security response procedures when incidents are detected. ### Technical Benefits - **AWS Best Practices**: Implements official AWS security recommendations for key compromise response. - **Scalable Architecture**: Handles multiple access keys and complex IAM policy structures. - **Error Handling**: Robust error handling ensures workflow continues even if individual steps fail. - **Audit Trail**: Complete logging of all actions taken during the incident response. - **Integration Ready**: Easily integrates with existing security tools and notification systems. ## Use Cases ### 1. **Incident Response Automation** - Automated response to security alerts from AWS CloudTrail. - Integration with SIEM systems for immediate key compromise response. - 24/7 security monitoring and automated containment. ### 2. **Compliance and Audit** - Meeting regulatory requirements for incident response documentation. - Providing audit trails for security compliance frameworks (SOC 2, ISO 27001, PCI DSS). - Demonstrating due diligence in security incident handling. ### 3. **Multi-Account Management** - Centralized security response across multiple AWS accounts. - Consistent incident response procedures across different environments. - Standardized security automation for enterprise AWS deployments. ### 4. **Security Training and Testing** - Security team training on AWS incident response procedures. - Tabletop exercises and security drills. - Testing and validation of security response capabilities. ## Key Features ### Core Functionality - **Secure Form Interface**: Web form with basic authentication for secure data submission. - **Human Approval Gate**: Slack-based approval workflow for sensitive operations. - **Authenticated Data Processing**: Secure handling of form submissions with validation. - **Immediate Key Deactivation**: Instant disabling of compromised credentials after approval. - **Security Policy Generation**: Automatic creation and attachment of credential invalidation policies. - **Policy Analysis**: Deep analysis of user permissions and attached policies. - **AI Security Analysis**: Intelligent security report generation with risk assessment. - **Team Notifications**: Real-time Slack notifications to security teams. - **Comprehensive Logging**: Complete audit trail of all response actions. ### Technical Specifications - **Secure Form Interface**: Web form with basic authentication for secure data capture. - **Human Approval System**: Slack-based approval workflow for sensitive operations. - **AWS API Integration**: Direct integration with AWS IAM APIs. - **Authentication Layer**: Basic auth protection for form submissions. - **Error Handling**: Robust error handling with continuation on non-critical failures. - **Scalable Processing**: Handles multiple policies and complex IAM structures. - **Security Best Practices**: No hardcoded credentials, uses AWS credential management. - **Modular Design**: Easy to customize and extend for specific organizational needs. ## Prerequisites ### Required Credentials - **AWS Credentials** with IAM permissions for: ListAccessKeys, UpdateAccessKey, ListUserPolicies, ListAttachedUserPolicies, CreatePolicy, AttachUserPolicy, GetPolicy, GetPolicyVersion.

    n8n$24.99
  22. Automate Expired AWS ACM Certificate Cleanup with Slack Approval

    Streamline the management of expired AWS ACM certificates by automating their cleanup process with Slack-based approval. This workflow ensures a secure AWS environment by notifying admins of expired certificates, awaiting approval, and deleting them upon confirmation.

    n8n$9.99
  23. ← PreviousPage 3 of 19Next →

    Related categories

    Communication (2,463)AI (1,930)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)

    Need a custom it & development workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow