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

    • 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.

      n8nFree
    • 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.

      n8nFree
    • Automate Linux VPS Management with AI-Driven SSH Commands

      This n8n workflow utilizes an AI chatbot powered by OpenAI to interpret and execute SSH commands on a Linux VPS directly from chat messages, streamlining server management.

      n8n

    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 Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • 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

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Free
  1. 🛠️ Monica CRM Tool MCP Server: All 52 Operations

    Complete zero-config MCP server exposing all 52 Monica CRM Tool operations to AI agents via webhook. Pre-built with official n8n nodes, AI expressions, and error handling.

    n8n$29.99
  2. Automate Multicloud Security Baselines with OpenAI and Google Drive

    Transform cloud provider documentation into auditable security baselines using OpenAI and Google Drive. This workflow automates the extraction, composition, and storage of multicloud security controls.

    n8nFree
  3. 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.

    n8nFree
  4. 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

    n8nFree
  5. 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.

    n8nFree
  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

    n8nFree
  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.

    n8nFree
  8. 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.

    n8nFree
  9. Automate JavaScript Security Scanning and Reporting via Email

    This workflow automates the detection of sensitive information in JavaScript files from a specified URL and sends a detailed security report via email. Ideal for developers and ethical hackers to ensure code security and compliance.

    n8nFree
  10. 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.

    n8nFree
  11. Back Up Your Credentials to GitHub

    Based on [Jonathan's](https://n8n.io/creators/jon-n8n/) work. Check out his templates. This workflow will backup your credentials to GitHub. It uses a CLI command to export all credentials. It then loops over the data, checks in GitHub to see if a file exists that uses the credentials ID. Once checked, it will: - Update the file on GitHub if it exists; - Create a new file if it doesn't exist; - Ignore if it's the same. ### Config Options **repo.owner** - GitHub owner **repo.name** - GitHub repository name **repo.path** - Path within the GitHub repository **The credentials are all decrypted. Make sure you save them safely or tweak the CLI command to store them encrypted.** ### Check out my other templates ☀️🌊 [**https://n8n.io/creators/solomon/**](https://n8n.io/creators/solomon/)

    n8nFree
  12. 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!

    n8nFree
  13. Securely Access Google Cloud Run APIs with JWT Authentication in n8n

    This workflow enables secure API calls to Google Cloud Run services using JWT authentication, ensuring no public exposure or local hosting is required.

    n8nFree
  14. Automate Critical Error Alerts with Slack and Jira Integration

    This workflow automates the detection and handling of critical errors in production environments by sending real-time alerts to Slack and creating Jira tickets for immediate resolution.

    n8nFree
  15. Automate Threat Intelligence Ingestion and Triage with OpenAI and Email Alerts

    This workflow automates the ingestion of threat intelligence from CVE and IOC feeds, evaluates risks using OpenAI, and sends actionable alerts via email.

    n8nFree
  16. Automate Remote Server File Integrity Checks with Slack Alerts

    This workflow automates the process of monitoring file integrity on a remote server and sends alerts via Slack if discrepancies are detected. It ensures that any unauthorized changes to critical files are promptly reported.

    n8nFree
  17. Automate SSL Certificate Monitoring and Alerts with Google Sheets

    This workflow automates the monitoring of SSL certificate expiry dates using Google Sheets and sends timely alerts via email and messaging platforms to prevent security risks.

    n8nFree
  18. 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.

    n8nFree
  19. 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.

    n8nFree
  20. 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.

    n8nFree
  21. Automate Video Downloads from Sample.cat with Airtop Browser

    Streamline the process of downloading video files from Sample.cat using Airtop's browser automation capabilities. This workflow ensures efficient and consistent retrieval of media content.

    n8nFree
  22. ← PreviousPage 3 of 19Next →

    Related categories

    Communication (2,463)AI (1,929)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