Visit Website

This repository provides Python APIs for serializing and de-serializing STIX2 JSON content, along with higher-level APIs for common tasks, including data markings, versioning, and for resolving STIX IDs across multiple data sources. Installation: Install with pip: $ pip install stix2. Usage: To create a STIX object, provide keyword arguments to the type's constructor. Certain required attributes of all objects, such as type or id, will be set automatically if not provided as keyword arguments. To parse a STIX JSON string into a Python STIX object, use parse(). To serialize a STIX object, use serialize().

ALTERNATIVES