client-python icon indicating copy to clipboard operation
client-python copied to clipboard

OpenCTI Python Client

Results 131 client-python issues
Sort by recently updated
recently updated
newest added

Can we replace the fetch_opencti_file() method to use ID rather than crafting URL ?

feature

## Description Lots of methods in the pycti library uses a variable number of keyword arguments (`**kwargs`). However, some of those arguments are in snake_case and others in camelCase, making...

question

## Problem to Solve Currently, I don't use any file uploading logic in the platform and installing `libmagic1` is a burden. Currently there 7 use cases for `magic` and 6...

feature
technical improvement

## Environment OS: Ubuntu 22.04.3 LTS OpenCTI version: 5.12.9 OpenCTI client: Python API pycti==5.12.20 ## Question I have tried a variety of different options via the OpenCTI API to capture...

## Problem to Solve Handle x_opencti_create_sighting in indicators / observables STIX import related to https://github.com/OpenCTI-Platform/opencti/issues/2969.

feature

## Use case When trying to dump all indicators using the code below, I keep receiving `INFO:root:upstream connect error or disconnect/reset before headers. reset reason: connection termination` ```python indicators =...

feature

## Description CAPEC external ID is not being captured, only MITRE is. ## Environment 1. OpenCTI version: 5.5.2 ## Reproducible Steps 1. Load CAPEC data using MITRE Connector 2. Check...

feature

## Problem to Solve Often issues with pycti occur because the opencti platform and pycti versions don't match. ## Current Workaround Manual check ## Proposed Solution Automatic check and notification...

feature

## Features to implement **connector class** - [x] connector base class, subclass for each connector type (see UML diagramm) - [x] use mixins for external connections (HTTP proxy support) -...

feature

## Description Please understand that this is a dummy example. In real scenario, a potential circular reference can happen and is not against STIX standard (AFAIK) but pycti cannot handle...

question