diff --git a/Developers Guide Literature Review.md b/Developers Guide Literature Review.md deleted file mode 100644 index 7b501af..0000000 --- a/Developers Guide Literature Review.md +++ /dev/null @@ -1,37 +0,0 @@ - -*************************************************************** -Bijan Bahari - Distortion Tech: -There is a limited amount of resources targeted towards implementation for developers; however, I did find a few good resources to look at, and I did see many various tools to review. - -NIST Walkthrough tutorials: https://pages.nist.gov/OSCAL/learn/tutorials/ - -NISTS walkthrough tutorials seem like some of the best and most extensive documentation for developers to review; they detail how to create various OSCAL content, and when visiting the OSCAL GitHub, there are many examples of the data to review. ( https://github.com/usnistgov/OSCAL ) - -GSA Fedramp Automation Github: https://github.com/GSA/fedramp-automation/tree/master -The GSA fed ramp automation Git Hub includes various tools and guides to use and automate OSCAL for the FEDRAMP process. The guides are targeted at developers looking to implement solutions for leveraging OSCAL. Directions included cover SSPs, POAMS, SAPs, and SARs. - -OSCAL.Club: https://oscal.club/ -The OSCAL club is a community project to leverage OSCAL to create tools and work through challenges in using OSCAL. They maintain the awesome OSCAL GitHub with various projects and links. There is a litany of tools listed but below; I will be pulling out my thoughts on what would be the most pertinent ones: -• OSCAL GUI - https://github.com/brian-ruf/OSCAL-GUI - this is a GUI for interacting with OSCAL. The tool looks like it is mainly for viewing OSCAL data now and doing format conversion. However, the following is either in progress or will be implemented in the future: -o Metadata Management (all OSCAL layers) -o Profile Creation/Manipulation -o Catalog Creation/Manipulation -o Back-Matter Management (all OSCAL layers) -o OSCAL Format Conversion (XML/JSON to/from YAML) -o SSP Creation/Manipulation -o SSP FedRAMP Validation -o Identity management -o Access control (on a project-by-project basis) Functionality related to the assessment layers will be planned and developed as the syntax for those OSCAL layers is defined. -• SSP toolkit: https://github.com/CivicActions/ssp-toolkit - This is for generating an SSP from OSCAL content -• OSCAL REST API proposed standard: https://github.com/EasyDynamics/oscal-rest - this is a proposed REST API definition from easy dynamics. There will need to be interoperability between various tools with various functions, and a standardized REST API is essential in my opinion. - -OSCAL kit: https://github.com/GoComply/oscalkit -OSCAL kit is a barebones GO SDK for working with OSCAL. The SDK includes a CLI tool for processing OSCAL documents, converting between OSCAL-formatted XML, JSON, and YAML. - -Gocomply FEDRAMP Github: https://github.com/GoComply/fedramp -Tool for manipulating official fed ramp assets - -CIS controls in OSCAL: https://www.cisecurity.org/insights/blog/introducing-the-cis-controls-oscal-repository - CIS has created a version of their controls in OSCAL format -*************************************************************** - diff --git a/White Paper Literature Review.md b/White Paper Literature Review.md deleted file mode 100644 index 324f366..0000000 --- a/White Paper Literature Review.md +++ /dev/null @@ -1,21 +0,0 @@ - -*************************************************************** -Bijan Bahari - Distortion Tech: -I only found a couple of good white papers that I thought would apply to us as a group. The best information, in my opinion, that provides much light on how OSCAL can be used to automate ATO activities is from NIST. - -OSCAL Layers and Models: https://pages.nist.gov/OSCAL/concepts/layer/ -Nists page on the layers and Models of OSCAL provides an excellent view of how each piece works together; additionally this can be very helpful for understanding the interconnection between components for automating the ATO process. - -Easy Dynamics OSCAL Whitepaper: https://www.easydynamics.com/wp-content/uploads/2022/05/OSCAL-WP-1.pdf -Easy Dynamics has a little white paper that summarizes what OSCAL is and what it can do in addition to an overview of a framework for OSCAL adoption consisting of a 6 step process for use in the SDLC process. Here are those steps: -1. Identify Target System -2. Educate Stakeholders -3. Select Target OSCAL artifacts -4. Define Responsibility -5. Develop Ongoing monitor approach -6. Implement OSCAL artifacts - -Balisage Paper: The Model Made Me Do It! A Cautionary Tale from a Security Control Baseline Tool Developer : https://www.balisage.net/Proceedings/vol26/html/Lubell01/BalisageVol26-Lubell01.html - -This was an interesting read from a security control tool developer. I wasn’t sure whether to include it, but I wanted to share for the larger group to read. The abstract is for reference: "Even the best written specifications can be complicated documents to read and understand. Normative prose is often supported by tables and diagrams intended to clarify the specification. What happens when a tool developer interprets those clarifying features as a different model than the prose intends? What does this say about relying on derived data models in tools that support the specification? A cautionary tale involving security control baselines from National Institute of Standards and Technology Special Publication 800-53 provides some answers — and insights." -*************************************************************** diff --git a/litreview.md b/litreview.md new file mode 100644 index 0000000..00016ee --- /dev/null +++ b/litreview.md @@ -0,0 +1,50 @@ +# Overview + +Continuous ATO (C-ATO) is an organizational initiative to automate security compliance activity. In collaboration with industry, NIST is developing the Open Security Controls Assessment Language (OSCAL), a set of formats expressed in XML, JSON, and YAML. These formats provide machine-readable representations of control catalogs, control baselines, system security plans, and assessment plans and results. A security team will likely only work with OSCAL indirectly but through a tool. The purpose of OSCAL is a standardized, machine-readable format to share artifacts between Governance, Risk, and Compliance (GRC) and software automation tools or programs. + +--- + +
+ Agency A uses C-ATO to authorize a new platform. Agency B wants to authorize the same platform and leverage the machine-readable artifacts of Agency A to shorten their authorization process from months to days. +
+