mirror of https://github.com/MISP/misp-objects
commit
bda4230b39
|
@ -14,7 +14,7 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"ui-priority": 0,
|
"ui-priority": 1,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"info",
|
"info",
|
||||||
"safe",
|
"safe",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"ui-priority": 0
|
"ui-priority": 4
|
||||||
},
|
},
|
||||||
"predicate": {
|
"predicate": {
|
||||||
"categories": [
|
"categories": [
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"ui-priority": 0
|
"ui-priority": 3
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"categories": [
|
"categories": [
|
||||||
|
@ -50,18 +50,18 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"ui-priority": 0
|
"ui-priority": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Cortex object describing an Cortex Taxonomy (or mini report)",
|
"description": "Cortex object describing an Cortex Taxonomy (or mini report)",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"name": "cortex-taxonomy",
|
"name": "cortex-taxonomy",
|
||||||
"required": [
|
"required": [
|
||||||
"level",
|
"namespace",
|
||||||
"predicate",
|
"predicate",
|
||||||
"value",
|
"value",
|
||||||
"namespace"
|
"level"
|
||||||
],
|
],
|
||||||
"uuid": "bef7d23b-e796-4d46-803a-32e317896894",
|
"uuid": "bef7d23b-e796-4d46-803a-32e317896894",
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
Loading…
Reference in New Issue