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_appliedSnapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.compute_vm_adaptive_network_hardening_recommendation_applied --shareSQL
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 subscriptionfrom azure_subscription;