kfkt09/HashGuard-SOC

GitHub: kfkt09/HashGuard-SOC

HashGuard-SOC 是一款基于 Python 和 VirusTotal API 的 SOC 风格威胁情报命令行工具,用于快速扫描文件哈希并判定其是否为恶意软件。

Stars: 0 | Forks: 0

# HashGuard-SOC 使用 Python 和 VirusTotal API 的 SOC 威胁情报工具 # 🛡️ HashGuard SOC 威胁情报工具 一款使用 Python 构建的 SOC 风格网络安全命令行工具,通过 VirusTotal API 分析文件哈希值并检测恶意软件。 ## 🚀 功能 - 🔍 使用 VirusTotal API 进行哈希扫描 - 📁 文件扫描并自动生成 SHA256 - ⚠️ 威胁分类(SAFE / SUSPICIOUS / MALICIOUS) - 📊 SOC 风格的交互式菜单(CLI 仪表板) - 📝 用于安全分析历史的日志系统 - 🧠 轻量级 Threat Intelligence 工具 ## 🛠️ 技术栈 - Python 3.x - VirusTotal API - hashlib(SHA256 哈希) - requests 库 - colorama(彩色终端输出) ## 📦 安装说明 ``` git clone https://github.com/your-username/HashGuard.git cd HashGuard pip install requests colorama ```
标签:Python, VirusTotal API, 威胁情报, 开发者工具, 无后门