From f72c2d2ff9309c13598001f93642c4bf6eb03532 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 24 Dec 2020 12:00:17 +0100 Subject: [PATCH] chg: [type] favicon-mmh3 is the murmur3 hash of a favicon as used in Shodan. --- pymisp/data/describeTypes.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pymisp/data/describeTypes.json b/pymisp/data/describeTypes.json index 946e05d..f3e4bde 100644 --- a/pymisp/data/describeTypes.json +++ b/pymisp/data/describeTypes.json @@ -220,6 +220,7 @@ "email-src", "email-subject", "eppn", + "favicon-mmh3", "filename-pattern", "hassh-md5", "hasshserver-md5", @@ -697,6 +698,10 @@ "default_category": "Network activity", "to_ids": 1 }, + "favicon-mmh3": { + "default_category": "Network activity", + "to_ids": 1 + }, "filename": { "default_category": "Payload delivery", "to_ids": 1 @@ -1295,6 +1300,7 @@ "email-thread-index", "email-x-mailer", "eppn", + "favicon-mmh3", "filename", "filename|authentihash", "filename|impfuzzy",