Merge pull request #129 from tk-hendrik/cortex-taxonomy-obj

Added cortex taxonomy object definition
pull/130/head
Alexandre Dulaunoy 2018-11-09 14:20:43 +01:00 committed by GitHub
commit c3c3009ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,59 @@
{
"required": [
"level",
"predicate",
"value",
"namespace"
],
"attributes": {
"namespace": {
"categories": ["External analysis"],
"description": "Cortex Taxonomy Namespace",
"disable_correlation": true,
"multiple": false,
"ui-priority": 0,
"misp-attribute": "text"
},
"predicate": {
"categories": ["External analysis"],
"description": "Cortex Taxonomy Predicate",
"disable_correlation": true,
"multiple": false,
"ui-priority": 0,
"misp-attribute": "text"
},
"value": {
"categories": ["External analysis"],
"description": "Cortex Taxonomy Value",
"disable_correlation": true,
"multiple": false,
"ui-priority": 0,
"misp-attribute": "text"
},
"level": {
"categories": ["External analysis"],
"description": "Cortex Taxonomy Level",
"disable_correlation": true,
"multiple": false,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"info",
"safe",
"suspicious",
"malicious"
]
},
"cortex_url": {
"description": "URL to the Cortex job",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "link"
}
},
"version": 3,
"description": "Cortex object describing an Cortex Taxonomy",
"meta-category": "misc",
"uuid": "bef7d23b-e796-4d46-803a-32e317896894",
"name": "cortex-taxonomy"
}