Skip to main content
All CollectionsTemplatesBasic
Collect Azure Network Security Group Details - Workflow Template
Collect Azure Network Security Group Details - Workflow Template

Nested workflow that will collect and format Azure NSG info to identify rule priority needed to block a given port and protocol

Updated over a week ago

This workflow template, "Collect Azure Network Security Group Details," streamlines the process of collecting and formatting Microsoft Azure NSG information. It identifies the highest priority rule that needs to be implemented to effectively block a specified port and protocol. Utilizing raw JSON and ASCII tables to display NSG rules, it determines the full command required to establish a blocking rule via the Azure CLI. Ideal for businesses seeking to tighten network security and automate the mitigation of potential threats by optimizing their network security group configurations.

Use Cases

Example

Workflow Breakdown

  1. If not populated, pull Security Group info

  2. Loop through collected rules to identify rule priority for blocking port and protocol

Vendors

Microsoft Azure, Utils

Workflow Output

Raw JSON of NSG details. Default and current NSG rules in an ASCII table. Highest priority needed for blocking rule. Full command needed to create a blocking rule through the Azure CLI.

Tips

This nested workflow was built to identify info needed to create a blocking rule for a specific port and protocol

Did this answer your question?