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

## Description The issue is related to Identity ID for "The MITRE Corporation". I encountered two IDs and they are inconsistent. 1. When generated by using the `pycti.Identity.generate_id`, the ID...

question

### Proposed changes * Adding query "read" connector * Update query "ping" connector * Setting up a scheduler and process in helper * New variable environment "queue_threshold", default = 500...

feature
filigran team
do not merge
multi-repository

## Description pycti entity course_of_action does not have a way to add Log Sources or Threat Hunting Techniques. This is inconsistent with what you can add manually in OpenCTI. ##...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | opentelemetry-sdk | `~=1.22.0` -> `~=1.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/opentelemetry-sdk/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/opentelemetry-sdk/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

filigran team
dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | opentelemetry-api | `~=1.22.0` -> `~=1.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/opentelemetry-api/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/opentelemetry-api/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

filigran team
dependencies

### Proposed changes * epss score and epss percentile keys added on creation mutation and vulnerability query ### Related issues * https://github.com/OpenCTI-Platform/opencti/issues/3568 * ### Checklist - [ ] I consider...

filigran team

### Proposed changes * * ### Related issues * * ### Checklist - [ ] I consider the submitted work as finished - [ ] I tested the code for...

filigran team
multi-repository

### Proposed changes * Added support for a new StixCyberObservable type: Personas (aka monikers) ### Related issues * * ### Checklist - [ ] I consider the submitted work as...

multi-repository

### Proposed changes This is the PYCTI changes required to support the OpenCTI PR - https://github.com/OpenCTI-Platform/opencti/pull/5287 - Add new observables: Financial Accounts, Financial Assets, and Financial Transactions - Add new...

community
multi-repository

## Description After an instance of OpenCTIConnectorHelper has been initialized, any exception raised directly after it leads to the program getting terminated and the stack trace will not be outputted....

question