Skip to content

Control Correlation Identifier (CCI) Converter

georgedias edited this page Oct 11, 2021 · 4 revisions

The Control Correlation Identifier (CCI) provided by the DoD Cyber Exchange is in xml format and Heimdall2 utilizes json formatted files when converting different formats to Heimdall Data Format (HDF), therefore the U_CCI_List after being downloaded need to be converted from xml to json. To accomplish this process follow the instructions listed below.

The process to concert from xml to json is as follows:

  • Get the most recent version of the U_CCI_List file
  • and run: yarn workspace @mitre/hdf-converters xml2json <Path/To/U_CCI_List.xml> <Path/To/U_CCI_List.json>