Krish
Krish

Reputation: 137

What are good sources for virus signature data?

Is there any website which provides antivirus definition database to help make new antivirus software?

Upvotes: 2

Views: 1935

Answers (3)

Carlos
Carlos

Reputation: 5455

There are a few CSV files that contain a large (but not even close to commercial companies) virus signature definitions. Bellow there are in total between 2-4k definitions.

http://files.codes-sources.com/fichier_fullscreen.aspx?id=21418&f=virussignatures.txt&lang=en

and here

http://www.nlnetlabs.nl/downloads/antivirus/antivirus/virussignatures.strings

Hope it helps!

Upvotes: 2

Tarka
Tarka

Reputation: 4043

Have you tried looking into ClamAV? Open source AV program, can be linked to via API, and you should be able to get the database for it, but I'm not sure how offhand.

Upvotes: 2

M4N
M4N

Reputation: 96596

ClamWin is a free, open-source antivirus software. You might find something useful there.

Upvotes: 2

Related Questions