Import and export IOCs in CSV and JSON formats
CSV format expected columns:
ioc_value, ioc_type, source, tlp, severity, tags, malware_family, ...
JSON format:
[{"ioc_value": "...", "ioc_type": "...", "source": "..."}]