Querying and extracting a list of available firewalls or their associated configurations and rules. This activity can occur across host systems and cloud control planes, providing insight into the state and configuration of firewalls that protect the environment. Examples:
Get-NetFirewallRule or Linux commands such as iptables -L or firewalld --list-all.az network firewall list for Azure or aws ec2 describe-security-groups for AWS.list API method or AWS's DescribeSecurityGroups API.gcloud compute firewall-rules list to extract firewall settings in Google Cloud.