TOR-UNVEIL is a fully offline, synthetic-dataset–driven analytical system designed to demonstrate how Tor routing, relay correlation, and traffic reconstruction can be studied safely without accessing real Tor traffic. The platform provides a complete visual and investigative workflow that includes topology mapping, circuit reconstruction, forensic timelines, and correlation scoring.
TOR-Unveil/
│── public/ # Static assets for the UI
│── src/ # Source code: UI pages, components, logic engines
│── Screenshots Folder/ # UI screenshots for reference
│── TOR-UNVEIL Abstract.pdf # Submitted project abstract (required for shortlisting)
│── TOR-UNVEIL Prototype Demonstration.mp4 # Video demo of working prototype
│── package.json # Project dependencies
│── vite.config.ts # Build configuration
│── tailwind.config.ts # UI styling/theme configuration
│── index.html # Application entrypoint
│── tsconfig*.json # TypeScript configurations
│── READ ME (this file)
- Overview of Tor-style relay network
- Active flows, statistics, and distribution charts
- Automatic construction of Tor-like relay graphs
- Node clustering by role, ASN, and region
- 2D/3D interactive animated graph
- Guard, Middle, Exit role color-coding
- Node hover details & edge animations
- Searchable and filterable relay database
- Detailed relay metadata (role, uptime, bandwidth, ASN, country)
- Circuit reconstruction using synthetic flows
- Timing accuracy, bandwidth matching, and correlation scoring
- Entry → Middle → Exit path visualization
- Event sequence built from synthetic PCAP summaries
- Packet event markers, timeline slider, and flow replay
- Probability-based ranking of potential entry nodes
- Reliability scoring and observed connection statistics
-
Generates a structured case report containing:
- Circuit analysis
- Timeline reconstruction
- Node involvement
- Confidence metrics
- Frontend: React + TypeScript
- UI Styling: TailwindCSS
- Visualization: D3.js + custom animated components
- Build Tool: Vite
- Data: Static JSON datasets (synthetic)
- Architecture: Modular, component-based, offline-ready
-
TOR-UNVEIL Abstract.pdf
- Contains Proof of Concept, Methodology, Innovation, Feasibility, and Working Prototype information as required by TN Police Hackathon guidelines.
-
TOR-UNVEIL Prototype Demonstration.mp4
- A detailed walkthrough showing the full working interface and all functional modules.
-
Screenshots Folder
- Contains UI screenshots for quick inspection.
The system is fully functional, offline.