Check a file before you trust it.
Upload a single file for multi-engine threat analysis. You get a clear verdict, a detection ratio and a cryptographic fingerprint, analyzed securely on our infrastructure.
Drag & drop a file here
or browse to upload — one file at a time
MAX 32 MB · ENCRYPTED IN TRANSIT · FILES DELETED AFTER SCANCLEAN
No engines flagged this file.
Secure by architecture
- 01Server-side only
Your browser never talks to the scanning engine directly. The file is relayed through our server, so the API key is never exposed.
- 02Provider-abstracted
Results are normalized to a simple verdict and ratio. Engine names and provider branding are stripped before they reach you.
- 03Rate-limited & ephemeral
Requests are throttled per IP to protect quota, and uploaded files are deleted as soon as the scan completes.
Backend integration outline
This page is the production-ready front end. Wire it to a secure server route on your Namecheap/Node host:
- Accept the upload on the server; read
SCAN_API_KEYfrom an environment variable — never hard-code it. - Forward to the threat-intelligence API, poll the analysis until
completed, request an upload URL for files over the inline limit. - Return only
verdict,malicious/totalratio andsha256— strip all engine names and provider branding. - Throttle to ~10 scans / IP / hour and delete files post-scan.
White-labeling the underlying provider is permitted only on the appropriate paid API tier — confirm your license before removing attribution.