fix: misp tool added (misp2stix) to be used as label
parent
ad237dd30a
commit
ecd5f9b72d
|
@ -156,7 +156,7 @@
|
||||||
"description": "Malware classification based on a SANS whitepaper about malware."
|
"description": "Malware classification based on a SANS whitepaper about malware."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": 3,
|
"version": 5,
|
||||||
"name": "misp",
|
"name": "misp",
|
||||||
"description": "Internal MISP taxonomy."
|
"description": "Internal MISP taxonomy."
|
||||||
},
|
},
|
||||||
|
|
|
@ -36,6 +36,15 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"predicate": "tool",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"expanded": "misp2stix",
|
||||||
|
"value": "misp2stix"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"predicate": "confidence-level",
|
"predicate": "confidence-level",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
@ -130,9 +139,14 @@
|
||||||
"description": "Event with this tag should not be synced to other MISP instances",
|
"description": "Event with this tag should not be synced to other MISP instances",
|
||||||
"expanded": "Should not sync",
|
"expanded": "Should not sync",
|
||||||
"value": "should-not-sync"
|
"value": "should-not-sync"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Tool associated with the information taggged",
|
||||||
|
"expanded": "Tool",
|
||||||
|
"value": "tool"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"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