From 785aac3e6b6d8474f4916f48fde3b16f9d49c4e3 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Fri, 22 Jun 2018 16:18:23 +0200 Subject: [PATCH] add return handle domains --- misp_modules/modules/expansion/onyphe_full.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/onyphe_full.py b/misp_modules/modules/expansion/onyphe_full.py index 6ac4750..7a05d12 100644 --- a/misp_modules/modules/expansion/onyphe_full.py +++ b/misp_modules/modules/expansion/onyphe_full.py @@ -81,7 +81,8 @@ def handle_domain(api, domain, misperrors): else: misperrors['error'] = 'Error threat list' return misperrors - pass + + return result_filtered def handle_ip(api, ip, misperrors):