colander_data_converter.converters.stix2.mapping
- class colander_data_converter.converters.stix2.mapping.Stix2MappingLoader[source]
Bases:
object
Loads and provides access to the STIX2 to Colander mapping data.
- get_entity_subtype_mapping(entity_type, entity_subtype)[source]
Get the mapping data for a specific Colander entity type.
- get_entity_type_for_stix2(stix2_type)[source]
Get the Colander entity type for a STIX2 type (e.g. “indicator”, “threat-actor”).
- get_entity_type_mapping(entity_type)[source]
Get the mapping data for a specific Colander entity type.