LinuxCommandLibrary

prowler-azure

TLDR

Run Azure security assessment

$ prowler azure
copy
Run specific checks
$ prowler azure --checks [storage_account_public_access]
copy
Run with compliance framework
$ prowler azure --compliance [cis_2.0_azure]
copy
Specify subscription
$ prowler azure --subscription-ids [sub-id-1]
copy

SYNOPSIS

prowler azure [options]

DESCRIPTION

prowler azure performs security assessment of Azure subscriptions. Checks configuration against best practices and compliance frameworks. Identifies security issues in Azure resources.

PARAMETERS

--checks checks

Specific checks to run.
--services services
Services to check.
--compliance framework
Compliance framework.
--subscription-ids ids
Azure subscription IDs.
-M, --output-modes format
Output format.
-o, --output-directory dir
Output directory.

SEE ALSO

prowler(1), az(1)

Copied to clipboard