Streampipe

 

https://hub.steampipe.io/mods/turbot/aws_compliance
https://hub.steampipe.io/mods/turbot/gcp_compliance
https://hub.steampipe.io/mods/turbot/azure_compliance

 

-- 1. インストール(macOS)

brew tap turbot/tap
brew install steampipe

steampipe -v


-- 2. 動作確認(AWS)

steampipe plugin install aws

git clone https://github.com/turbot/steampipe-mod-aws-compliance.git
cd steampipe-mod-aws-compliance

aws iam generate-credential-report
steampipe dashboard


steampipe check benchmark.all_controls

steampipe check benchmark.cis_v150

steampipe check control.cis_v150_2_1_1

 


-- 3. 動作確認(GCP)

steampipe plugin install gcp

git clone https://github.com/turbot/steampipe-mod-gcp-compliance.git
cd steampipe-mod-gcp-compliance

steampipe dashboard

steampipe check benchmark.all_controls

steampipe check benchmark.cis_v130

steampipe check control.cis_v130_2_1

 


-- 4. 動作確認(Azure)

steampipe plugin install azure
steampipe plugin install azuread

git clone https://github.com/turbot/steampipe-mod-azure-compliance.git
cd steampipe-mod-azure-compliance

steampipe dashboard

steampipe check all

steampipe check benchmark.cis_v130

steampipe check control.cis_v130_2_1_1