Tagged Questions
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
307 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. ...
3
votes
3answers
164 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.
1
vote
2answers
217 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 ...
0
votes
1answer
80 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 ...