Batch Import
netbobr supports bulk validation of firewall rules through file import. Drop a file onto the Batch Import tab and netbobr automatically detects the format, extracts flows, and evaluates each one against all enabled compliance frameworks.
Import Methods
| Method | Formats | Details |
|---|---|---|
| CSV Import | .csv | Standard 5-column spreadsheet format with up to 500 rules |
| Cloud Imports | .json, .yaml, .yml, .tf | Native configs from AWS, Azure, GCP, Terraform, and Kubernetes |
How It Works
- Export your firewall configuration from your cloud provider, or prepare a CSV file
- Upload by dragging the file onto the import area, or click to browse
- Analyze -- netbobr auto-detects the format and evaluates each flow against all enabled frameworks
Each parsed flow receives a risk score (0-100), compliance findings, and zone assignments just like manually entered flows.
Supported Formats
- CSV -- standard 5-column format (source, destination, protocol, port, app_name)
- AWS Security Groups --
aws ec2 describe-security-groupsJSON output - Azure NSG --
az network nsg show/az network nsg listJSON output - GCP Firewall Rules --
gcloud compute firewall-rules listJSON output - Terraform Plan JSON --
terraform show -jsonoutput - Terraform HCL --
.tffiles (browser only) - Kubernetes NetworkPolicy --
kubectl get networkpolicy -o yamloutput
Accepted file extensions: .csv, .json, .yaml, .yml, .tf, .txt, .md