SentinelSIFT-X Dashboard is the frontend interface for SentinelSIFT-X, an autonomous Digital Forensics and Incident Response (DFIR) investigation platform.
The dashboard enables investigators to upload evidence, launch investigations, monitor agent execution, review findings, analyze performance metrics, and generate investigation reports through a modern web interface.
- Upload forensic investigation datasets
- Launch autonomous investigations
- Real-time investigation workflow visualization
- Multi-agent execution monitoring
- Findings exploration and evidence review
- Investigation report generation
- Benchmarking and performance analytics
- Export reports in multiple formats
- Open the demo URL (https://sentinelsift-x-dashboard.vercel.app)
- Upload one of the provided sample case files from the dataset (e.g., case3.json). {The dataset can be accessed from https://github.com/shefalimodi24-source/SentinelSIFT-X , under data , where json files like case3.json , case2.json etc are present}
- Click "Start Investigation".
- Review the generated findings, investigation workflow, evidence explorer, and final report.
- Next.js
- React
- TypeScript
- Tailwind CSS
- Recharts
- Vercel Deployment
app/
components/
lib/
public/
Create a .env.local file:
NEXT_PUBLIC_API_URL=https://your-backend-urlgit clone https://github.com/your-username/sentinelsift-x-dashboard.git
cd sentinelsift-x-dashboard
npm install
npm run devFrontend will start on:
http://localhost:3000
Production deployment:
https://sentinelsift-x-dashboard.vercel.app
Backend Repository:
https://github.com/your-username/sentinelsift-x
MIT License