Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-tip/stip-common
Seamless Threat Intelligence Platform
https://github.com/s-tip/stip-common
cti stix threat-intelligence-platform
Last synced: 22 days ago
JSON representation
Seamless Threat Intelligence Platform
- Host: GitHub
- URL: https://github.com/s-tip/stip-common
- Owner: s-tip
- License: agpl-3.0
- Created: 2019-05-15T05:31:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T02:32:44.000Z (11 months ago)
- Last Synced: 2024-08-05T17:36:14.396Z (4 months ago)
- Topics: cti, stix, threat-intelligence-platform
- Language: Python
- Size: 11.2 MB
- Stars: 46
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - s-tip/stip-common - Seamless Threat Intelligence Platform (Python)
README
# S-TIP - **S**eamless **T**hreat **I**ntelligence **P**latform
S-TIP is a threat intelligence platform to bring down barriers among separate practices of CTI sharing.
The latest version supports STIX Custom Objects/Properties.
Successfully passed STIX 2.1/TAXII 2.1 Plugfest at OASIS.
## Requirements
* **Python 3.6+**
* MySQL 5.7+
* MongoDB 4.0+
* Web server (e.g. apache)## Getting Started
### Installation
There are a few install scripts that you can easily install S-TIP instance.
See the [Installation](https://github.com/s-tip/stip-common/wikis/installation).
### Docker images
S-TIP has a docker image and a docker-compose script.
See the [Running with docker](https://github.com/s-tip/stip-common/wikis/Running-with-Docker).
### Tutorial
See the [Tutorial](https://github.com/s-tip/stip-common/wikis/Tutorial).
### Configuration
See the [Configuration](https://github.com/s-tip/stip-common/wikis/configuration).
## Core Concept
Seamless Threat Intelligence Platform is built around a very simple, but extremely powerful concept - Convert whatever CTI into a STIX file or a set of STIX files, send them around, and create different views dynamically from those STIX files.
See the [wiki](https://github.com/s-tip/stip-common/wikis/home) for details.
## Preview
S-TIP SNS
![S-TIP SNS](https://raw.githubusercontent.com/s-tip/stip-common/images/stip-sns.gif "S-TIP SNS")
S-TIP GV
![S-TIP GV](https://raw.githubusercontent.com/s-tip/stip-common/images/stip-gv.gif "S-TIP GV")## Movies in Conferences
* [34th Annual FIRST conference (in English)](https://youtu.be/pis1O00QEUc)* [32nd Annual FIRST conference (in English)](https://youtu.be/yAbQGujDMV8)
## Slides in Conferences
* [BHUSA 2020 Arsenal (in English)](https://github.com/s-tip/stip-common/raw/images/S-TIP_BH-USA2020-Arsenal_20200805.pptx)* [Code Blue 2019 conference (in Japanese)](https://www.slideshare.net/codeblue_jp/cb19-seamless-threat-intelligence-platform-stip-by-koji-yamada-toshitaka-satomi)
## Contributing
See the [Contributing](CONTRIBUTING.md).
## License
This software is licensed under [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html)
* Copyright (c) 2019-2020, Fujitsu System Integration Laboratories Ltd.