client-python
client-python copied to clipboard
OpenCTI Python Client
**_data_handler** in **opencti_connector_helper.py** raises error "**IndexError: list index out of range**" when reading a **Case-Incident**
## Description I am trying to churn out details about CVEs from vulnerabilities under Arsenal with certain criteria/filters using pycti such as CVEs original creation date 8 May 2024 and...
## Use case Limit stix_ids explosion by rewriting the standard_id in client python. ## Context As described in https://github.com/OpenCTI-Platform/opencti/pull/6774 by @ckane , because of remote system or bad designed connectors,...
### Proposed changes * Allow read relationship using from_or_to_id ### Checklist - [x] I consider the submitted work as finished - [x] I tested the code for its functionality -...
### Proposed changes * * ### Related issues * * ### Checklist - [ ] I consider the submitted work as finished - [ ] I tested the code for...
### Proposed changes * observables values key added on indicator properties ### Related issues * https://github.com/OpenCTI-Platform/opencti/issues/8312 ### Checklist - [ ] I consider the submitted work as finished - [...
## Description In a stream connector, we use the "self.helper.listen_stream()" function to listen to a stream. The problem is that the data is truncated when a non-ascii character passes through...
## Description When OpenCTI is in bad shape and connectors or worker retry API call there is no sleep time between calls and this can lead to many /graphql calls...
### Proposed changes * status wasn't retrieved from multipe entity types * ### Related issues * opencti #8389 * ### Checklist - [x] I consider the submitted work as finished...