|
1 | 1 | python-stix |
2 | 2 | =========== |
3 | 3 |
|
4 | | -A python library for parsing, manipulating, and generating STIX v1.1.1 content. |
| 4 | +A python library for parsing, manipulating, and generating STIX v1.2 content. |
5 | 5 |
|
6 | 6 | :Source: https://github.com/STIXProject/python-stix |
7 | 7 | :Documentation: http://stix.readthedocs.org |
@@ -67,36 +67,38 @@ Layout |
67 | 67 |
|
68 | 68 | The python-stix package layout is as follows: |
69 | 69 |
|
70 | | -* ``stix/`` : root level package |
| 70 | +* ``stix/`` : root level package. |
71 | 71 |
|
72 | | -* ``examples/`` : example python scripts that leverage the python-stix library |
| 72 | +* ``examples/`` : example python scripts that leverage the python-stix library. |
73 | 73 |
|
74 | 74 | * ``stix/utils/`` : utility classes and modules used internally by the python-stix |
75 | | - library |
| 75 | + library. |
76 | 76 |
|
77 | 77 | * ``stix/bindings/`` : generateDS generated xml-to-python bindings (leveraged for |
78 | | - parsing and output of STIX XML content) |
| 78 | + parsing and output of STIX XML content). |
79 | 79 |
|
80 | | -* ``stix/campaign/`` : APIs for STIX Campaign constructs |
| 80 | +* ``stix/campaign/`` : APIs for STIX Campaign constructs. |
81 | 81 |
|
82 | | -* ``stix/coa/`` : APIs for STIX Course Of Action constructs |
| 82 | +* ``stix/coa/`` : APIs for STIX Course Of Action constructs. |
83 | 83 |
|
84 | | -* ``stix/core/`` : APIs for core STIX constructs (e.g., STIX Header, STIX Package) |
| 84 | +* ``stix/core/`` : APIs for core STIX constructs (e.g., STIX Header, STIX Package). |
85 | 85 |
|
86 | 86 | * ``stix/common/`` : APIs for common STIX constructs (e.g., Structured Text, |
87 | | - Information Source) |
| 87 | + Information Source). |
88 | 88 |
|
89 | | -* ``stix/exploit_target/`` : APIs for STIX Exploit Target constructs |
| 89 | +* ``stix/exploit_target/`` : APIs for STIX Exploit Target constructs. |
90 | 90 |
|
91 | | -* ``stix/incident/`` : APIs for common Incident constructs |
| 91 | +* ``stix/incident/`` : APIs for common Incident constructs. |
92 | 92 |
|
93 | | -* ``stix/indicator/`` : APIs for STIX Indicator constructs |
| 93 | +* ``stix/indicator/`` : APIs for STIX Indicator constructs. |
94 | 94 |
|
95 | | -* ``stix/extensions/`` : APIs for STIX extensions (e.g., CIQ Identity) |
| 95 | +* ``stix/extensions/`` : APIs for STIX extensions (e.g., CIQ Identity). |
96 | 96 |
|
97 | | -* ``stix/threat_actor/`` : APIs for STIX Threat Actor constructs |
| 97 | +* ``stix/report/``: APIs for STIX Report constructs. |
98 | 98 |
|
99 | | -* ``stix/ttp/`` : APIs for STIX TTP constructs |
| 99 | +* ``stix/threat_actor/`` : APIs for STIX Threat Actor constructs. |
| 100 | + |
| 101 | +* ``stix/ttp/`` : APIs for STIX TTP constructs. |
100 | 102 |
|
101 | 103 | Please refer to examples for concrete examples of how to interact with the |
102 | | -python-stix library |
| 104 | +python-stix library. |
0 commit comments