From 06e2372d6674f86e32c10216fcbf5e4ea3ee03f1 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 12 Aug 2016 09:38:41 +0200 Subject: [PATCH] Machine tags/triple tags mapping --- misp/machinetag.json | 49 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 misp/machinetag.json diff --git a/misp/machinetag.json b/misp/machinetag.json new file mode 100644 index 0000000..d7d87b3 --- /dev/null +++ b/misp/machinetag.json @@ -0,0 +1,49 @@ +{ + "values": [ + { + "entry": [ + { + "expanded": "tag to hide from the user-interface.", + "value": "hide" + } + ], + "predicate": "ui" + }, + { + "entry": [ + { + "expanded": "tag to hide from the API.", + "value": "hide" + } + ], + "predicate": "api" + }, + { + "predicate": "contributor", + "entry": [ + { + "expanded": "OpenPGP Fingerprint", + "value": "pgpfingerprint" + } + ] + } + ], + "predicates": [ + { + "expanded": "User-interface tag influencing the MISP behavior and visual interaction.", + "value": "ui" + }, + { + "expanded": "API related tag influencing the MISP behavior of the API.", + "value": "api" + }, + { + "expanded": "Information related to the contributor.", + "value": "contributor" + } + ], + "version": 1, + "description": "MISP internal taxonomy to infer with MISP behavior or operation.", + "expanded": "MISP", + "namespace": "misp" +}