From 386d38c88f7bacda2f905a8ff6f4a60c861074d1 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Wed, 11 Jul 2018 11:55:59 +0200 Subject: [PATCH] add debug --- misp_modules/modules/expansion/dnstrails.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misp_modules/modules/expansion/dnstrails.py b/misp_modules/modules/expansion/dnstrails.py index 5ff9e25..b97997a 100644 --- a/misp_modules/modules/expansion/dnstrails.py +++ b/misp_modules/modules/expansion/dnstrails.py @@ -112,6 +112,7 @@ def handle_domain(api, domain, misperrors): r, status_ok = expand_history_dns(api, domain) if status_ok: + print(r) result_filtered['results'].extend(r) else: misperrors['error'] = misperrors[