BootIntegrityValidator

A Python module to validate the Boot Integrity Visibility Output in Cisco Products.


License
MIT
Install
pip install BootIntegrityValidator==2.2.1

Documentation

This repo is a Python module that validates the Boot Integrity Visibility output generated on a Cisco IOS-XE device. See here for more information about the Cisco feature.

The module will cryptographically (integrity) validate the output to ensure that it was generated on the specified device. Then the Boot 0, Boot Loader and OS integrity values will be checked against a database of "Known Good Values" (KGV) provided by Cisco. This database of KGV will also be cryptographically validated that it was provided by Cisco.

This allows an administrator to validate the runtime state of the device and confirm that it is currently running genuine Cisco software

Checkout the documentation on our github page