OnlineUnknowns/Threat-Intelligence-Platform

GitHub: OnlineUnknowns/Threat-Intelligence-Platform

一个使用 Go 编写的实时网络安全情报系统,用于聚合、关联并暴露多源威胁数据,帮助安全团队追踪和分析对手活动。

Stars: 0 | Forks: 0

``` ████████╗██╗ ██╗██████╗ ███████╗ █████╗ ████████╗ ╚══██╔══╝██║ ██║██╔══██╗██╔════╝██╔══██╗╚══██╔══╝ ██║ ███████║██████╔╝█████╗ ███████║ ██║ ██║ ██╔══██║██╔══██╗██╔══╝ ██╔══██║ ██║ ██║ ██║ ██║██║ ██║███████╗██║ ██║ ██║ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ██╗███╗ ██╗████████╗███████╗██╗ ██╗ ██║████╗ ██║╚══██╔══╝██╔════╝██║ ██║ ██║██╔██╗ ██║ ██║ █████╗ ██║ ██║ ██║██║╚██╗██║ ██║ ██╔══╝ ██║ ██║ ██║██║ ╚████║ ██║ ███████╗███████╗███████╗ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚══════╝╚══════╝ ```
[![Go 版本](https://img.shields.io/badge/Go-1.21+-00ADD8?style=for-the-badge&logo=go&logoColor=white)](https://golang.org) [![许可证](https://img.shields.io/badge/License-MIT-00FF41?style=for-the-badge)](LICENSE) [![Stars](https://img.shields.io/github/stars/OnlineUnknowns/Threat-Intelligence-Platform?style=for-the-badge&color=FFD700&logo=github)](https://github.com/OnlineUnknowns/Threat-Intelligence-Platform/stargazers) [![状态](https://img.shields.io/badge/Status-Active-00FF41?style=for-the-badge&logo=statuspage)](https://github.com/OnlineUnknowns/Threat-Intelligence-Platform)
## ⚡ 概述 **Threat Intelligence Platform** 是一个使用 Go 编写的高性能、实时网络安全情报系统。它汇总、关联并暴露威胁数据,以帮助安全团队保持对对手的领先地位。 为速度而生。为规模而设计。默认开放。
## 🌐 架构 ``` ┌─────────────────────────────────────────────────────────┐ │ THREAT INTEL PLATFORM │ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────────────┐ │ │ │ /cmd │───▶│ /internal│───▶│ /configs │ │ │ │ Entry │ │ Core │ │ Configuration │ │ │ └──────────┘ └──────────┘ └──────────────────┘ │ │ │ │ │ │ ▼ ▼ │ │ ┌──────────┐ ┌──────────┐ │ │ │ /bin │ │ go.mod │ │ │ │ Output │ │ Deps │ │ │ └──────────┘ └──────────┘ │ └─────────────────────────────────────────────────────────┘ ``` ## 🚀 快速开始 ``` # 克隆 repository git clone https://github.com/OnlineUnknowns/Threat-Intelligence-Platform.git cd Threat-Intelligence-Platform # 安装 dependencies go mod download # 构建 binary go build -o bin/tip ./cmd/... # 运行 platform ./bin/tip ``` ## 📁 项目结构 ``` Threat-Intelligence-Platform/ ├── 📂 bin/ # Compiled binaries ├── 📂 cmd/ # Application entrypoints ├── 📂 configs/ # Configuration files ├── 📂 internal/ # Core business logic (private packages) ├── 📄 go.mod # Go module definition └── 📄 go.sum # Dependency checksums ``` ## 🛡️ 功能
| 功能 | 状态 | |---|---| | 🔍 实时威胁检测 | ✅ 可用 | | 📡 多源情报订阅 | ✅ 可用 | | ⚡ 高性能 Go 后端 | ✅ 可用 | | 🗄️ 结构化威胁关联 | 🔧 开发中 | | 🌐 REST API / 仪表盘 | 🔧 开发中 | | 🤖 自动化 IOC 充实 | 🗓️ 计划中 |
## 🔧 技术栈
![Go](https://img.shields.io/badge/Go-00ADD8?style=for-the-badge&logo=go&logoColor=white) ![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) ![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white) ![JSON](https://img.shields.io/badge/JSON-000000?style=for-the-badge&logo=json&logoColor=white) ![YAML](https://img.shields.io/badge/YAML-CB171E?style=for-the-badge&logo=yaml&logoColor=white)
## 📊 威胁类别 ``` IOCs (Indicators of Compromise) ├── 🌐 Malicious IPs & Domains ├── 🔗 Phishing URLs ├── 🧬 Malware Hashes (MD5 / SHA256) └── 📧 Malicious Email Indicators TTPs (Tactics, Techniques & Procedures) ├── 🎯 MITRE ATT&CK Mapping ├── 🕵️ Threat Actor Profiling └── 📈 Campaign Tracking ``` ## ⚠️ 免责声明
**由 [OnlineUnknowns](https://github.com/OnlineUnknowns) 使用 🛡️ 构建** Profile Views
标签:DNS解析, EVTX分析, Go语言, Homebrew安装, 威胁情报, 开发者工具, 开源项目, 日志审计, 程序破解, 请求拦截