From bd5c1b0b535d58db72ca72c0ad071ef0c21a0aa2 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Fri, 19 Mar 2021 11:40:23 +0100 Subject: [PATCH] Update yeti.py add logs --- misp_modules/modules/expansion/yeti.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misp_modules/modules/expansion/yeti.py b/misp_modules/modules/expansion/yeti.py index 5792c8b..079697b 100644 --- a/misp_modules/modules/expansion/yeti.py +++ b/misp_modules/modules/expansion/yeti.py @@ -69,7 +69,6 @@ class Yeti(): obs = self.search(self.attribute['value']) values = [] types = [] - self.misp_event.add_attribute(**self.attribute) for obs_to_add in self.get_neighboors(obs['id']): object_misp = self.get_object(obs_to_add) self.misp_event.add_object(object_misp) @@ -87,7 +86,7 @@ class Yeti(): domain_ip_object.add_attribute(**self.__get_attribute(obj_to_add)) domain_ip_object.add_reference(self.attribute['uuid'], 'related_to') domain_ip_object.add_attribute(**self.attribute) - print(domain_ip_object) + print(type(domain_ip_object)) return domain_ip_object def __get_attribute(self, obj_yeti): @@ -105,6 +104,7 @@ class Yeti(): print('Attribute %s' % attr_misp) return attr_misp + def handler(q=False): if q is False: return False