mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.7 KiB
88 lines
2.7 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
|
original version by: Nikos Drakos, CBLU, University of Leeds
|
|
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
|
* with significant contributions from:
|
|
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>CVD format</TITLE>
|
|
<META NAME="description" CONTENT="CVD format">
|
|
<META NAME="keywords" CONTENT="clamdoc">
|
|
<META NAME="resource-type" CONTENT="document">
|
|
<META NAME="distribution" CONTENT="global">
|
|
|
|
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
|
|
<LINK REL="STYLESHEET" HREF="clamdoc.css">
|
|
|
|
<LINK REL="next" HREF="node51.html">
|
|
<LINK REL="previous" HREF="node44.html">
|
|
<LINK REL="up" HREF="node31.html">
|
|
<LINK REL="next" HREF="node51.html">
|
|
</HEAD>
|
|
|
|
<BODY >
|
|
|
|
<DIV CLASS="navigation"><!--Navigation Panel-->
|
|
<A NAME="tex2html846"
|
|
HREF="node51.html">
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
|
<A NAME="tex2html842"
|
|
HREF="node31.html">
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
|
<A NAME="tex2html836"
|
|
HREF="node49.html">
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
|
<A NAME="tex2html844"
|
|
HREF="node1.html">
|
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
|
<BR>
|
|
<B> Next:</B> <A NAME="tex2html847"
|
|
HREF="node51.html">Contributors</A>
|
|
<B> Up:</B> <A NAME="tex2html843"
|
|
HREF="node31.html">LibClamAV</A>
|
|
<B> Previous:</B> <A NAME="tex2html837"
|
|
HREF="node49.html">Example</A>
|
|
<B> <A NAME="tex2html845"
|
|
HREF="node1.html">Contents</A></B>
|
|
<BR>
|
|
<BR></DIV>
|
|
<!--End of Navigation Panel-->
|
|
|
|
<H2><A NAME="SECTION00075000000000000000">
|
|
CVD format</A>
|
|
</H2>
|
|
CVD (ClamAV Virus Database) is a digitally signed tarball containing
|
|
one or more databases. The header is a 512-bytes long string with colon
|
|
separated fields:
|
|
<PRE>
|
|
ClamAV-VDB:build time:version:number of signatures:functionality
|
|
level required:MD5 checksum:digital signature:builder name:build time (sec)
|
|
</PRE>
|
|
<code>sigtool --info</code> displays detailed information on CVD files:
|
|
<PRE>
|
|
zolw@localhost:/usr/local/share/clamav$ sigtool -i daily.cvd
|
|
File: daily.cvd
|
|
Build time: 10 Mar 2008 10:45 +0000
|
|
Version: 6191
|
|
Signatures: 59084
|
|
Functionality level: 26
|
|
Builder: ccordes
|
|
MD5: 6e6e29dae36b4b7315932c921e568330
|
|
Digital signature: zz9irc9irupR3z7yX6J+OR6XdFPUat4HIM9ERn3kAcOWpcMFxq
|
|
Fs4toG5WJsHda0Jj92IUusZ7wAgYjpai1Nr+jFfXHsJxv0dBkS5/XWMntj0T1ctNgqmiF
|
|
+RLU6V0VeTl4Oej3Aya0cVpd9K4XXevEO2eTTvzWNCAq0ZzWNdjc
|
|
Verification OK.
|
|
</PRE>
|
|
|
|
<P>
|
|
<BR><HR>
|
|
<ADDRESS>
|
|
Tomasz Kojm
|
|
2008-10-30
|
|
</ADDRESS>
|
|
</BODY>
|
|
</HTML>
|
|
|