I am unable to parse the infrastructure type in the same way that I am able to parse the threat-actor and tool type. Here is the dictionary I attempt to parse: {'parent_type': 'generic',
'type': 'infrastructure',
'sourcereliability': '2',
'actionable': '2',
'relevance': '2',
'info': 'https://cert.gov.ua/article/6123309',
'name': 'pre-compromised server',
'labels': 'White'}
Here is the error I get: ParseError: Can't parse unknown object type 'infrastructure'! For custom types, use the CustomObject decorator.