chg: [misp] misp2yara related tags added
parent
987b7f61c6
commit
420322f312
|
@ -125,6 +125,31 @@
|
||||||
{
|
{
|
||||||
"expanded": "misp2stix",
|
"expanded": "misp2stix",
|
||||||
"value": "misp2stix"
|
"value": "misp2stix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "misp2yara",
|
||||||
|
"value": "misp2yara"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "misp2yara",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"expanded": "generated",
|
||||||
|
"value": "generated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "as-is",
|
||||||
|
"value": "as-is"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "valid",
|
||||||
|
"value": "valid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "invalid",
|
||||||
|
"value": "invalid"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -138,6 +163,10 @@
|
||||||
"expanded": "API related tag influencing the MISP behavior of the API.",
|
"expanded": "API related tag influencing the MISP behavior of the API.",
|
||||||
"value": "api"
|
"value": "api"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"expanded": "misp2yara export tool",
|
||||||
|
"value": "misp2yara"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Expansion tag incluencing the MISP behavior using expansion modules",
|
"description": "Expansion tag incluencing the MISP behavior using expansion modules",
|
||||||
"expanded": "Expansion",
|
"expanded": "Expansion",
|
||||||
|
@ -171,7 +200,7 @@
|
||||||
"value": "tool"
|
"value": "tool"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 7,
|
"version": 8,
|
||||||
"description": "MISP taxonomy to infer with MISP behavior or operation.",
|
"description": "MISP taxonomy to infer with MISP behavior or operation.",
|
||||||
"expanded": "MISP",
|
"expanded": "MISP",
|
||||||
"namespace": "misp"
|
"namespace": "misp"
|
||||||
|
|
Loading…
Reference in New Issue