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.This data component can be collected through the following measures:
Cloud Control Plane
az network firewall commands.DescribeSecurityGroups or DescribeNetworkAcls APIs.gcloud compute firewall-rules list or API calls to firewalls.list.Host-Based Firewalls
Get-NetFirewallRule.iptables -L or ufw status using auditd: auditctl -a always,exit -F arch=b64 -S execve -k firewall_enumSIEM Integration
Endpoint Detection and Response (EDR)
CSPM Tools