rinz0x0cruz/malscope-dashboard
GitHub: rinz0x0cruz/malscope-dashboard
malscope 恶意软件分析工具的公开静态仪表板,用于安全地展示脱敏后的恶意软件分析报告和威胁情报数据。
Stars: 0 | Forks: 0
# malscope-dashboard
[malscope](https://github.com/rinz0x0cruz/malscope) 的公开静态构建版本
恶意软件分析仪表板 —— 一个 Nuxt 4 SPA,用于渲染**已脱敏、已无效化**的
报告清单(`reports.json` + `intel.json`)。malscope 工具本身保持
私有;仅此仪表板及其发布的数据是公开的。
- **在线站点:** https://rinz0x0cruz.github.io/malscope-dashboard/
- 每个指标都已无效化(`hxxp`,`[.]`);没有活跃样本,仅包含 hash。
- 附带样本数据;真实数据由私有工具通过
`malscope index --emit-json` + `malscope correlate --emit-json` 生成,并提交
存放在 `public/data/` 目录下。
## 开发
```
npm install
npm run dev # http://localhost:3000
npm run generate # static build -> .output/public
```
推送到 `main` 分支时会自动部署到 GitHub Pages(参见
`.github/workflows/deploy.yml`)。
标签:DAST, Nuxt, 前端, 威胁情报, 开发者工具, 恶意软件分析, 数据可视化