ioc_parser
ioc_parser copied to clipboard
Removed unnecessary global IMPORTS list and added quotations to CSV generation
-
Replaced with sys.modules https://docs.python.org/2/library/sys.html#sys.modules
-
Adding quoting for non-numeric data to prevent CSV reading issues when filenames contain spaces.