Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Virus
[Top] [All Lists]

Re: Extracting signature snippets from AV databases

Subject: Re: Extracting signature snippets from AV databases
Date: Wed, 10 May 2006 10:53:30 +1200
Yuri Slobodyanyuk wrote:

SideNote: few years ago I watched the heated dabate on some forum (don't
remember any details) where AV vendor representative was accusing
open-source AV developers of reverse-engineering the virus-signatures
instead of gathering their own, so logic
says it has been done before by someone.

Yes -- the Open AntiVirus group had a "signature extractor" that 
basically took a sample of a piece of malware detected by a scanner 
then successively munged it (overwriting various sized and location 
blocks with nulls IIRC) until the scanner didn't detect it.  Applying 
this approach from several starting points and iterating eventually 
gives you a suitably small-ish  "chunk" of the original file that 
appears necessary to its detection, at least relative to the specific 
scanner in the harness.  Said "chunk" was then added to OAV's detection 
database.

For a dumb, brute-force string scanner like OAV's and for some simple 
types of malware this can produce marginally useful "signatures", if 
detection of relatively static objects (such as non-morphing malware, 
which includes most self-mailers) is your objective.

It is probably even a defensible business model if you have no ethics.

However, taking such a "signature" and sticking it into an arbitrary 
file at an arbitrary offset (as the OP is apparently planning on doing) 
is not even guaranteed to trigger the original scanner such a 
"signature" was extracted from, for reasons I mentioned in my earlier 
post and also described by Robert Sandilands.

That the OP was apparently unaware of these basic issues and 
limitations of his proposed approach is rather worrying, given he is 
the developer of a security product.


-- 
Nick FitzGerald
Computer Virus Consulting Ltd.
Ph/FAX: +64 3 3267092

<Prev in Thread] Current Thread [Next in Thread>