diff --git a/misp_modules/modules/expansion/dnstrails.py b/misp_modules/modules/expansion/dnstrails.py index 0e79ad0..86a01a7 100644 --- a/misp_modules/modules/expansion/dnstrails.py +++ b/misp_modules/modules/expansion/dnstrails.py @@ -350,7 +350,7 @@ def expand_history_dns(api, domain): time.sleep(1) - results = api.history_dns_soa(results, domain) + results = api.history_dns_soa(domain) if results: status_ok = True