turbot/steampipe-mod-azure-compliance

Control: Audit Windows machines that do not contain the specified certificates in Trusted Root

Description

Requires that prerequisites are deployed to the policy assignment scope. Machines are non-compliant if the machine Trusted Root certificate store does not contain one or more of the certificates listed by the policy parameter.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.compute_vm_with_no_specified_certificates_in_trusted_root_windows

Snapshot and share results via Turbot Pipes:

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