Merge branch 'cudeso-master'

pull/182/head
Alexandre Dulaunoy 2020-03-08 16:39:37 +01:00
commit b7a8a6d02d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 37 additions and 1 deletions

View File

@ -128,6 +128,11 @@
"name": "cyber-threat-framework", "name": "cyber-threat-framework",
"version": 2 "version": 2
}, },
{
"description": "Taxonomy to describe desired actions for Cytomic Orion",
"name": "cytomic-orion",
"version": 1
},
{ {
"description": "Criminal motivation on the dark web: A categorisation model for law enforcement. ref: Janis Dalins, Campbell Wilson, Mark Carman. Taxonomy updated by MISP Project", "description": "Criminal motivation on the dark web: A categorisation model for law enforcement. ref: Janis Dalins, Campbell Wilson, Mark Carman. Taxonomy updated by MISP Project",
"name": "dark-web", "name": "dark-web",
@ -560,5 +565,5 @@
} }
], ],
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"version": "20200205" "version": "20200308"
} }

View File

@ -0,0 +1,31 @@
{
"namespace": "cytomic-orion",
"description": "Taxonomy to describe desired actions for Cytomic Orion",
"version": 1,
"expanded": "cytomic-orion",
"predicates": [
{
"value": "action",
"expanded": "API action",
"description": "Desired action of background jobs with the API",
"exclusive": true
}
],
"values": [
{
"predicate": "action",
"entry": [
{
"value": "upload",
"expanded": "upload",
"description": "Upload IOC to Cytomic Orion"
},
{
"value": "delete",
"expanded": "delete",
"description": "Delete IOC from Cytomic Orion"
}
]
}
]
}