mirror of https://github.com/MISP/misp-modules
correct bug
parent
04e932cce0
commit
2afd2b8aaf
misp_modules/modules/expansion
|
@ -170,7 +170,6 @@ def expand_datascan(api, misperror,**kwargs):
|
||||||
if results['status'] == 'ok':
|
if results['status'] == 'ok':
|
||||||
for elem in results['results']:
|
for elem in results['results']:
|
||||||
asn_list.append(elem['asn'])
|
asn_list.append(elem['asn'])
|
||||||
os_target = elem['os']
|
|
||||||
geoloc.append(elem['location'])
|
geoloc.append(elem['location'])
|
||||||
orgs.append(elem['organization'])
|
orgs.append(elem['organization'])
|
||||||
ports.append(elem['port'])
|
ports.append(elem['port'])
|
||||||
|
|
Loading…
Reference in New Issue