File Analyzer

analysis

Client-side file forensics with WebGPU visualisation and ML-based triage.

Drag-and-drop file triage in the browser. Parses 30+ formats, extracts IoCs and sensitive data, runs OCR / image classification / object detection locally, and produces a forensic report, all client-side.

A browser-based forensics toolkit that inspects arbitrary files, documents, archives, executables, images, fonts, audio/video, and raw binary, and surfaces the technical indicators an analyst needs first. WebGPU-accelerated hex/entropy/byte-map views, ML-assisted classification and OCR, IoC and sensitive-data extraction, and an exportable forensic report. Runs entirely in the browser; files are never uploaded.

What it does

  • Identifies file type, structure, and embedded metadata across documents, archives, executables, fonts, and media.
  • WebGPU-accelerated hex, entropy heatmap, and byte-distribution views (Canvas 2D fallback).
  • Extracts IoCs: public IPv4/IPv6, URLs, domains, and MD5/SHA1/SHA256 hashes.
  • Scans for sensitive data: credentials, API keys, tokens, phone numbers, credit cards, SSNs.
  • Detects embedded files (executables, archives, images, scripts) inside binary blobs.
  • Extracts and visualises timestamps from content and metadata.
  • ML triage: OCR via Tesseract WASM, image classification (MobileNet V2), object detection (SSD MobileNet V1) via ONNX Runtime Web.
  • Decodes QR codes and barcodes (native BarcodeDetector with jsQR fallback).
  • Encode/decode toolbox: Base64, hex, URL, ROT13, XOR.
  • Exports a comprehensive forensic report as JSON or standalone HTML.

Best for

  • Incident responders triaging unknown artefacts.
  • Auditors reviewing operator file dumps.
  • Researchers needing a fast, local, no-upload inspection workflow.

Inputs: PDF, DOCX / XLSX / PPTX / ODT / RTF / EML, Images (EXIF), ZIP / GZIP archives, TTF / OTF fonts, ELF / PE / Mach-O executables, Audio / video, JSON / CSV / XML / YAML / TOML / SQL, Raw binary

Outputs: Forensic report (JSON / HTML), IoC list, Sensitive-data hits, Extracted text, Timeline, Entropy / byte-map visuals