Tagged Questions
Use this tag for anything related to virus scanning on any platform/OS.
14
votes
9answers
1k views
Does Java have a built-in Antivirus? Is it true?
Does Java have a built-in Antivirus?
One of my friends told me there is in the JVM itself - it's called the "sandbox". Is it true?
7
votes
3answers
301 views
How can I test my applications against the popular virus scanners?
I need to find out whether my apps are being flagged as viruses by the most popular anti-virus packages (not best, but biggest by user base). I therefore would like to know how others go about this. ...
5
votes
4answers
103 views
On-demand virus scanning Windows
I'm wanting to scan files a user uploads to our websites on the server-side. I'd prefer it to be something we can run on-demand that doesn't have to be running all the time on the server. What ...
3
votes
3answers
159 views
What are good sources for virus signature data
I there any website which can provide a antivirus definition database to create a new antivirus software.
2
votes
3answers
71 views
Unknown code in webpages
Im finding unknown code in our live webpages.
We also noticed couple of websites hosted on our shared web hosting space are mysteriously getting deleted.
The unknown code we found is displayedd below ...
2
votes
1answer
105 views
Detect if a windows machine has a virus scanner running? [closed]
Possible Duplicate:
Detect Antivirus on Windows using C#
In .net I would like to be able to detect of a windows box has a virus scanner running.
Windows 7 knows because in "Control ...
1
vote
2answers
176 views
How a website like Virus Total does work? [closed]
Websites like VirusTotal and Jotti provide online malware multi-scan service. I would ask about how can I code an interface for any of Kaspersky,AVG,Symantic..etc in order to implement an online ...
1
vote
1answer
77 views
Subversion: Get ip-address of user in pre-commit hook?
We're hosting a subversion repository for distrubuted software development. So non-employees have access to some of our sorce code. Our company's IT security policy requires us to virusscan all files ...
1
vote
1answer
237 views
Validate an uploaded file for size and viruses
I want to facilitate users to upload profile picture from front end on my WordPress blog. I found a plugin "ad local avatar" which can help me for the same (I hadn't tried it until now).
But I fear ...
1
vote
1answer
196 views
antivirus software for scanning uploaded files
I have an enterprise application (J2EE) where users can upload files. I want to scan the uploaded files for viruses before saving it on my server. Can you suggest any Antivirus which provides ...
0
votes
1answer
56 views
How to use the Forefront TMG to scan uploaded files?
We are currently using the Forefront TMG 2010 to scan downloaded files from the internet. There is a web page where people can upload files to our server so I need to scan that files. Is there any ...
0
votes
0answers
37 views
Issue with perlscanner
I've setup qmail in one of our servers and configured qmail scanner (I am using Spamassassin, Clamd and Perl scanner) for Spam/ Virus filtering. It was working fine till last week, but now ...
0
votes
2answers
515 views
Hexadecimal virus signatures database
Over the past couple of weeks, I was in the process of developing a simple virus scanner, it works great but my question is: does anybody know where I can get a database (a single file) that contains ...
0
votes
1answer
637 views
VB.net Byte Array Search
I am in the process of developing a simple virus scanner, and I was searching for speed improvements on the following function:
Public Function FindAInB(ByRef byteArrayA() As Byte, ByRef byteArrayB() ...
0
votes
1answer
362 views
How can I run a virus scan on files in VB.NET before storing them in SQL Server 2005 database?
I want to upload media and textual files inside the database for my personal use. I have been successful in adding all the files to the database, but I want to scan each file for viruses before ...
0
votes
1answer
78 views
ClamAV and Python
I would like to write a small commandline scanner using ClamAV and Python. I have tried several tutorials and instructions on this matter, but have been unable to get this working. Everything I have ...
0
votes
1answer
86 views
Uploading doc files
Does anyone know of examples of major sites that will allow uploading of docs files to there system,
I am thinking of allowing this upload but I'm worried about the posibility of users uploading ...
0
votes
2answers
673 views
Anyone having problems with Delphi-2010 and Norton Internet Security 2010?
I just spend the good part of the afternoon trying to find out why some projects, when compiled and run from within the Delphi-2010 IDE produced a 'Security Risk - A program is behaving suspiciously ...