turbot/steampipe-mod-azure-compliance

Control: Audit Linux machines that do not have the passwd file permissions set to 0644

Description

Requires that prerequisites are deployed to the policy assignment scope. Machines are non-compliant if Linux machines that do not have the passwd file permissions set to 0644

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.compute_vm_password_file_permissions_0644_linux

Snapshot and share results via Turbot Pipes:

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