Antivirus API for scanning before saving to file server [closed]
Asked Answered
M

1

8

Is their an API for Kaspersky to scan for virus when uploading files to an file server from an ASP .NET Application.My requirement is that before the saving is done the file must be checked for virus.Is it possible to scan for virus before saving the file .

Massive answered 11/3, 2013 at 10:41 Comment(2)
saved it somewhere temporary that web users can not use it, then run a command line to virus check it, then move it to the final position.Meris
This post can help you: https://mcmap.net/q/326761/-net-virus-scanning-api-closedScarabaeus
A
4

Kaspersky has a SDK but it seems you will have to contact them to receive any documentation: Antivirus SDK

Many web applications use ClamAV in daemon (service) mode for these purposes. A plus is that ClamAV is free of charge.

  • Here you can find a library for .NET that talks with ClamAV.
Arlinearlington answered 11/3, 2013 at 11:41 Comment(2)
Clamson appears to be abandoned, what appears to be a modern package is nClam github.com/tekmaven/nClamPepita
G DATA has an easy to use API with SDKs in many programming languages: gdatasoftware.com/oem/verdict-as-a-serviceTroat

© 2022 - 2024 — McMap. All rights reserved.