~migadu/alps#66: 
VirusTotal integration on client side

Not sure of utility of such feature, but I had it on top of my head for a while.

If configured via own per user API key, offer button to scan attachments / urls against VirusTotal database. This would have to be handled in JS though.

Status
REPORTED
Submitter
~migadu
Assigned to
No-one
Submitted
5 years ago
Updated
3 years ago
Labels
email

~sircmpwn 4 years ago

Why do this client-side? Wouldn't server-side scanning make more sense? We could express the results by inspecting a header on the email.

~emersion 4 years ago

A VirusTotal milter adding a header could do the trick indeed.

~migadu 4 years ago

You cannot do this server side sadly. VirusTotal does not offer such service. However, individuals can use their API.

~soorebae 3 years ago

Don't re-download the file for virustotal + opening attachment. Browser caching would probably work. Mega.nz-style 'download to browser storage, then download from localhost' would probably always work, yet it might need additional browser permissions, and is overall unclean.

Register here or Log in to comment, or comment via email.