From ff6470d0e29955b6e6ceebcf280e4fa4ddcca3cb Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Fri, 23 Apr 2021 16:07:44 +0200 Subject: [PATCH] add logs --- misp_modules/modules/expansion/onyphe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/onyphe.py b/misp_modules/modules/expansion/onyphe.py index 5b93e99..041de2e 100644 --- a/misp_modules/modules/expansion/onyphe.py +++ b/misp_modules/modules/expansion/onyphe.py @@ -42,10 +42,10 @@ class OnypheClient: def __summary_ip(self): results = self.onyphe_client.summary_ip(self.attribute['value']) + print(results) if 'results' in results: for r in results['results']: domain = r['domain'] - print(domain) if type(domain) == list: for d in domain: self.__get_object_domain_ip(d, 'domain')