Build Kits
The Build Kits resource enables you to fetch a list of all the available Build Kits and download Build Kits.
What are Build Kits?
Build Kits refer to remediation content for Benchmarks. For more information on Build Kits, go to the CIS Build Kits FAQ.
Build Kits Properties
workbenchId
The unique identifier for a Build Kit, per CIS WorkBench. This ID can be used to download a Build Kit.
buildkitTitle
The title of the published Build Kit, e.g., 'CIS Microsoft Windows 10 Enterprise Release 1809 Benchmark v1.6.0 - Build Kit'.
benchmarkTitle
The title of the published benchmark, e.g., 'CIS Microsoft Windows 10 Enterprise Release 1809 Benchmark v1.6.0'.
buildKit
The filename of the published Build Kit, e.g.,
Windows10v1.6.0.zip.List Downloadable Build Kits
Fetch a list of published Build Kits with downloadable content.
Request
N/A
Response
Returns basic information for published Build Kits with downloadable content.
Media type: application/json
Example
Response - 200 OK
{
"Total number of results": 116,
"Build Kits": [
{
"workbenchId": "4177",
"buildKitTitle": "CIS Microsoft Windows 10 Enterprise Release 1809 Benchmark v1.6.0 - Build Kit",
"benchmarkTitle": "CIS Microsoft Windows 10 Enterprise Release 1809 Benchmark",
"buildKit": "Windows10v1.6.0.zip"
},
{
"workbenchId": "4179",
"buildKitTitle": "CIS Microsoft Windows Server 2019 Benchmark v1.0.0 - Build Kit",
"benchmarkTitle": "CIS Microsoft Windows Server 2019 Benchmark",
"buildKit": "Server2019v1.0.0.zip"
}
]
}
Download Build Kits
Download a Build Kit.
Request
Header Parameters
X-SecureSuite-Token
The token received from a successful license key verification, e.g.,
12347b68c544113bc4notvalid358ffd4ba7f254e39c4a842cefed748Path Parameters
workbenchId
The unique identifier for a Build Kit.
Response
Returns a ZIP bundle containing the Build Kit content.
Media type: /application/zip