fix: misp tool added (misp2stix) to be used as label

pull/81/head
Alexandre Dulaunoy 2017-12-19 17:58:35 +01:00
parent ad237dd30a
commit ecd5f9b72d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 16 additions and 2 deletions

View File

@ -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."
}, },

16
misp/machinetag.json Normal file → Executable file
View File

@ -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"