eoormc10/ransomscope
GitHub: eoormc10/ransomscope
RansomScope 是一个基于 React + Vite 构建的教育性仪表板,用于可视化展示勒索软件组织的谱系、生命周期、TTP 及受害者趋势。
Stars: 0 | Forks: 0
# RansomScope
威胁行为者情报控制台 — 一个教育性的 React 仪表板,用于可视化
勒索软件组织(2018–2026):它们的谱系、生命周期、TTP 以及受害者趋势。
使用 React + Vite + Recharts 构建。所有数据均根据公开报告硬编码。
## 开发
```
npm install
npm run dev # http://localhost:5173
```
## 构建
```
npm run build # outputs static site to dist/
npm run preview # serve the built dist/ locally
```
## 部署
推送到 `main` 分支会触发
`.github/workflows/deploy.yml` 中的 GitHub Actions 工作流,该工作流会进行构建并发布到 GitHub Pages。
在仓库中:**Settings → Pages → Build and deployment → Source: GitHub Actions。**
标签:React, Recharts, Syscalls, Vite, 勒索软件, 威胁情报, 开发者工具, 自定义脚本