client-python
client-python copied to clipboard
OpenCTI Python Client
## Description When using `stix_domain_object.add_external_reference` it fails to add an external reference for a vulnerability entity using the vulnerabiliy's ID. I have tested with other entities such as report, case_incident,...
## Problem to Solve stix_core_relationship does not have any remove_label function as there is for stix_cyber_observable and stix_domain_object despite having the same add_label function. ## Current Workaround Use GraphQL query...
## Problem to Solve connector_helper.send_bundle is not used, as the OpenCTI platform perform upsert operation. ## Current Workaround do not specify the argument when calling the method ## Proposed Solution...
Mirror of opencti issue https://github.com/OpenCTI-Platform/opencti/pull/8410
## Problem to Solve Hello, I'm developping a connector for tpotce and as I encountered SSH-RSA let by attackers I wanted to ingest them in Opencti as observables and indicators....
## Use case At this moment, we have the "Listing ..." logs in INFO log level, e.g. [here](https://github.com/OpenCTI-Platform/client-python/blob/b539fff059434471aead2144b89b66db78c7f9f4/pycti/entities/opencti_indicator.py#L65) When paginating, it fills the logs and it would be better to...
Please replace every line in curly brackets { like this } with an appropriate answer, and remove this line. ## Description Working fine for pr build. But for push build...
## Description An exception occurred while using "stix2_get_report_objects" pycti method in opencti_connector_helper.py `"'OpenCTIConnectorHelper' object has no attribute 'cache_index'"` https://github.com/OpenCTI-Platform/client-python/blob/master/pycti/connector/opencti_connector_helper.py#L1911 ## Environment pycti version: 6.3.5
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | redis | docker | patch | `8.2.0` -> `8.2.3` | --- ### Configuration...