CIS SecureSuite Platform
The CIS SecureSuite Platform resource enables you to view a list of and download available versions of the CIS SecureSuite Platform.
What is the CIS SecureSuite Platform?
The CIS SecureSuite Platform is a unified platform for CIS SecureSuite Members that provides organizations with the ability to assess their cybersecurity posture against the CIS Critical Security Controls and to demonstrate conformance with the CIS Benchmarks. The platform combines the features and capabilities of CIS CSAT Pro and CIS-CAT Pro Dashboard into an intuitive interface that offers organizations critical first steps to improve their cybersecurity posture.
List Available Versions
View the list of CIS SecureSuite Platform versions available for download.
Request
N/A
Response
Returns a list of versions of CIS-CAT available for download.
Properties
Media type: application/json
Example
curl -X GET "https://workbench.cisecurity.org/api/vendor/v1/securesuite-platform/versions"
[
{
"name": "CIS SecureSuite Platform v1.2.0",
"path": "/securesuite-platform/1.2.0"
},
{
"name": "CIS SecureSuite Platform v1.2.1",
"path": "/securesuite-platform/1.2.1"
},
{
"name": "CIS SecureSuite Platform v1.3.0",
"path": "/securesuite-platform/1.3.0"
},
{
"name": "CIS SecureSuite Platform v1.4.0",
"path": "/securesuite-platform/1.4.0"
}
]
List Available Bundles
View a list of the available bundles for a version of CIS SecureSuite Platform.
Note
Use the List Available Versions to view a list of available versions.
Request
Header Parameters
12347b68c544113bc4notvalid358ffd4ba7f254e39c4a842cefed748Path Parameters
Response
Returns the bundle options available for the specified version of CIS-CAT.
Media type: application/json
Example
curl -X GET ^
-H "X-SecureSuite-Token: 15638e93802ti234" ^
"https://workbench.cisecurity.org/api/vendor/v1/cis-cat/pro/4.59.0/bundles"
{
"linux":[
{
"name":"CIS SecureSuite Platform 1.4.0 Linux",
"path":"\/api\/vendor\/v1\/securesuite-platform\/1.4.0\/linux"
}
],
"windows":[
{
"name":"CIS SecureSuite Platform 1.4.0 Windows",
"path":"\/api/vendor\/v1\/securesuite-platform\/1.4.0\/windows"
}
]
}
Download Latest Version
Download the latest version of the CIS SecureSuite Platform.
Request
Header Parameters
12347b68c544113bc4notvalid358ffd4ba7f254e39c4a842cefed748Response
Returns the ZIP bundle with the requested CIS SecureSuite Platform release version.
Media type: /application/zip
Example
curl -X GET ^
-H "X-SecureSuite-Token: 15638e93802ti234" ^
"https://workbench.cisecurity.org/api/vendor/v1/securesuite-platform/latest"
Download Specific Version
Download a specified version of CIS SecureSuite Platform.
Tip
Use the List Available Bundles endpoint to view a list of available bundles for a particular CIS SecureSuite Platform version.
Request
Header Parameters
12347b68c544113bc4notvalid358ffd4ba7f254e39c4a842cefed748Path Parameters
1.4.0.Options:
windows and linuxNote
Providing the version number without specifying the operating system parameters will default to the Windows bundle.
Response
Returns a ZIP bundle with the requested CIS SecureSuite Platform version.
Media type: /application/zip