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