Skip to content

Commit

Permalink
fix: Reorganize order taxonomies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 16, 2021
1 parent b10eeef commit f2fbd0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions misp/machinetag.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions vmray/machinetag.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"description": "VMRay taxonomies to map VMRay Thread Identifier scores and artifacts.",
"namespace": "vmray",
"predicates": [
{
"expanded": "VMRay Artifact",
"value": "artifact"
},
{
"expanded": "VMRay Verdict",
"value": "verdict"
},
{
"expanded": "VMRay Threat Identifier Analysis Score",
"value": "vti_analysis_score"
},
{
"expanded": "VMRay Artifact",
"value": "artifact"
}
],
"values": [
Expand Down

0 comments on commit f2fbd0e

Please sign in to comment.