Skip to main content

Qualys vulnerability trigger scan subWorkflow

Workflow preview

Workflow preview
100%
Qualys vulnerability trigger scan subWorkflow preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow is triggered by a parent workflow initiated via a Slack shortcut. Upon activation, it collects input from a modal window in Slack and initiates a vulnerability scan using the Qualys A...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.xml, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.slack

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Qualys vulnerability trigger scan subWorkflow
Workflow name
Qualys vulnerability trigger scan subWorkflow

This workflow is triggered by a parent workflow initiated via a Slack shortcut. Upon activation, it collects input from a modal window in Slack and initiates a vulnerability scan using the Qualys API.

Key Features

  • Trigger: Launched by a parent workflow through a Slack shortcut with modal input.
  • API Integration: Utilizes the Qualys API for vulnerability scanning.
  • Data Conversion: Converts XML scan results to JSON for further processing.
  • Loop Mechanism: Continuously checks the scan status until completion.
  • Slack Notifications: Posts scan summary and detailed results to a specified Slack channel.

Workflow Nodes

  1. Start VM Scan in Qualys: Initiates the scan with specified parameters.
  2. Convert XML to JSON: Converts the scan results from XML format to JSON.
  3. Fetch Scan Results: Retrieves scan results from Qualys.
  4. Check if Scan Finished: Verifies whether the scan is complete.
  5. Loop Mechanism: Handles the repetitive checking of the scan status.
  6. Slack Notifications: Posts updates and results to Slack.

Relevant Links

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 - Start VM Scan in Qualys

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

Block 2 - Convert XML to JSON

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

Block 3 - Fetch Scan Results

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

Block 4 - Loop Over Items

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

Block 5 - Sticky Note2

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

Block 6 - Sticky Note3

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

Block 7 - Wait 5 Min

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 8 - Convert XML to JSON1

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

Block 9 - Check if Scan Finished

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

Block 10 - Execute Workflow Trigger

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

Block 11 - Sticky Note11

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

Block 12 - Sticky Note15

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

Block 13 - Sticky Note13

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

Block 14 - Post Receipt

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

Block 15 - Confirm Waiting

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

Block 16 - Delete Receipt

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

Block 17 - Sticky Note

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

Block 18 - Sticky Note8

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

Block 19 - Demo Data

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

Block 20 - Sticky Note4

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

Block 21 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 2.1

Block 22 - Post Vulnerability Scan Summary to Slack

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

Block 23 - When clicking "Test workflow"

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

Block 24 - Begin Wait Loop

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

Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Qualys vulnerability trigger scan subWorkflow
Complexity advanced
Nodes 28
Categories SecOps
Author Angel Menendez
Published 31 Oct 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2511/2511.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 Qualys vulnerability trigger scan subWorkflow do?

This workflow is triggered by a parent workflow initiated via a Slack shortcut. Upon activation, it collects input from a modal window in Slack and initiates a vulnerability scan using the Qualys A...

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.