OpenCTI client for Python
The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils. This client is also used by some OpenCTI components.
Python client
To install the Python client library, please use pip
:
$ pip3 install pycti
On Windows, please execute the following after installing pycti
:
$ pip3 uninstall python-magic
$ pip3 install python-magic-bin
Documentation
Client usage
To learn about how to use the OpenCTI Python client and read some examples and cases, refer to the client documentation.
API reference
To learn about the methods available for executing queries and retrieving their answers, refer to the client API Reference.
About
OpenCTI is a product powered by the collaboration of the French national cybersecurity agency (ANSSI), the CERT-EU and the Luatix non-profit organization.