AntiVirus scan of a file upload

0
Hi, for one of our app, we need to launch a virus scan of a file uploaded by a customer? Is there an app for that in Mendix? do you know a good API? Did you do something with a professional vendor of security (Example : McAfee : can we scan with an API?)
asked
2 answers
0

Cool idea! You can also roll your own with ClamAV, there are a few libs utilizing the Daemon I suppose, like solita/clamav-java  and cdarras/clamav-client

More info here

answered
0

There is an API to do that: https://developers.virustotal.com/reference

But do note that your files end up on a server not in your control. Might be a security issue.

Regards,

Ronald

 

answered