diff --git a/misp_modules/modules/expansion/onyphe_full.py b/misp_modules/modules/expansion/onyphe_full.py index 220fb505..cad71350 100644 --- a/misp_modules/modules/expansion/onyphe_full.py +++ b/misp_modules/modules/expansion/onyphe_full.py @@ -154,7 +154,7 @@ def expand_pastries(api, misperror, **kwargs): if 'domain' in item: domains.extend(item['domain']) if 'ip' in item: - ips.extend(item['ips']) + ips.extend(item['ip']) if 'hostname' in item: domains.extend(item['hostname'])