Scout Suite v5.13 releases: Multi-Cloud Security Auditing Tool

Scout Suite is a multi-cloud security auditing tool, which enables assessing the security posture of cloud environments. Using the APIs exposed by cloud providers, Scout gathers configuration data for manual inspection and highlights risk areas. Rather than pouring through dozens of pages on the web consoles, Scout provides a clear view of the attack surface automatically.

Scout Suite is stable and actively maintained, but a number of features and internals may change. As such, please bear with us as we find time to work on, and improve the tool. Feel free to report a bug with details (please provide console output using the –debug argument), request a new feature, or send a pull request.

Note:

The latest (and final) version of Scout2 can be found in https://github.com/nccgroup/Scout2/releases andhttps://pypi.org/project/AWSScout2. Further work is not planned for Scout2. Fixes will be implemented in Scout Suite.

Support

The following cloud providers are currently supported:

  • Amazon Web Services
  • Microsoft Azure
  • Google Cloud Platform
  • Alibaba Cloud (alpha)
  • Oracle Cloud Infrastructure (alpha)

Changelog v5.13

Changes:

  • Core
    • Added support for Python versions >= 3.9; versions 3.8 and older are no longer recommended and support will not be provided for issues with these versions
    • Secret redaction logic improvements
    • Multiple error handling improvements
  • AWS
    • Multiple bugfixes for checks
    • Multiple minor corrections for finding templates
  • Azure
    • Multiple bugfixes for checks
    • Multiple minor corrections for finding templates
    • Updated azure-mgmt-authorization module to v3.0.0
    • Added new rules for several Azure CIS Benchmark checks
  • GCP
    • Multiple bugfixes for checks
    • Multiple minor corrections for finding templates

Installation

Install via pip:

$ pip install scoutsuite

Install from source:

$ git clone https://github.com/nccgroup/ScoutSuite
$ cd ScoutSuite
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python Scout.py --help

ScoutSuite

Use

Copyright (C) 2018 nccgroup