mirror of https://github.com/MISP/misp-modules
change keys
parent
0a543ca0d5
commit
f069cd9bf4
|
@ -65,7 +65,7 @@ def handle_expansion(api, ip, misperrors):
|
|||
elif r['@category'] == 'synscan':
|
||||
asn_list.append(r['asn'])
|
||||
result_filtered['results'].append({'types': ['url'], 'values': urls_pasties,
|
||||
'category': ['External analysis']})
|
||||
'categories': ['External analysis']})
|
||||
result_filtered['results'].append({'types': ['AS'], 'values': list(set(asn_list))})
|
||||
return result_filtered
|
||||
|
||||
|
|
Loading…
Reference in New Issue