This repository encodes the NIST Special Publication 800-171 Revision 1: Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations, with errata through Feb. 20, 2018, in the OpenControl Standards format, for use with Compliance Masonry.
NIST-800-171r1.yaml contains a mapping from NIST SP 800-171 control numbers to their family and text (description), as well as a name for each control. Unlike NIST SP 800-53, NIST SP 800-171 does not name its controls. The name
field in NIST-800-171r1.yaml
was filled in with names created by GovReady. To indicate these names are not official, we have set them off in brackets. Footnotes in the NIST publication are inserted into the control description and are set off as [Footnote: ...]
.
NIST-800-171r1_all.yaml is an OpenControl standards file that selects all NIST SP 800-171 controls.
To import these data into a OpenControl project add the follow code to your opencontrol.yaml file.
dependencies:
standards:
- url: https://github.com/GovReady/NIST-800-171-Standards
revision: master
For more information on the opencontrol.yaml visit the Compliance Masonry CLI.
The files in this repository were created by hand from the NIST publication.