Version: 1.2.0.11

stix.utils.nsparser Module

Constants

stix.utils.nsparser.NS_CAMPAIGN_OBJECT = Namespace(name='http://stix.mitre.org/Campaign-1', prefix='campaign', schema_location='http://stix.mitre.org/XMLSchema/campaign/1.2/campaign.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_CAPEC_OBJECT = Namespace(name='http://capec.mitre.org/capec-2', prefix='capec', schema_location='')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_CIQIDENTITY_OBJECT = Namespace(name='http://stix.mitre.org/extensions/Identity#CIQIdentity3.0-1', prefix='stix-ciqidentity', schema_location='http://stix.mitre.org/XMLSchema/extensions/identity/ciq_3.0/1.2/ciq_3.0_identity.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_COA_OBJECT = Namespace(name='http://stix.mitre.org/CourseOfAction-1', prefix='coa', schema_location='http://stix.mitre.org/XMLSchema/course_of_action/1.2/course_of_action.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_CVRF_OBJECT = Namespace(name='http://www.icasi.org/CVRF/schema/cvrf/1.1', prefix='cvrf', schema_location='')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_ET_OBJECT = Namespace(name='http://stix.mitre.org/ExploitTarget-1', prefix='et', schema_location='http://stix.mitre.org/XMLSchema/exploit_target/1.2/exploit_target.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_GENERICSTRUCTUREDCOA_OBJECT = Namespace(name='http://stix.mitre.org/extensions/StructuredCOA#Generic-1', prefix='genericStructuredCOA', schema_location='http://stix.mitre.org/XMLSchema/extensions/structured_coa/generic/1.2/generic_structured_coa.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_GENERICTM_OBJECT = Namespace(name='http://stix.mitre.org/extensions/TestMechanism#Generic-1', prefix='genericTM', schema_location='http://stix.mitre.org/XMLSchema/extensions/test_mechanism/generic/1.2/generic_test_mechanism.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_INCIDENT_OBJECT = Namespace(name='http://stix.mitre.org/Incident-1', prefix='incident', schema_location='http://stix.mitre.org/XMLSchema/incident/1.2/incident.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_INDICATOR_OBJECT = Namespace(name='http://stix.mitre.org/Indicator-2', prefix='indicator', schema_location='http://stix.mitre.org/XMLSchema/indicator/2.2/indicator.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_IOC_OBJECT = Namespace(name='http://schemas.mandiant.com/2010/ioc', prefix='ioc', schema_location='')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_IOCTR_OBJECT = Namespace(name='http://schemas.mandiant.com/2010/ioc/TR/', prefix='ioc-tr', schema_location='')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_MARKING_OBJECT = Namespace(name='http://data-marking.mitre.org/Marking-1', prefix='marking', schema_location='http://stix.mitre.org/XMLSchema/data_marking/1.2/data_marking.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_OVALDEF_OBJECT = Namespace(name='http://oval.mitre.org/XMLSchema/oval-definitions-5', prefix='oval-def', schema_location='')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_OVALVAR_OBJECT = Namespace(name='http://oval.mitre.org/XMLSchema/oval-variables-5', prefix='oval-var', schema_location='')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_REPORT_OBJECT = Namespace(name='http://stix.mitre.org/Report-1', prefix='report', schema_location='http://stix.mitre.org/XMLSchema/report/1.0/report.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_SIMPLEMARKING_OBJECT = Namespace(name='http://data-marking.mitre.org/extensions/MarkingStructure#Simple-1', prefix='simpleMarking', schema_location='http://stix.mitre.org/XMLSchema/extensions/marking/simple/1.2/simple_marking.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_SNORTTM_OBJECT = Namespace(name='http://stix.mitre.org/extensions/TestMechanism#Snort-1', prefix='snortTM', schema_location='http://stix.mitre.org/XMLSchema/extensions/test_mechanism/snort/1.2/snort_test_mechanism.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIX_OBJECT = Namespace(name='http://stix.mitre.org/stix-1', prefix='stix', schema_location='http://stix.mitre.org/XMLSchema/core/1.2/stix_core.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXCAPEC_OBJECT = Namespace(name='http://stix.mitre.org/extensions/AP#CAPEC2.7-1', prefix='stix-capec', schema_location='http://stix.mitre.org/XMLSchema/extensions/attack_pattern/capec_2.7/1.1/capec_2.7_attack_pattern.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXCIQADDRESS_OBJECT = Namespace(name='http://stix.mitre.org/extensions/Address#CIQAddress3.0-1', prefix='stix-ciqaddress', schema_location='http://stix.mitre.org/XMLSchema/extensions/address/ciq_3.0/1.2/ciq_3.0_address.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXCVRF_OBJECT = Namespace(name='http://stix.mitre.org/extensions/Vulnerability#CVRF-1', prefix='stix-cvrf', schema_location='http://stix.mitre.org/XMLSchema/extensions/vulnerability/cvrf_1.1/1.2/cvrf_1.1_vulnerability.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXMAEC_OBJECT = Namespace(name='http://stix.mitre.org/extensions/Malware#MAEC4.1-1', prefix='stix-maec', schema_location='http://stix.mitre.org/XMLSchema/extensions/malware/maec_4.1/1.1/maec_4.1_malware.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXOPENIOC_OBJECT = Namespace(name='http://stix.mitre.org/extensions/TestMechanism#OpenIOC2010-1', prefix='stix-openioc', schema_location='http://stix.mitre.org/XMLSchema/extensions/test_mechanism/open_ioc_2010/1.2/open_ioc_2010_test_mechanism.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXOVAL_OBJECT = Namespace(name='http://stix.mitre.org/extensions/TestMechanism#OVAL5.10-1', prefix='stix-oval', schema_location='http://stix.mitre.org/XMLSchema/extensions/test_mechanism/oval_5.10/1.2/oval_5.10_test_mechanism.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXCOMMON_OBJECT = Namespace(name='http://stix.mitre.org/common-1', prefix='stixCommon', schema_location='http://stix.mitre.org/XMLSchema/common/1.2/stix_common.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_STIXVOCABS_OBJECT = Namespace(name='http://stix.mitre.org/default_vocabularies-1', prefix='stixVocabs', schema_location='http://stix.mitre.org/XMLSchema/default_vocabularies/1.2.0/stix_default_vocabularies.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_TA_OBJECT = Namespace(name='http://stix.mitre.org/ThreatActor-1', prefix='ta', schema_location='http://stix.mitre.org/XMLSchema/threat_actor/1.2/threat_actor.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_TLPMARKING_OBJECT = Namespace(name='http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1', prefix='tlpMarking', schema_location='http://stix.mitre.org/XMLSchema/extensions/marking/tlp/1.2/tlp_marking.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_TOUMARKING_OBJECT = Namespace(name='http://data-marking.mitre.org/extensions/MarkingStructure#Terms_Of_Use-1', prefix='TOUMarking', schema_location='http://stix.mitre.org/XMLSchema/extensions/marking/terms_of_use/1.1/terms_of_use_marking.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_TTP_OBJECT = Namespace(name='http://stix.mitre.org/TTP-1', prefix='ttp', schema_location='http://stix.mitre.org/XMLSchema/ttp/1.2/ttp.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_XAL_OBJECT = Namespace(name='urn:oasis:names:tc:ciq:xal:3', prefix='xal', schema_location='http://stix.mitre.org/XMLSchema/external/oasis_ciq_3.0/xAL.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_XNL_OBJECT = Namespace(name='urn:oasis:names:tc:ciq:xnl:3', prefix='xnl', schema_location='http://stix.mitre.org/XMLSchema/external/oasis_ciq_3.0/xNL.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_XPIL_OBJECT = Namespace(name='urn:oasis:names:tc:ciq:xpil:3', prefix='xpil', schema_location='http://stix.mitre.org/XMLSchema/external/oasis_ciq_3.0/xPIL.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.

stix.utils.nsparser.NS_YARATM_OBJECT = Namespace(name='http://stix.mitre.org/extensions/TestMechanism#YARA-1', prefix='yaraTM', schema_location='http://stix.mitre.org/XMLSchema/extensions/test_mechanism/yara/1.2/yara_test_mechanism.xsd')

A convenience class which represents simplified XML namespace info, consisting of exactly one namespace URI, and an optional prefix and schema location URI. This is handy for building up big tables of namespace data.