diff --git a/app/files/scripts/stix2/stix2misp.py b/app/files/scripts/stix2/stix2misp.py index 1849576f9..bf4becb21 100644 --- a/app/files/scripts/stix2/stix2misp.py +++ b/app/files/scripts/stix2/stix2misp.py @@ -1311,7 +1311,7 @@ def main(args): stix_event['relationship'] = defaultdict(list) filename = os.path.join(os.path.dirname(args[0]), args[1]) with open(filename, 'rt', encoding='utf-8') as f: - event = stix2.parse(f.read(), allow_custom=True) + event = stix2.parse(f.read(), allow_custom=True, interoperability=True) for parsed_object in event.objects: try: object_type = parsed_object._type