turbot/steampipe-mod-azure-compliance

Control: Non-internet-facing virtual machines should be protected with network security groups

Description

Protect your non-internet-facing virtual machines from potential threats by restricting access with network security groups (NSG).

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.compute_vm_non_internet_facing_protected_with_nsg

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run azure_compliance.control.compute_vm_non_internet_facing_protected_with_nsg --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