/SecurityCenterScripts

Various tools developed to optimize the management of SecurityCenter. Built largely using the API in the pySecurityCenter repository.

Primary LanguagePython

HealthCheck.py

performs a health check by manipulating data pulled using pySecurityCenter. Currently, the script performs the following checks:

  • checks for assets without groups
  • checks for differences in viewable/accessible assets
  • checks for runtime errors and partials in scans
  • checks for invalid scan settings

I tried to modularize each test by placing them in the "tests" folder and then calling each of them in HealthCheck.py. Feel free to add any tests you would like.

Each test module can be ran individually as well.