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",
|
||||
"expanded": " Cybersecurity Resource Catalogue",
|
||||
"description": "Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue, to categorize the namespaces it supports and uses.",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"refs": [
|
||||
"https://www.cycat.org/"
|
||||
],
|
||||
|
@ -59,6 +59,11 @@
|
|||
"value": "dataset",
|
||||
"expanded": "Dataset",
|
||||
"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
|
||||
expanded: Cybersecurity Resource Catalogue
|
||||
description: Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue,
|
||||
to categorize the namespaces it supports and uses.
|
||||
version: 1
|
||||
expanded: " Cybersecurity Resource Catalogue"
|
||||
description: Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue, to categorize
|
||||
the namespaces it supports and uses.
|
||||
version: 2
|
||||
refs:
|
||||
- https://www.cycat.org/
|
||||
values:
|
||||
|
@ -52,6 +52,10 @@ values:
|
|||
- value: dataset
|
||||
expanded: Dataset
|
||||
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
|
||||
entry:
|
||||
- value: identify
|
||||
|
|
Loading…
Reference in New Issue