Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brittonhayes/notion-stix
Integrate Threat Intelligence into your Notion workspace with notion-stix 🛡️
https://github.com/brittonhayes/notion-stix
golang mitre mitre-attack notion security stix stix2 threat-intelligence
Last synced: 3 months ago
JSON representation
Integrate Threat Intelligence into your Notion workspace with notion-stix 🛡️
- Host: GitHub
- URL: https://github.com/brittonhayes/notion-stix
- Owner: brittonhayes
- License: mit
- Created: 2024-02-07T01:02:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T02:31:03.000Z (5 months ago)
- Last Synced: 2024-09-30T00:06:46.554Z (3 months ago)
- Topics: golang, mitre, mitre-attack, notion, security, stix, stix2, threat-intelligence
- Language: Go
- Homepage: https://notion-stix.up.railway.app/
- Size: 7.44 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🔍 [STIX](https://oasis-open.github.io/cti-documentation/stix/intro.html) Threat Intelligence Integration for Notion
![Build Status](https://img.shields.io/badge/build-passing-brightgreen)
![License](https://img.shields.io/badge/license-MIT-blue)
![Go Version](https://img.shields.io/badge/go-1.21-blue.svg)Integrate Threat intelligence into your Notion workspace with **notion-stix**. Designed to bring STIX (Structured Threat Information eXpression) formatted threat intelligence data directly into Notion, making it simpler than ever to organize, track, and correlate security threats.
## [View the website](https://notion-stix.up.railway.app/)
## 🌟 Features
- **Seamless Integration**: Easily integrate STIX formatted files into your Notion workspace.
- **Collaborative**: Share and collaborate on threat data with your team in Notion.
- **Customizable**: Tailor the integration settings to fit your specific needs.## 🕵️ Data Sources
- [MITRE ATT&CK - Enterprise](https://attack.mitre.org/matrices/enterprise/) (v14.1) ✅
## 🚀 Quick Start
### Prerequisites
- Go version 1.21 or higher
- Notion API Key
- STIX formatted threat intelligence file### Installation
```bash
# With go toolchain
go install github.com/brittonhayes/notion-stix/cmd/stix@latest
stix --help# Or, with docker
docker run -e NOTION_API_KEY="" -t ghcr.io/brittonhayes/notion-stix .
```Congratulations! 🎉 Your Notion workspace is now empowered with MITRE threat intelligence.
## 📷 Preview
## 📜 License
**notion-stix** is made available under the [MIT License](LICENSE).
## 📖 Code of Conduct
Our community thrives on respect and kindness. Before contributing or participating, please read our [Code of Conduct](./docs/CODE_OF_CONDUCT.md).