
luca at clamav
Oct 30, 2006, 1:10 PM
Post #1 of 1
(1045 views)
Permalink
|
|
announcing ClamAV 0.90rc2
|
|
Dear ClamAV users, The Release Candidate of the long awaited ClamAV 0.90 is ready for general testing! This version introduces lots of new interesting features and marks a big step forward in the development of our antivirus engine. The most important change is the introduction of scripted updates. Instead of transferring the whole cvd file at each update, only the differences between the latest cvds and the previous versions will be transferred. In case the local copy of the latest cvd is corrupted or the scripted update fails for some reason, freshclam will fallback to the old method. Similarly to cvd files, scripted updates are compressed and digitally signed and are already being distributed. They will dramatically reduce traffic on our mirrors and will allow us to release even more updates in the future. Another noticeable change is the new configuration syntax: you can now turn single options on and off, the old crude hack of "DisableDefaultScanOptions" is no longer required. Cosmetic changes apart, the 0.9x series introduces lots of new code, but some parts are not compiled in by default because they are not ready for production systems yet. You are encouraged to pass the --enable-experimental flag to ./configure when compiling ClamAV. If you find a bug, please take some time to report it on our bugzilla: http://bugs.clamav.net. Your help in testing the new code is really appreciated. The experimental code introduces many improvements in terms of detection rate and performances. RAR3, SIS and SFX archives support is finally available together with new unpackers and decryptors: pespin, sue, yc, wwpack32 and others. Additionally, ClamAV now includes better mechanisms for scanning ELF, PDF and tar files. The email decoding has been improved to reduce both the memory requirements and the time taken to process attachments. As part of the Google Summer of Code program, we have introduced support for a new phishing signatures format that has proved very effective in detecting phishing emails. The ClamAV phishing module allows better and more generic detection of phishing emails by searching for URLs in email messages, and comparing the real site with the URL displayed to the user in the message. On the performance side, support for the MULTISCAN command has been implemented in clamd, allowing to scan multiple files simultaneously. Support for Sensory Networks NodalCore Acceleration (http://www.clamav.net/nodalcore/) in ClamAV is now available and will be compiled in if the ncore libraries are detected at compile time. NodalCore acceleration allows highly improved scan speeds on systems equipped with NodalCore cards. Detailed list of changes (to be finished): -) libclamav: + New unpacker for RAR3, RAR2 and RAR1 + Support for RAR and Zip SFX archives + Support for PE32+ (64-bit) executables + Support for PE section based MD5 signatures (.mdb) + ELF file parser + Support for Sensory Networks' NodalCore hardware acceleration technology + Advanced phishing detection module (experimental) + Phishing detection can be disabled with CL_DB_NOPHISHING + Signatures are stored in separate trees depending on their target type + Algorithmic detection can be controlled with CL_SCAN_ALGO + Support for obfuscators: SUE (experimental), Y0da Cryptor, CryptFF + Support for unpackers: NsPack (experimental), wwpack32 + Support for SIS files (SybmianOS installer packages) + Support for PDF files -) clamd: + New config file parser: * all options require arguments (options without args must be now followed by boolean values: (yes, no), (1, 0), or (true, false) * optional arguments (as in NotifyClamd) are no longer supported * removed "DisableDefaultScanOptions" option (scan options can be configured individually) + TCP and local sockets can be operated simultaneously + New command: MULTISCAN (scan directory with multiple threads) + New option DetectPhishing + New option AlgorithmicDetection + New option NodalCore + New option PhishingStrictURLCheck + New option ScanELF -) clamav-milter: + Black list mode: optionally black lists an IP for a configurable amount of time + Black hole mode: detects emails that will be discarded and refrains from scanning them + Reporting: ability to report phishing attempts to anti-phishing organisations to help close the sites + Improved load balancing for scanning with clusters -) clamscan: + New options: --no-phishing, --no-algorithmic (disable phishing and algorithmic detection respectively) + New option: --ncore + New option: --no-elf + New option: --copy -) freshclam: + interpreter for .cdiff files (scripted updates) + new option HTTPUserAgent to force different User-Agent header -) sigtool: + New option: --utf16-decode (decode UTF16 encoded files) + New options: --diff, --run-cdiff, --verify-cdiff (update script management) -- The ClamAV team (http://www.clamav.net/team.html) -- Luca Gibelli (luca _at_ clamav.net) - ClamAV, a GPL anti-virus toolkit [Tel] +44 2081239239 [Fax] +39 0187015046 [IM] nervous/jabber.linux.it PGP key id 5EFC5582 @ key server || http://www.clamav.net/gpg/luca.gpg _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-announce
|