Good virus scanner for files?

Roxter

Reputable
Joined
Nov 21, 2014
Messages
100
Reaction score
0
FP$
6
I run a download exchange for videogame modifications with a friend and I was wondering if there's a good virus scanner I can use to check user-uploaded files for viruses/malware.

I was thinking of somehow, when the user uploads the file, it goes through VirusTotal (a website that checks files through 40+ antivirus engines) also and checks if the file is a virus or not, but that would create too much load time for the upload, considering it's being uploaded to two sites.
 
How about Kaspersky security. I am using it for a couple of years now safely.
 
Jotti is available also. Please note that some files are FUD and contains virus that Antivirus can't detected.
 
I think you can try ClamAV. You can install it on Cpanel if you are using it and perform scan on files.
 
Wow I am suprized no one said Malwarebytes in this topic and its free to use and takes care of everything.
 
I use:
MalwareBytes
AVG Pro 2015
A hex editor

With a hex editor you can practically tear apart files checking manually for viruses if your good at that sort of thing!
 
Hello Roxter,

There are two approaches to this if you wanted to keep it in-house/on your server.

1) You could install anti-virus on your server so it's running in the background and constantly scanning files that are created.

2) If you have direct access to the server, you could adapt your application so the uploaded file is immediately scanned and if a virus is detected, then reject/delete the file and return such a message to your application. ClamAV might be able to achieve this for you.
 
Smokey said:
RH-Calvin said:
How about Kaspersky security. I am using it for a couple of years now safely.
^ This.

Kaspersky is pretty good. If you are looking for a freebie, I generally use Microsoft Security Essentials and have been pretty happy with it.
 
Back
Top Bottom