From 436254cd8c8bee6bccd4729917c2b09f84cddd6e Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Fri, 23 Apr 2021 16:13:32 +0200 Subject: [PATCH] add logs --- misp_modules/modules/expansion/onyphe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misp_modules/modules/expansion/onyphe.py b/misp_modules/modules/expansion/onyphe.py index d80a832..85c5a0d 100644 --- a/misp_modules/modules/expansion/onyphe.py +++ b/misp_modules/modules/expansion/onyphe.py @@ -44,6 +44,7 @@ class OnypheClient: results = self.onyphe_client.summary_ip(self.attribute['value']) if 'results' in results: for r in results['results']: + print(r) domain = r['domain'] if type(domain) == list: for d in domain: