Muskangoyal74/Malware-analysis-sandbox
GitHub: Muskangoyal74/Malware-analysis-sandbox
Stars: 0 | Forks: 0
# SandboxAI Threat Analysis
A presentable full-stack project for uploading suspicious files, running a safe simulated sandbox analysis, and reviewing threat intelligence reports.
## Tech Stack
- Frontend: React + Vite
- Backend: Node.js + Express
- Storage: JSON file persistence for local/demo use
- Uploads: Multer with file size/type validation
## Run Locally
npm install
npm run dev
Frontend: http://localhost:5173
Backend: http://localhost:3001
## API
- `GET /api/health`
- `GET /api/stats`
- `GET /api/analyses`
- `GET /api/analyses/:id`
- `GET /api/alerts`
- `POST /api/analyses` with multipart field `file`
- `DELETE /api/analyses/:id`
This demo does not execute uploaded files. It computes real file hashes and generates deterministic-looking sandbox telemetry for presentation and coursework use.
标签:自定义脚本