Skip to content

Virtualization Security Audit Tool - Security assess CIS compliance of a Virtualization environments

License

Notifications You must be signed in to change notification settings

NextSecurity/VSAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🕵🏻‍🔐✅ VSAT - Virtualization Security Audit Tool

Virtualization Security Audit Tool assess the compliance of a VMware vSphere virtualization environment against CIS Benchmark.

Requirements

  • VMware PowerCLI 12.0.0 or higher
  • VMware vSphere 6.5, 6.7, 7.0, 8.0
  • Read access to the vCenter or ESXi host

Usage

  1. Clone the repo and navigate to the folder:
git clone https://github.com/NextSecurity/VSAT.git
cd VSAT
  1. Install VMware PowerCLI:
Install-Module -Name VMware.PowerCLI -Scope CurrentUser -Force
  1. Run the script :
.\vsat.ps1

Roadmap

  • Automatically update patches.json file with the latest patches for your environment
  • Add support for all major virtualization solutions:
    • Microsoft Hyper-V
    • Citrix Hypervisor
    • KVM (Kernel-based Virtual Machine)
    • Proxmox Virtual Environment
    • Red Hat Virtualization
    • Nutanix AHV
    • Xen Project

License

MIT