client-python
client-python copied to clipboard
OpenCTI Python Client
## Description Hello, I tried to get a report from STIX2, using the "Standard STIX ID". But I get the error 'Cannot query field "x_opencti_reliability" ## Environment 1. Windows 10...
## Problem to Solve Long operations like .list() can seem to hang, add the option as a kwarg to use https://github.com/tqdm/tqdm to show progress ## Current Workaround N/A ## Proposed...
## Problem to Solve We'd like to apply an API Rate limit to custom scripts leveraging pycti. As such it would be globally applied to a python script. ## Current...
## Description Any hiccup to the graphql API will cause an API error, and makes calling .list() at scale impractical as it cant hold page / state. This error handling...
## Description We have to use python 3.7 in our environment and are unable to run `pip install pycti==5.10.2` due to an issue with the dependency on setuptools 68.2.1. ```...
## Description When using the `list` method of entities with the `getAll` parameter, the `first` parameter is overwritten. For example, trying to run: ``` reports = opencti_api_client.report.list( first=200, withPagination=True, orderBy="published",...
## Description I'm trying to add a TLP to an observable, but I don't get one. I'm creating a script to add TPL to certain observables. ## Environment - OpenCTI...
## Description when i use pycti to create relation between 'observable a' and 'observable b' ,it's success,and i can see relation between them in observations-> observable a -> overview ->...
I am new to opencti and graphql. I am trying to connect to the openctigraphql api from my application to retrieve data using httprequest by the link: http://#########:8080/graphql Is it...
## Description **Maximum recursion depth exceeded while calling a Python object** Related: #267 ``` INFO:root:Listing Threat-Actors with filters null. INFO:root:Listing Threat-Actors with filters null. INFO:root:Connector registered with ID: 54443edaa-d890-4bfe-b151-d4e7f1c48dc INFO:root:Starting...