Listen to this Post
CISA’s SCuBA project has introduced ScubaGoggles, an automated tool designed for Google Workspace (GWS) users to assess how tenant configurations measure up against cloud cybersecurity baselines. This tool is a significant step forward in ensuring secure configurations for Google Workspace environments.
You Should Know:
ScubaGoggles is a powerful tool that helps organizations evaluate their Google Workspace configurations against CISA’s secure configuration baseline. Here are some key steps, commands, and practices to get started with ScubaGoggles:
1. Installation:
- Clone the ScubaGoggles repository from GitHub:
git clone https://github.com/cisagov/ScubaGoggles.git
- Navigate to the cloned directory:
cd ScubaGoggles
- Install the required dependencies:
pip install -r requirements.txt
2. Configuration:
- Set up your Google Workspace API credentials and place the `credentials.json` file in the ScubaGoggles directory.
- Authenticate using the Google Workspace API:
python3 authenticate.py
- Follow the on-screen instructions to complete the authentication process.
3. Running the Tool:
- Execute the ScubaGoggles tool to assess your Google Workspace configuration:
python3 scubagoggles.py
- The tool will generate a report detailing how your configurations align with CISA’s secure baseline.
4. Reviewing the Report:
- The report will highlight areas where your configurations may not meet the secure baseline.
- Use the recommendations provided in the report to adjust your Google Workspace settings.
5. Automating Regular Checks:
- Set up a cron job to run ScubaGoggles regularly:
0 0 * * * /usr/bin/python3 /path/to/ScubaGoggles/scubagoggles.py
- This will ensure that your configurations are continuously monitored and aligned with security best practices.
What Undercode Say:
ScubaGoggles is an essential tool for any organization using Google Workspace. By regularly assessing your configurations against CISA’s secure baseline, you can significantly enhance your cloud security posture. The tool’s automated nature makes it easy to integrate into your existing security workflows, ensuring that your environment remains secure with minimal manual intervention.
Expected Output:
- A detailed report highlighting configuration discrepancies.
- Recommendations for improving your Google Workspace security settings.
- Regular automated checks to ensure ongoing compliance with CISA’s secure baseline.
URLs:
References:
Reported By: Beingageek Securebaselines – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅



