turbot/steampipe-mod-azure-compliance

Control: Adaptive network hardening recommendations should be applied on internet facing virtual machines

Description

Azure Security Center analyzes the traffic patterns of Internet facing virtual machines and provides Network Security Group rule recommendations that reduce the potential attack surface.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.compute_vm_adaptive_network_hardening_recommendation_applied

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

select
id as resource,
'info' as status,
'Manual verification required. Check control description for more details.' as reason,
display_name as subscription
from
azure_subscription;

Tags