├── .gitignore ├── .idea ├── .gitignore ├── google-java-format.xml ├── gradle.xml ├── jarRepositories.xml ├── misc.xml ├── modules.xml ├── oscal4neo4j.iml └── vcs.xml ├── LICENSE.txt ├── README.md ├── data ├── FedRAMP │ └── script │ │ ├── load-profile-fedramp-HIGH.cypher │ │ ├── load-profile-fedramp-LOW.cypher │ │ ├── load-profile-fedramp-LowImpact-SaaS.cypher │ │ └── load-profile-fedramp-MODERATE.cypher └── NIST-800-53 │ ├── script │ ├── load-profiles.cypher │ ├── load.cypher │ └── queries.cypher │ └── source │ ├── NIST_SP-800-53_rev5_HIGH-baseline-resolved-profile_catalog.json │ └── NIST_SP-800-53_rev5_catalog.json └── doc └── img ├── ac-relations.png ├── ac2-legend.png ├── at34-withdrawn.png ├── controls-low-ia.png ├── fedramp-moderate-vs-high-params-ac-2.png ├── fedramp-moderate-vs-high-params.png ├── fedramp-setparam.png ├── most-required-controls.png ├── oscal-80053-fedramp-schema.png ├── pcidss-27001-via-csf.png ├── profile-fedramphigh-adds-additional-guidance-to-control.png ├── query-assessment-info-for-ac-controls-by-interviewpartners.png ├── query-assessment-info-for-ac-interviewpartners.png ├── query-assessment-info-for-ac2_1-graph.png ├── query-assessment-info-for-ac2_1-table.png ├── referenced-backmatter.png ├── sc-12-loop.png └── shortestPathCobitNist800-53-withQuery.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/google-java-format.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/google-java-format.xml -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/gradle.xml -------------------------------------------------------------------------------- /.idea/jarRepositories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/jarRepositories.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/oscal4neo4j.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/oscal4neo4j.iml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/README.md -------------------------------------------------------------------------------- /data/FedRAMP/script/load-profile-fedramp-HIGH.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/FedRAMP/script/load-profile-fedramp-HIGH.cypher -------------------------------------------------------------------------------- /data/FedRAMP/script/load-profile-fedramp-LOW.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/FedRAMP/script/load-profile-fedramp-LOW.cypher -------------------------------------------------------------------------------- /data/FedRAMP/script/load-profile-fedramp-LowImpact-SaaS.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/FedRAMP/script/load-profile-fedramp-LowImpact-SaaS.cypher -------------------------------------------------------------------------------- /data/FedRAMP/script/load-profile-fedramp-MODERATE.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/FedRAMP/script/load-profile-fedramp-MODERATE.cypher -------------------------------------------------------------------------------- /data/NIST-800-53/script/load-profiles.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/NIST-800-53/script/load-profiles.cypher -------------------------------------------------------------------------------- /data/NIST-800-53/script/load.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/NIST-800-53/script/load.cypher -------------------------------------------------------------------------------- /data/NIST-800-53/script/queries.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/NIST-800-53/script/queries.cypher -------------------------------------------------------------------------------- /data/NIST-800-53/source/NIST_SP-800-53_rev5_HIGH-baseline-resolved-profile_catalog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/NIST-800-53/source/NIST_SP-800-53_rev5_HIGH-baseline-resolved-profile_catalog.json -------------------------------------------------------------------------------- /data/NIST-800-53/source/NIST_SP-800-53_rev5_catalog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/data/NIST-800-53/source/NIST_SP-800-53_rev5_catalog.json -------------------------------------------------------------------------------- /doc/img/ac-relations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/ac-relations.png -------------------------------------------------------------------------------- /doc/img/ac2-legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/ac2-legend.png -------------------------------------------------------------------------------- /doc/img/at34-withdrawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/at34-withdrawn.png -------------------------------------------------------------------------------- /doc/img/controls-low-ia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/controls-low-ia.png -------------------------------------------------------------------------------- /doc/img/fedramp-moderate-vs-high-params-ac-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/fedramp-moderate-vs-high-params-ac-2.png -------------------------------------------------------------------------------- /doc/img/fedramp-moderate-vs-high-params.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/fedramp-moderate-vs-high-params.png -------------------------------------------------------------------------------- /doc/img/fedramp-setparam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/fedramp-setparam.png -------------------------------------------------------------------------------- /doc/img/most-required-controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/most-required-controls.png -------------------------------------------------------------------------------- /doc/img/oscal-80053-fedramp-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/oscal-80053-fedramp-schema.png -------------------------------------------------------------------------------- /doc/img/pcidss-27001-via-csf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/pcidss-27001-via-csf.png -------------------------------------------------------------------------------- /doc/img/profile-fedramphigh-adds-additional-guidance-to-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/profile-fedramphigh-adds-additional-guidance-to-control.png -------------------------------------------------------------------------------- /doc/img/query-assessment-info-for-ac-controls-by-interviewpartners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/query-assessment-info-for-ac-controls-by-interviewpartners.png -------------------------------------------------------------------------------- /doc/img/query-assessment-info-for-ac-interviewpartners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/query-assessment-info-for-ac-interviewpartners.png -------------------------------------------------------------------------------- /doc/img/query-assessment-info-for-ac2_1-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/query-assessment-info-for-ac2_1-graph.png -------------------------------------------------------------------------------- /doc/img/query-assessment-info-for-ac2_1-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/query-assessment-info-for-ac2_1-table.png -------------------------------------------------------------------------------- /doc/img/referenced-backmatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/referenced-backmatter.png -------------------------------------------------------------------------------- /doc/img/sc-12-loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/sc-12-loop.png -------------------------------------------------------------------------------- /doc/img/shortestPathCobitNist800-53-withQuery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Agh42/oscal4neo4j/HEAD/doc/img/shortestPathCobitNist800-53-withQuery.png --------------------------------------------------------------------------------