new: [taxonomy] dataformat added in the predicate type
dataformat describes any data structure definition or format who help to structure cybersecurity informationmain
parent
0e1b1146c1
commit
8e800759a3
|
@ -2,7 +2,7 @@
|
||||||
"namespace": "cycat",
|
"namespace": "cycat",
|
||||||
"expanded": " Cybersecurity Resource Catalogue",
|
"expanded": " Cybersecurity Resource Catalogue",
|
||||||
"description": "Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue, to categorize the namespaces it supports and uses.",
|
"description": "Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue, to categorize the namespaces it supports and uses.",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"refs": [
|
"refs": [
|
||||||
"https://www.cycat.org/"
|
"https://www.cycat.org/"
|
||||||
],
|
],
|
||||||
|
@ -59,6 +59,11 @@
|
||||||
"value": "dataset",
|
"value": "dataset",
|
||||||
"expanded": "Dataset",
|
"expanded": "Dataset",
|
||||||
"description": "Dataset for validation of detections and tool stacks,"
|
"description": "Dataset for validation of detections and tool stacks,"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "dataformat",
|
||||||
|
"expanded": "Data format",
|
||||||
|
"description": "Data structure and format to describe elements in the cybersecurity field."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
namespace: cycat
|
namespace: cycat
|
||||||
expanded: Cybersecurity Resource Catalogue
|
expanded: " Cybersecurity Resource Catalogue"
|
||||||
description: Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue,
|
description: Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue, to categorize
|
||||||
to categorize the namespaces it supports and uses.
|
the namespaces it supports and uses.
|
||||||
version: 1
|
version: 2
|
||||||
refs:
|
refs:
|
||||||
- https://www.cycat.org/
|
- https://www.cycat.org/
|
||||||
values:
|
values:
|
||||||
|
@ -52,6 +52,10 @@ values:
|
||||||
- value: dataset
|
- value: dataset
|
||||||
expanded: Dataset
|
expanded: Dataset
|
||||||
description: Dataset for validation of detections and tool stacks,
|
description: Dataset for validation of detections and tool stacks,
|
||||||
|
- value: dataformat
|
||||||
|
expanded: Data format
|
||||||
|
description: Data structure and format to describe elements in the cybersecurity
|
||||||
|
field.
|
||||||
- predicate: scope
|
- predicate: scope
|
||||||
entry:
|
entry:
|
||||||
- value: identify
|
- value: identify
|
||||||
|
|
Loading…
Reference in New Issue