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):