fix: Reorganize order taxonomies
parent
b10eeef342
commit
f2fbd0e5fb
|
@ -252,13 +252,13 @@
|
|||
"value": "misp2yara",
|
||||
"exclusive": true
|
||||
},
|
||||
{
|
||||
"expanded": "IDS related tag unfluencing the MISP behavior of the IDS flag.",
|
||||
"value": "ids"
|
||||
},
|
||||
{
|
||||
"expanded": "Type of the event.",
|
||||
"value": "event-type"
|
||||
},
|
||||
{
|
||||
"expanded": "IDS related tag unfluencing the MISP behavior of the IDS flag.",
|
||||
"value": "ids"
|
||||
}
|
||||
],
|
||||
"version": 12,
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
"description": "VMRay taxonomies to map VMRay Thread Identifier scores and artifacts.",
|
||||
"namespace": "vmray",
|
||||
"predicates": [
|
||||
{
|
||||
"expanded": "VMRay Artifact",
|
||||
"value": "artifact"
|
||||
},
|
||||
{
|
||||
"expanded": "VMRay Verdict",
|
||||
"value": "verdict"
|
||||
|
@ -13,6 +9,10 @@
|
|||
{
|
||||
"expanded": "VMRay Threat Identifier Analysis Score",
|
||||
"value": "vti_analysis_score"
|
||||
},
|
||||
{
|
||||
"expanded": "VMRay Artifact",
|
||||
"value": "artifact"
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
|
|
Loading…
Reference in New Issue