mirror of https://github.com/MISP/misp-modules
pep 8 compliant
parent
f6b8655f64
commit
755d907580
|
@ -61,6 +61,7 @@ def handle_expansion(api, ip, misperrors):
|
||||||
os_list = []
|
os_list = []
|
||||||
domains_resolver = []
|
domains_resolver = []
|
||||||
domains_forward = []
|
domains_forward = []
|
||||||
|
|
||||||
for r in result['results']:
|
for r in result['results']:
|
||||||
if r['@category'] == 'pastries':
|
if r['@category'] == 'pastries':
|
||||||
if r['@type'] == 'pastebin':
|
if r['@type'] == 'pastebin':
|
||||||
|
|
Loading…
Reference in New Issue