
Whalescan is a vulnerability scanner for Windows containers, which performs several benchmark checks, as well as checking for CVEs/vulnerable packages on the container
Released as open source by NCC Group Plc - https://www.nccgroup.com/
Developed by Saira Hassan (@saiber_saira)
https://github.com/nccgroup/whalescan
Released under Apache license 2.0, see LICENSE for more information
Whalescan is a vulnerability scanner for Windows containers, which performs several benchmark checks, as well as checking for CVEs/vulnerable packages on the container. It also checks the config and Docker files for misconfigurations. This tool can be used as part of a Windows container review on local copies of the containers, and on the host itself to enhance security.
git clone https://github.com/saira-h/whalescan
pip install -r requirements.txt
./main.py
Whalescan performs the following checks on containers:
Container checks

Image checks

Checks permissions of docker configuration files
Checks if additional devices have been mapped to containers