Getting StartedΒΆ
stixmarx is a library for applying data markings to STIX documents. It is written in Python and is intended for use by developers.
The stixmarx package requires the python-stix library. The stixmarx package provides marking functionality for python-stix, python-cybox and python-maec objects.
The library was made and tested with the use of the following libraries:
| Library | Release | Link |
|---|---|---|
| python-stix | 1.2.0.1 | STIX |
| python-cybox | 2.1.0.13 | CybOX |
| python-maec | 4.1.0.13 | MAEC |
For a conceptual overview of how data markings work in STIX, see the documentation on data markings from the STIX project.
For a description of how the library works, see Overview. For sample usage, see the Examples page.