virus-definitions

Query antivirus definitions date?

Is it possible at all to query (WMI?) the virus defnintions date of definitions installed on remote computers? I'd like to start specificially with Symantec Endpoint Protection, and then branch out to other antivirus products. This is a WinForms, .NET project. ...

How to separate virus signatures in a virus signature file

I am doing an anti-virus project, I have a signature file and I want to separate the signatures in it. It is all beside each other and in hex, is there is a delimiter or something?? Thank you for your help. Abdelrahman. ...

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. ...

Virus Signatures and Genetic Algorithms

I would like to know how one achieves the following signature. I have read online that (al least in the past) researchers will take the "suspected" file the binary code, convert it to assembly, examine it, pick sections of code that appear to be unusual, and identifying the corresponding bytes in the machine code. But then how is the be...