new: [taxonomy] dataformat added in the predicate type

dataformat describes any data structure definition or format who help
to structure cybersecurity information
main
Alexandre Dulaunoy 2021-05-18 08:39:02 +02:00
parent 0e1b1146c1
commit 8e800759a3
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 14 additions and 5 deletions

View File

@ -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."
} }
] ]
}, },

View File

@ -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