We just published cti-stix-elevator version 1.2.0 on PyPi [1]. The source code is available at [2]. Documentation is available at [3]. The stix2-elevator is a work-in-progress. It should be used to explore how existing STIX 1.x would potentially be represented in STIX 2.0. Using the current version of the elevator will provide insight to issues that might need to be mitigated to convert your STIX 1.x content. It should not be used in a production environment and should not be considered final. The elevator can be used on STIX 1.1.1 or STIX 1.2 content. However, you will need to download the correct version of python-stix depending upon which type of content you have. It is not possible to have both versions of python-stix installed at once. For STIX 1.1.1 content: - pip install stix<1.2 - this will install python-stix 1.1.1.12 - pip install stix2-elevator For STIX 1.2 content: - pip install stix2-elevator - this will install python-stix 1.2.0.6 The most important changes in the new release are: 1.2.0 - 2018-09-10 * Close #41, #85, #87, #91, #114, #116, #117, #120, #121 * Handle delimited list in patterns * Fix timestamps * Added modified time to registry keys * Handle Process object more robustly * Handle Vulnerability more robustly * Correctly handle renumbering of objects in ObservedData * Correctly handle multi-part emails * Added _hex to machine and characteristics property names for windows binary file in convert_pattern.py * Handle HTTPSession(HTTPClientRequest), NetworkPacket(ICMP), NetworkSocket * Handle non-String properties in convert_http_network_connection_extension * Added tests for new objects * Fix campaign alias * Remove dns_query from stix conversion. Warn message instead. * Register markings by object and id. Don't try to create markings from idref cases * If markings have id re-use them instead of creating new id * Added some messages to signal skipped markings. * Make adjustments to handle UTF-8 content. * Ignore case for STIX 1.x conditions * Gracefully handle unexpected formatting in STIX 1.x IDs * Make find_dir more efficient Please enter an issue on Github for bugs and feature requests. Contributions welcome. Rich Piazza Chris Lenk Emmanuelle Vargas-Gonzalez MITRE [1]
https://pypi.python.org/pypi/stix2-elevator/ [2]
https://github.com/oasis-open/cti-stix-elevator . [3]
https://stix2-elevator.readthedocs.io/ Attachment: smime.p7s Description: S/MIME cryptographic signature