Linux command
prowler-azure 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run Azure security assessment
prowler azure
Run specific checks
prowler azure --checks [storage_account_public_access]
Run with compliance framework
prowler azure --compliance [cis_2.0_azure]
Specify subscription
prowler azure --subscription-ids [sub-id-1]
说明
prowler azure performs security assessment of Azure subscriptions. Checks configuration against best practices and compliance frameworks. Identifies security issues in Azure resources.
参数
- --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.
FAQ
What is the prowler-azure command used for?
prowler azure performs security assessment of Azure subscriptions. Checks configuration against best practices and compliance frameworks. Identifies security issues in Azure resources.
How do I run a basic prowler-azure example?
Run `prowler azure` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --checks _checks_ do in prowler-azure?
Specific checks to run.