tmccoy14 commited on
Commit
3364182
1 Parent(s): 04c4590

Upload framework.json

Browse files
Files changed (1) hide show
  1. frameworks/nist/framework.json +42 -0
frameworks/nist/framework.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "NIST Cybersecurity Framework (NIST)",
3
+ "shortName": "NIST",
4
+ "description": "NIST Cybersecurity Framework is a set of guidelines for mitigating organizational cybersecurity risks, published by the US National Institute of Standards and Technology based on existing standards, guidelines, and practices. The framework categorizes all cybersecurity capabilities, projects, processes, daily activities into these 5 core functions: Identify, Protect, Detect, Respond, and Recover.",
5
+ "iconUrl": "https://cdn.worldvectorlogo.com/logos/nist.svg",
6
+ "stages": [
7
+ {
8
+ "stageName": "",
9
+ "systemComponents": [
10
+ {
11
+ "componentName": "",
12
+ "risks": [
13
+ {
14
+ "riskId": "",
15
+ "title": "",
16
+ "definition": "",
17
+ "addressedByControls": []
18
+ }
19
+ ]
20
+ }
21
+ ]
22
+ }
23
+ ],
24
+ "controls": [
25
+ {
26
+ "controlId": "",
27
+ "title": "",
28
+ "description": "",
29
+ "controlCategory": "",
30
+ "readableControlId": "",
31
+ "severity": "",
32
+ "automationPlatforms": [],
33
+ "criteria": [
34
+ {
35
+ "criteriaId": "",
36
+ "title": "",
37
+ "description": ""
38
+ }
39
+ ]
40
+ }
41
+ ]
42
+ }