
luca at clamav
Feb 13, 2007, 4:25 PM
Post #1 of 1
(949 views)
Permalink
|
Dear ClamAV users, The ClamAV team is proud to announce the long awaited ClamAV 0.90. This version introduces lots of new interesting features and marks a big step forward in the development of our antivirus engine. One of the most important changes 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. The experimental code introduces many improvements in terms of detection rate and performances. 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, nspack, mew, upack 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 technology (http://www.clamav.net/nodalcore/) is now available in ClamAV 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: -) libclamav: + New unpacker for RAR3, RAR2 and RAR1 + Rewritten unpackers for Zip and CAB files + Support for RAR-SFX, Zip-SFX and CAB-SFX archives + New PE parsing model: - Accurate virtual and raw size and offset calculations - Proper parsing of executables with weird/handcrafted/uncommon headers - Proper handling (or skipping) of ghost sections at various places in the code - Rebuild improvements for various unpackers - Adjusted alignment on rebuilt executables - Proper handling of out of sections offsets - Broken exe detection now mimics the XPSP2 loader - Lots of misc improvements and fixes + Support for PE32+ (64-bit) executables + Support for MD5 signatures based on PE sections (.mdb) + ELF file parser + Support for Sensory Networks' NodalCore hardware acceleration technology + Advanced phishing detection module (experimental) + Signatures are stored in separate trees depending on their target type + Algorithmic detection can be controlled with CL_SCAN_ALGORITHMIC + Support for new obfuscators: SUE, Y0da Cryptor, CryptFF + Support for new packers: NsPack, wwpack32, MEW, Upack + Support for SIS files (SymbianOS packages) + Support for PDF and RTF files + New encoding and entity normalizer (experimental) -) 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 AlgorithmicDetection + New option ScanELF + New option NodalCoreAcceleration (requires hardware accelerator) + New option PhishingSignatures + New options to control the phishing module: - PhishingRestrictedScan - PhishingScanURLs - PhishingAlwaysBlockSSLMismatch - PhishingAlwaysBlockCloak -) 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 + Removed -b option (enable BOUNCE compile time option to re-enable the option) -) clamscan: + New options: --no-phishing-sigs, --no-algorithmic (disable phishing and algorithmic detection respectively) + New options to control the phishing module: --no-phishing-scan-urls, --no-phishing-restrictedscan, --phishing-ssl, --phishing-cloak + New option: --ncore (requires hardware accelerator) + New option: --no-elf + New option: --copy -) freshclam: + Interpreter for .cdiff files (scripted updates) + Initial version of mirror manager + New option: --list-mirrors (list details on mirrors accessed by the mirror manager) + 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) + New option: --mdb (generated .mdb compatible signatures) -) clamconf: initial version of configuration utility for clamd and freshclam We are happy to announce new interesting software with support for ClamAV: + AqMail - a POP3 client with additional filtering + ClamFS - a FUSE-based file system with on-access anti-virus scanning + c-icap - an ICAP server coded in C with support for ClamAV + MailCleaner - a complete email filtering gateway + mod_streamav - a ClamAV based antivirus filter for Apache 2 + pyClamd - a python interface to Clamd More information at http://www.clamav.net/download/third-party-tools/ -- The ClamAV team (http://www.clamav.net/team) -- Luca Gibelli (luca _at_ clamav.net) - ClamAV, a GPL anti-virus toolkit [Tel] +1 706 7054022 [Fax] +1 706 5345792 [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
|