mirror of
				https://github.com/Cisco-Talos/clamav.git
				synced 2025-11-04 10:00:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			88 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | 
						|
 | 
						|
<!--Converted with LaTeX2HTML 2008 (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 v2008">
 | 
						|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
 | 
						|
 | 
						|
<LINK REL="STYLESHEET" HREF="clamdoc.css">
 | 
						|
 | 
						|
<LINK REL="next" HREF="node57.html">
 | 
						|
<LINK REL="previous" HREF="node43.html">
 | 
						|
<LINK REL="up" HREF="node34.html">
 | 
						|
<LINK REL="next" HREF="node57.html">
 | 
						|
</HEAD>
 | 
						|
 | 
						|
<BODY >
 | 
						|
 | 
						|
<DIV CLASS="navigation"><!--Navigation Panel-->
 | 
						|
<A NAME="tex2html939"
 | 
						|
  HREF="node57.html">
 | 
						|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
 | 
						|
<A NAME="tex2html935"
 | 
						|
  HREF="node34.html">
 | 
						|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
 | 
						|
<A NAME="tex2html929"
 | 
						|
  HREF="node55.html">
 | 
						|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
 | 
						|
<A NAME="tex2html937"
 | 
						|
  HREF="node1.html">
 | 
						|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
 | 
						|
<BR>
 | 
						|
<B> Next:</B> <A NAME="tex2html940"
 | 
						|
  HREF="node57.html">Contributors</A>
 | 
						|
<B> Up:</B> <A NAME="tex2html936"
 | 
						|
  HREF="node34.html">LibClamAV</A>
 | 
						|
<B> Previous:</B> <A NAME="tex2html930"
 | 
						|
  HREF="node55.html">Example</A>
 | 
						|
   <B>  <A NAME="tex2html938"
 | 
						|
  HREF="node1.html">Contents</A></B> 
 | 
						|
<BR>
 | 
						|
<BR></DIV>
 | 
						|
<!--End of Navigation Panel-->
 | 
						|
 | 
						|
<H2><A NAME="SECTION00074000000000000000">
 | 
						|
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
 | 
						|
2010-08-12
 | 
						|
</ADDRESS>
 | 
						|
</BODY>
 | 
						|
</HTML>
 |