mirror of https://github.com/MISP/misp-objects
fix: [cortex-taxonomy] jq all the things(tm)
parent
c3c3009ff8
commit
0f1f23fbb5
|
@ -7,7 +7,9 @@
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"namespace": {
|
"namespace": {
|
||||||
"categories": ["External analysis"],
|
"categories": [
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
"description": "Cortex Taxonomy Namespace",
|
"description": "Cortex Taxonomy Namespace",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
|
@ -15,7 +17,9 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"predicate": {
|
"predicate": {
|
||||||
"categories": ["External analysis"],
|
"categories": [
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
"description": "Cortex Taxonomy Predicate",
|
"description": "Cortex Taxonomy Predicate",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
|
@ -23,7 +27,9 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"categories": ["External analysis"],
|
"categories": [
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
"description": "Cortex Taxonomy Value",
|
"description": "Cortex Taxonomy Value",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
|
@ -31,7 +37,9 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"level": {
|
"level": {
|
||||||
"categories": ["External analysis"],
|
"categories": [
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
"description": "Cortex Taxonomy Level",
|
"description": "Cortex Taxonomy Level",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
|
|
Loading…
Reference in New Issue