From 8fbe371eca25fc985c4a59608debb835024a4d98 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Fri, 23 Apr 2021 16:06:20 +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 21f1466..5b93e99 100644 --- a/misp_modules/modules/expansion/onyphe.py +++ b/misp_modules/modules/expansion/onyphe.py @@ -45,6 +45,7 @@ class OnypheClient: 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')