Skip to content

Latest commit

 

History

History
172 lines (117 loc) · 3.36 KB

index.rst

File metadata and controls

172 lines (117 loc) · 3.36 KB

API Reference

The python-stix APIs are the recommended tools for reading, writing, and manipulating STIX XML documents.

Note

The python-stix APIs are currently under development. As such, API coverage of STIX data constructs is incomplete; please bear with us as we work toward complete coverage. This documentation also serves to outline current API coverage.

STIX

Modules located in the base stix package

.. toctree::
   :titlesonly:

   base
   data_marking

STIX Campaign

Modules located in the stix.campaign package

.. toctree::
   :titlesonly:
   :glob:

   campaign/*

STIX Common

Modules located in the stix.common package

.. toctree::
   :titlesonly:
   :glob:

   common/common
   common/*

STIX Core

Modules located in the stix.core package

.. toctree::
   :titlesonly:
   :glob:

   core/*

STIX Course of Action (COA)

Modules located in the stix.coa package

.. toctree::
   :titlesonly:
   :glob:

   coa/coa
   coa/*

STIX Exploit Target

Modules located in the stix.exploit_target package

.. toctree::
   :titlesonly:
   :glob:

   exploit_target/exploit_target
   exploit_target/*

STIX Extensions

Modules located in the stix.extensions package

.. toctree::
   :titlesonly:
   :glob:

   extensions/*/*

STIX Incident

Modules located in the stix.incident package

.. toctree::
   :titlesonly:
   :glob:

   incident/incident
   incident/*

STIX Indicator

Modules located in the stix.indicator package

.. toctree::
   :titlesonly:
   :glob:

   indicator/indicator
   indicator/*

STIX Report

Modules located in the stix.report package

.. toctree::
   :titlesonly:
   :glob:

   report/report
   report/*

STIX Threat Actor

Modules located in the stix.threat_actor package

.. toctree::
   :titlesonly:
   :glob:

   threat_actor/*

STIX Tactics, Techniques, and Procedures (TTP)

Modules located in the stix.ttp package

.. toctree::
   :titlesonly:
   :glob:

   ttp/ttp
   ttp/*

STIX Utils

Modules located in the stix.utils package

.. toctree::
   :titlesonly:
   :glob:

   utils/utils
   utils/*