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