From 5598351a8be95303109df07ed8d8c4a27df7c023 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 4 Sep 2020 16:00:41 +0200 Subject: [PATCH 1/2] chg: [describeTypes] updated --- pymisp/data/describeTypes.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pymisp/data/describeTypes.json b/pymisp/data/describeTypes.json index 9be9805..140823a 100644 --- a/pymisp/data/describeTypes.json +++ b/pymisp/data/describeTypes.json @@ -69,6 +69,8 @@ "pattern-in-file", "pattern-in-memory", "pdb", + "pgp-private-key", + "pgp-public-key", "regkey", "regkey|value", "sha1", @@ -101,6 +103,7 @@ "campaign-name", "comment", "dns-soa-email", + "email", "other", "text", "threat-actor", @@ -206,6 +209,7 @@ "cookie", "domain", "domain|ip", + "email", "email-dst", "email-src", "email-subject", @@ -248,6 +252,8 @@ "float", "hex", "other", + "pgp-private-key", + "pgp-public-key", "phone-number", "port", "size-in-bytes", @@ -262,6 +268,7 @@ "chrome-extension-id", "comment", "domain", + "email", "email-attachment", "email-body", "email-dst", @@ -431,6 +438,7 @@ "comment", "country-of-residence", "date-of-birth", + "email", "first-name", "frequent-flyer-number", "gender", @@ -445,6 +453,8 @@ "passport-expiration", "passport-number", "payment-details", + "pgp-private-key", + "pgp-public-key", "phone-number", "place-of-birth", "place-port-of-clearance", @@ -460,6 +470,7 @@ "Social network": [ "anonymised", "comment", + "email", "email-dst", "email-src", "eppn", @@ -468,6 +479,8 @@ "github-username", "jabber-id", "other", + "pgp-private-key", + "pgp-public-key", "text", "twitter-id", "whois-registrant-email" @@ -609,6 +622,9 @@ "default_category": "Network activity", "to_ids": 1 }, + "email": { + "default_category": "Social network" + }, "email-attachment": { "default_category": "Payload delivery", "to_ids": 1 @@ -949,6 +965,14 @@ "default_category": "Payload delivery", "to_ids": 1 }, + "pgp-private-key": { + "default_category": "Person", + "to_ids": 0 + }, + "pgp-public-key": { + "default_category": "Person", + "to_ids": 0 + }, "phone-number": { "default_category": "Person", "to_ids": 0 @@ -1224,6 +1248,7 @@ "dns-soa-email", "domain", "domain|ip", + "email", "email-attachment", "email-body", "email-dst", @@ -1309,6 +1334,8 @@ "payment-details", "pdb", "pehash", + "pgp-private-key", + "pgp-public-key", "phone-number", "place-of-birth", "place-port-of-clearance", From c7edf4e33a07627291f9cc39eb7b0982745d285c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 4 Sep 2020 16:33:11 +0200 Subject: [PATCH 2/2] chg: [describeTypes] updated --- pymisp/data/describeTypes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pymisp/data/describeTypes.json b/pymisp/data/describeTypes.json index 140823a..d2e6313 100644 --- a/pymisp/data/describeTypes.json +++ b/pymisp/data/describeTypes.json @@ -623,7 +623,8 @@ "to_ids": 1 }, "email": { - "default_category": "Social network" + "default_category": "Social network", + "to_ids": 1 }, "email-attachment": { "default_category": "Payload delivery",