From f679e8aa7df1549525b5d82c85ba393077ec71c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 21 Jul 2017 10:12:32 +0200 Subject: [PATCH] Update describe types --- pymisp/data/describeTypes.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pymisp/data/describeTypes.json b/pymisp/data/describeTypes.json index 0ae5193..7b88d4c 100644 --- a/pymisp/data/describeTypes.json +++ b/pymisp/data/describeTypes.json @@ -125,6 +125,10 @@ "default_category": "Payload installation", "to_ids": 1 }, + "cookie": { + "default_category": "Network activity", + "to_ids": 0 + }, "vulnerability": { "default_category": "External analysis", "to_ids": 0 @@ -586,6 +590,7 @@ "pattern-in-memory", "yara", "sigma", + "cookie", "vulnerability", "attachment", "malware-sample", @@ -854,7 +859,8 @@ "text", "hex", "x509-fingerprint-sha1", - "other" + "other", + "cookie" ], "Payload installation": [ "md5", @@ -933,7 +939,8 @@ "text", "x509-fingerprint-sha1", "other", - "hex" + "hex", + "cookie" ], "Payload type": [ "comment",