## https://sploitus.com/exploit?id=7F931C7E-40CD-5258-96A5-E596AC0E2065
# Exploit Claim Investigation Dashboard
An interactive, single-page threat-intelligence dashboard built to walk through how an analyst would investigate and debunk a fraudulent "zero-day exploit for sale" claim. Includes a frame-by-frame video-forensics scrubber, a live Analysis of Competing Hypotheses (ACH) calculator, a dynamically-rendered actor infrastructure map, and a searchable/defanged IOC database.
> โ ๏ธ **This is a fictional case study.** The claimed exploit, the "VektorSec" actor, the forum, the video evidence, and every IOC in this project are made up to demonstrate an investigative methodology and the frontend engineering behind it โ none of it reflects a real vulnerability, real threat actor, or real incident.
## What it demonstrates
The scenario: a threat actor claims to be selling a zero-click RCE exploit for a mainstream enterprise chat client. The dashboard walks through how an analyst would show the claim is a scam:
- **OSINT evidence review** โ mocked-up forum/marketplace postings with scam indicators called out
- **Technical analysis** โ a side-by-side code comparison showing the "exploit" is a recycled, already-patched CVE, plus a plain-English explanation of why the claimed attack chain can't work on current software
- **Video forensics** โ an interactive frame-by-frame scrubber over a staged proof-of-concept video, with timestamped analyst annotations flagging splicing/timing anomalies
- **ACH matrix** โ a live, editable Analysis of Competing Hypotheses table; toggling evidence weight/rating recalculates an inconsistency score per hypothesis in real time
- **Actor infrastructure map** โ an SVG relationship graph, drawn dynamically at runtime from DOM node positions, linking the actor to their claimed infrastructure
- **IOC database** โ a searchable, defanged indicators table (no live/executable indicators)
## Tech stack
Vanilla HTML5, CSS3, and JavaScript. No frameworks, no build step, no dependencies.
## Project structure