{"id":19430978,"url":"https://github.com/jmousqueton/opencti-docker","last_synced_at":"2025-02-25T05:44:44.616Z","repository":{"id":51081204,"uuid":"359810797","full_name":"JMousqueton/OpenCTI-Docker","owner":"JMousqueton","description":"docker-compose configuration to install OpenCTI with connectors  (check my blog post for more information)","archived":false,"fork":false,"pushed_at":"2023-01-19T21:11:07.000Z","size":112,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-07T20:15:26.367Z","etag":null,"topics":["cyber-threat-intelligence","cybersecurity","opencti","threat-intelligence"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JMousqueton.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-04-20T12:39:08.000Z","updated_at":"2024-11-18T06:36:51.000Z","dependencies_parsed_at":"2023-02-11T21:15:19.982Z","dependency_job_id":null,"html_url":"https://github.com/JMousqueton/OpenCTI-Docker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMousqueton%2FOpenCTI-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMousqueton%2FOpenCTI-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMousqueton%2FOpenCTI-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMousqueton%2FOpenCTI-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JMousqueton","download_url":"https://codeload.github.com/JMousqueton/OpenCTI-Docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612533,"owners_count":19829027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cyber-threat-intelligence","cybersecurity","opencti","threat-intelligence"],"created_at":"2024-11-10T14:27:45.948Z","updated_at":"2025-02-25T05:44:44.586Z","avatar_url":"https://github.com/JMousqueton.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to OpenCTI-Docker 👋\n\n![Version](https://img.shields.io/badge/version-5.3.7-blue.svg?cacheSeconds=2592000)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](#)\n[![Twitter: JMousqueton](https://img.shields.io/twitter/follow/JMousqueton.svg?style=social)](https://twitter.com/JMousqueton)\n\n\u003e Docker-compose file to deploy OpenCTI with connectors\n\u003e\n\u003e [OpenCTI](https://www.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.\n\n## Information\n\n- This Docker-compose file include the following OpenCTI connectors :\n\n| Name | Request a token/api key |\n| ------- | ------------------ |\n| Common Vulnerabilities and Exposures | :x: |\n| VirusTotal | :white_check_mark: |\n| MITRE ATT\u0026CK | :x: |\n| OpenCTI | :x: |\n| Cybercrime-Tracker | :x: |\n| ~~CyberThreatCoalition~~ | source ended in Nov '21 |\n| AM!TT | :white_check_mark: |\n| AlienVault | :white_check_mark: |\n| AbuseIPDB | :white_check_mark: |\n| Abuse.ch URLhaus | :x: |\n| Malbeacon  | :white_check_mark: |\n| CryptoLaemus | :x: |\n| Shodan | :white_check_mark: |\n| Malpedia | :x: |\n| CISA | :x: | \n\n- [Changelog](CHANGELOG.md)\n\n## Usage\n\nTested on Ubuntu 20.04\n\n 1) ``git clone https://github.com/JMousqueton/OpenCTI-Docker/``\n 2) ``cd OpenCTI-Docker``\n 3) ``cp .env.sample .env``\n 4) Modify .env file with your variables\n 5) ``sudo apt update \u0026\u0026 sudo apt upgrade -y \u0026\u0026 sudo apt install docker-compose``\n 6) ``sudo docker-compose --profile start up -d``\n 7) Wait a little and connect to http://\u003cyour_IP\u003e:8080\n\nNote:\n\n- Use [minio-keygen](https://github.com/JMousqueton/minio-keygen) to generate minio keygen.\n- use ``uuid-gen`` to generate TOKEN and connectors ID.\n\n## Scale\n\nYou can scale the number of worker up to X.\n\nIn the OpenCTI directory :\n\n- ``docker-compose scale worker=X``\n\n## Upgrade\n\n 1) ``cd OpenCTI-Docker``\n 2) ``git pull``\n 3) ``docker-compose pull``\n 4) ``docker-compose up -d``  \n\nNote:\n\n- To only update OpenCTI version, you can replace step 1 \u0026 2 by editing the first line of .env with the targeted version.\n\n## References\n\n- OpenCTI: \u003chttps://www.opencti.io\u003e\n- OpenCTI (sources): \u003chttps://github.com/OpenCTI-Platform/opencti\u003e\n- OpenCTI (Docker sources): \u003chttps://github.com/OpenCTI-Platform/docker\u003e\n- OpenCTI (Connectors sources): \u003chttps://github.com/OpenCTI-Platform/connectors\u003e\n\n## Author\n\n👤 **Julien Mousqueton**\n\n- Website: \u003chttps://julienm.io\u003e\n- Twitter: [@JMousqueton](https://twitter.com/JMousqueton)\n- Github: [@JMousqueton](https://github.com/JMousqueton)\n- LinkedIn: [Julien Mousqueton](https://linkedin.com/in/julienmousqueton)\n- CV: \u003chttps://jmousqueton.github.io\u003e\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmousqueton%2Fopencti-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmousqueton%2Fopencti-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmousqueton%2Fopencti-docker/lists"}