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
If not populated, pull Security Group info
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