Skip to content

shefalimodi24-source/sentinelsift-x-dashboard

Repository files navigation

SentinelSIFT-X Dashboard

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.

Features

  • 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

How to use it :

  1. Open the demo URL (https://sentinelsift-x-dashboard.vercel.app)
  2. 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}
  3. Click "Start Investigation".
  4. Review the generated findings, investigation workflow, evidence explorer, and final report.

Technology Stack

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • Recharts
  • Vercel Deployment

Project Structure

app/
components/
lib/
public/

Environment Variables

Create a .env.local file:

NEXT_PUBLIC_API_URL=https://your-backend-url

Installation

git clone https://github.com/your-username/sentinelsift-x-dashboard.git

cd sentinelsift-x-dashboard

npm install

npm run dev

Frontend will start on:

http://localhost:3000

Deployment

Production deployment:

https://sentinelsift-x-dashboard.vercel.app

Related Repository

Backend Repository:

https://github.com/your-username/sentinelsift-x

License

MIT License

Releases

No releases published

Packages

 
 
 

Contributors