Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devops-ia/helm-opencti
Helm chart for Open Cyber Threat Intelligence Platform
https://github.com/devops-ia/helm-opencti
charts cti cyber cybersecurity helm intelligence kubernetes opencti osint security threat-intelligence
Last synced: 2 months ago
JSON representation
Helm chart for Open Cyber Threat Intelligence Platform
- Host: GitHub
- URL: https://github.com/devops-ia/helm-opencti
- Owner: devops-ia
- License: mit
- Created: 2024-05-31T08:55:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T18:31:14.000Z (2 months ago)
- Last Synced: 2024-11-13T19:31:56.968Z (2 months ago)
- Topics: charts, cti, cyber, cybersecurity, helm, intelligence, kubernetes, opencti, osint, security, threat-intelligence
- Language: Smarty
- Homepage: https://devops-ia.github.io/helm-opencti/
- Size: 1.69 MB
- Stars: 13
- Watchers: 0
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCTI Helm Chart
[OpenCTI](https://opencti.io) is an open source platform allowing organizations to manage their cyber threat intelligence knowledge and observables. It has been created in order to structure, store, organize and visualize technical and non-technical information about cyber threats.
## Usage
Charts are available in:
* [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
* [OCI Artifacts](https://helm.sh/docs/topics/registries/)### Chart Repository
#### Add repository
```console
helm repo add opencti https://devops-ia.github.io/helm-opencti
helm repo update
```#### Install Helm chart
```console
helm install [RELEASE_NAME] opencti/opencti
```This install all the Kubernetes components associated with the chart and creates the release.
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._
### OCI Registry
Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/devops-ia/helm-opencti/pkgs/container/helm-opencti%2Fopencti).
#### Install Helm chart
```console
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-opencti/opencti --version=[version]
```## OpenCTI chart
Can be found in [opencti chart](charts/opencti).