diff --git a/modules/expansion/eupi.py b/modules/expansion/eupi.py index 957881f..d38fa8f 100755 --- a/modules/expansion/eupi.py +++ b/modules/expansion/eupi.py @@ -38,10 +38,10 @@ def handler(q=False): for r in results['results']: if r['tag_label'] != 'phishing': continue - to_return += ' {} {} {} '.format(r['url'], r['domain'], r['ip']) + to_return += ' {} {} {} '.format(r['url'], r['domain'], r['ip_address']) - r = {'results': [{'types': mispattributes['output'], 'values': to_return}]} - return r + r = {'results': [{'types': mispattributes['output'], 'values': to_return}]} + return r def introspection():