Download CIS-CAT Pro Assessor¶
The “CIS-CAT Pro Assessor” endpoint allows SecureSuite members to obtain any released “full functionality” version of CIS-CAT.
Note: Use the “bundles” endpoint to view a list of available bundles for a particular CIS-CAT version.
Request Type |
Visibility |
---|---|
GET |
SecureSuite Members Only |
Base URL¶
https://workbench.cisecurity.org/api/vendor/v1
Endpoint¶
/cis-cat/pro/{version}/{operatingSystem}/{java}/{gui}
Request Payload/Parameters¶
In order to provide download authorization, members must first authenticate their license key using the /license
endpoint. The response from that endpoint is an authorization token.
Request Headers¶
Header Name |
Description |
---|---|
X-SecureSuite-Token |
The token received from a successful license key verification, e.g., |
URL Parameters¶
URL Parameter |
Description |
---|---|
version |
The version number identifier for the CIS-CAT Pro Assessor bundle to be downloaded, e.g. “4.1.0” |
operatingSystem |
The operating system of the bundle to be downloaded. Options: “windows”, “linux”, or “mac” |
java |
Whether the bundle to be downloaded should include Java or not. Options: “with_java” or “without_java” |
gui |
Whether the bundle to be downloaded should include a GUI or not. Options: “with_gui” or “without_gui” |
Note: providing the version number without specifying the operating system, java, and gui parameters will default to the Windows with Java with GUI bundle.
Response Payload¶
Media Type¶
/application/zip
Description/Fields¶
The response payload will be the zip bundle representing the requested CIS-CAT Pro Assessor release version.
Response Example¶
None