From f0dcc0a55d8f76cbbab163797dd9274325a0d2c2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 12 Jun 2016 05:20:26 +0200 Subject: [PATCH] misp contibutor predicate --- misp/machinetag.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/misp/machinetag.json b/misp/machinetag.json index 0d9a061..d7d87b3 100644 --- a/misp/machinetag.json +++ b/misp/machinetag.json @@ -17,6 +17,15 @@ } ], "predicate": "api" + }, + { + "predicate": "contributor", + "entry": [ + { + "expanded": "OpenPGP Fingerprint", + "value": "pgpfingerprint" + } + ] } ], "predicates": [ @@ -27,6 +36,10 @@ { "expanded": "API related tag influencing the MISP behavior of the API.", "value": "api" + }, + { + "expanded": "Information related to the contributor.", + "value": "contributor" } ], "version": 1,