Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🛡️

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).