diff --git a/pymisp/data/describeTypes.json b/pymisp/data/describeTypes.json index 0b9f0cc..efa5f0a 100644 --- a/pymisp/data/describeTypes.json +++ b/pymisp/data/describeTypes.json @@ -187,7 +187,9 @@ "domain", "domain|ip", "email-dst", + "email-src", "email-subject", + "eppn", "hassh-md5", "hasshserver-md5", "hex", @@ -418,6 +420,7 @@ "comment", "email-dst", "email-src", + "eppn", "github-organisation", "github-repository", "github-username", @@ -612,6 +615,10 @@ "default_category": "Payload delivery", "to_ids": 0 }, + "eppn": { + "default_category": "Network activity", + "to_ids": 1 + }, "filename": { "default_category": "Payload delivery", "to_ids": 1 @@ -1135,6 +1142,7 @@ "email-subject", "email-thread-index", "email-x-mailer", + "eppn", "filename", "filename|authentihash", "filename|impfuzzy",