turbot/steampipe-mod-azure-compliance

Control: All Internet traffic should be routed via your deployed Azure Firewall

Description

Azure Security Center has identified that some of your subnets aren't protected with a next generation firewall. Protect your subnets from potential threats by restricting access to them with Azure Firewall or a supported next generation firewall.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.network_subnet_protected_by_firewall

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run azure_compliance.control.network_subnet_protected_by_firewall --share

SQL

This control uses a named query:

select
id as resource,
'info' as status,
'Manual verification required.' as reason,
display_name as subscription
from
azure_subscription;

Tags