From 22f2bb8825bae05e3657ccd0cfd391c7d47abe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Larinier?= Date: Wed, 15 Mar 2017 11:19:08 +0100 Subject: [PATCH 1/2] add impfuzzy --- objects/pe/definition.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/objects/pe/definition.json b/objects/pe/definition.json index 24497db..6603b76 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -12,6 +12,12 @@ "misp-attribute": "pehash", "misp-usage-frequency": 0 }, + "impfuzzy": + { + "misp-attribute": "impfuzzy", + "misp-usage-frequency": 0 + } + , "type": { "misp-attribute": "text", "misp-usage-frequency": 1, From 140fcbf251c1f59beff7a83f0d5e5c33f63468ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Larinier?= Date: Wed, 15 Mar 2017 11:30:54 +0100 Subject: [PATCH 2/2] correct travis --- objects/pe/definition.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/objects/pe/definition.json b/objects/pe/definition.json index 6603b76..9a0b400 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -12,12 +12,10 @@ "misp-attribute": "pehash", "misp-usage-frequency": 0 }, - "impfuzzy": - { + "impfuzzy": { "misp-attribute": "impfuzzy", "misp-usage-frequency": 0 - } - , + }, "type": { "misp-attribute": "text", "misp-usage-frequency": 1,