The GCP Audit project automates many of the audits found in the Center for Internet Security (CIS) Google Cloud Platform Foundation Benchmark. There is one script per benchmark. The script is named after the corresponding benchmark. The scripts can enumerate all projects in an organization and scan each project, or the user can pass in the project as a parameter.
How to Use GCP Audit (Cloud Shell)
How to Use GCP Audit (Local Terminal)
If you would like to use an Ubuntu virtual machine, install Ubuntu on VirtualBox or other hypervisor. Ubuntu runs better on VirtualBox if the Guest Additions are installed. If VirtualBox is not installed, install VirtualBox.
This video shows how to install the gcloud CLI on Ubuntu Linux. Otherwise, follow the instructions for your distribution
git clone https://github.com/webpwnized/gcp-audit.git
-
If you would like to use an Ubuntu virtual machine, install Ubuntu on VirtualBox or other hypervisor.
-
Ubuntu runs better on VirtualBox if the Guest Additions are installed.
-
If VirtualBox is not installed, install VirtualBox.
Contributions are welcome! If you'd like to contribute to GCP Audit, please follow these steps:
- Fork the repository.
- Create a new branch (`git checkout -b feature/my-feature`).
- Make your changes and commit them (`git commit -am 'Add new feature'`).
- Push to the branch (`git push origin feature/my-feature`).
- Create a new Pull Request.
Please read our Contribution Guidelines for more details.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.