Categorygithub.com/brittonhayes/notion-stix
modulepackage
0.0.0-20240725023012-70d0519294f4
Repository: https://github.com/brittonhayes/notion-stix.git
Documentation: pkg.go.dev

# README

🔍 STIX Threat Intelligence Integration for Notion

Build Status License Go Version

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

🌟 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

🚀 Quick Start

Prerequisites

  • Go version 1.21 or higher
  • Notion API Key
  • STIX formatted threat intelligence file

Installation

# With go toolchain
go install github.com/brittonhayes/notion-stix/cmd/stix@latest
stix --help

# Or, with docker
docker run -e NOTION_API_KEY="<your-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.

📖 Code of Conduct

Our community thrives on respect and kindness. Before contributing or participating, please read our Code of Conduct.

# Packages

No description provided by the author

# Variables

go:embed hack/*.json.
go:embed web/*.html.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Repository defines the interface for interacting with the Notion database.
Store is the interface that defines the methods for a key-value store.