ClamAV

From Wikipedia, the free encyclopedia
ClamAV
Original author(s)Tomasz Kojm
Developer(s)Cisco Talos
Initial releaseMay 8, 2002; 21 years ago (2002-05-08)
Stable release
1.3.1[1] Edit this on Wikidata / 17 April 2024
Repository
Written inC, C++
Operating systemUnix, AIX, BSD, HP-UX, Linux, macOS, OpenVMS, Tru64 UNIX, Windows, Haiku
TypeAntivirus software
LicenseGPL-2.0-only
Websitewww.clamav.net

ClamAV (antivirus) is a free software, cross-platform antimalware toolkit able to detect many types of malware, including viruses. It was developed for Unix and has third party versions available for AIX, BSD, HP-UX, Linux, macOS, OpenVMS, OSF (Tru64), Solaris and Haiku. As of version 0.97.5, ClamAV builds and runs on Microsoft Windows.[2][3] Both ClamAV and its updates are made available free of charge. One of its main uses is on mail servers as a server-side email virus scanner.

History[edit]

ClamAV was initially released with version 0.10 on May 8, 2002, by Polish university student Tomasz Kojm.[4] In 2007, it was acquired by Sourcefire,[5] which in turn was acquired by Cisco in 2013[6] and now operates under its Talos cybersecurity division.

Patent lawsuit[edit]

In 2008, Barracuda Networks was sued by Trend Micro for its distribution of ClamAV as part of a security package.[7] Trend Micro claimed that Barracuda's utilization of ClamAV infringes on a software patent for filtering viruses on an Internet gateway. The free software community responded in part by calling for a boycott against Trend Micro. The boycott was also endorsed by the Free Software Foundation.[8] Barracuda Networks counter-sued with IBM-obtained patents in July 2008.[9] On May 19, 2011, the U.S. Patent and Trademark Office issued a Final Rejection[10] in the reexamination of Trend Micro's U.S. patent 5,623,600.[11]

Features[edit]

ClamAV includes a command-line scanner, automatic database updater, and a scalable multi-threaded daemon running on an anti-virus engine from a shared library.[2] The application features a Milter interface for sent mail and on-demand scanning. It recognizes:

The ClamAV virus database is updated at least every four hours and as of 10 February 2017 contained over 5,760,000 virus signatures[12] with the daily update Virus DB number at 23040.[13][14]

Real-time file scanning[edit]

On Linux, ClamAV supports real-time protection via the Fanotify add-on for the Linux kernel (version 3.8 and later.)[15] Alternatively, one could use ClamFS (for any Unix-like operating system supporting FUSE).

On Microsoft Windows, a free, open-source app called Clam Sentinel detects file changes and scans modified files using ClamWin.[16] It works with Windows 98 and later. In addition to on-access scanning, it features optional system change messages and proactive heuristic protection.[17]

Effectiveness[edit]

In the 2008 AV-TEST comparison of antivirus tools, ClamAV scored poorly in on-demand detection, avoiding false positives, and rootkit detection.[18]

In a Shadowserver six-month test between June and December 2011, ClamAV detected over 75.45% of all viruses tested, putting it in fifth place behind AhnLab, Avira, BitDefender and Avast. AhnLab, the top antivirus, detected 80.28%.[19]

In 2022 Splunk conducted an efficacy study involving 416,561 malware samples sourced from MalwareBazaar, bucketed as follows: 106135 Banking Trojans (trojans targeted towards stealing financial information); 26875 Botnets (malware for making the victim a part of a botnet); 190371 Information Stealers (programs designed to steal client information. E.g. Keyloggers); 52422 Loaders (program that loads one or more other malicious programs - that is, a stager that fetches harmful things directly into memory); 1321 Miners (crypto currency miners); 30251 RATs (Remote access tools. E.g. Backdoors); and 8273 Trojans (a generic multipurpose malware that harms the user in different ways - generally disguises itself and delivered by tricking the user). Splunk's study concluded ClamAV that 59.94% effective overall at detecting commodity malware – being able to detect 249,696/416,561 samples.[20]

In that same study, ClamAV performed relatively well at detecting certain types of malware in certain types of files (E.g. docx files, dil files, elf files, doc files and exe files), but was less effective in detecting malware in jar files, js files, vbs files, z files, rar files, and xlsb files. In addition, ClamAV performed well to detect a few top level categories of malware like Trojans & Botnets but performed poorly on other malware types like Crypto Miners, RATs and Info Stealers.[21]

Unofficial databases[edit]

The ClamAV engine can be reliably used to detect several kinds of files. In particular, some phishing emails can be detected using antivirus techniques. However, false positive rates are inherently higher than those of traditional malware detection.[22]

There are several unofficial databases for ClamAV:

  • Sanesecurity is an organization that maintains a number of such databases; in addition they distribute and classify a number of similar databases from other parties, such as Porcupine, Julian Field, MalwarePatrol.[23]
  • SecuriteInfo.com also provides additional signatures for ClamAV.[24]

ClamAV Unofficial Signatures are mainly used by system administrators to filter email messages.[25] Detections of these groups should be scored, rather than causing an outright block of the "infected" message.[23]

Platforms[edit]

Linux, BSD[edit]

ClamAV is available for Linux and BSD-based operating systems.[2] In most cases it is available through the distribution's repositories for installation.

On Linux servers ClamAV can be run in daemon mode, servicing requests to scan files sent from other processes. These can include mail exchange programs, files on Samba shares, or packets of data passing through a proxy server.

On Linux and BSD desktops ClamAV provides on-demand scanning of individual files, directories or the whole PC.[2]

macOS[edit]

macOS Server has included ClamAV since version 10.4. It is used within the operating system's email service. A paid-for graphical user interface is available from Canimaan Software Ltd[26] in the form of ClamXav.[27] Additionally, Fink, Homebrew and MacPorts have ported ClamAV.

Another program which uses the ClamAV engine on macOS, is Counteragent. Working alongside the Eudora Internet Mail Server program, Counteragent scans emails for viruses using ClamAV and also optionally provides spam filtering through SpamAssassin.

OpenVMS[edit]

ClamAV for OpenVMS is available for DEC Alpha and Itanium platforms. The build process is simple and provides basic functionality, including library, the clamscan utility, the clamd daemon, and freshclam for update.[28]

Windows[edit]

There are IA-32 and x64 variants of ClamAV available for Windows; additionally, Cisco's Immunet uses ClamAV as its engine.[29]

OS/2[edit]

A port of ClamAV is available for OS/2 (including eComStation and ArcaOS) with a native UI written in REXX.[30][31]

Graphical interfaces[edit]

Since ClamAV does not include a graphical user interface (GUI) but instead is run from the command line, a number of third-party developers have written GUIs for the application for various platforms and uses.

These include:

ClamTk 5.27 running on Lubuntu 19.04
  • Linux
    • ClamTk using gtk2-perl; project is named for the Tk libraries that were used when it began[32][33]
    • KlamAV for TDE (development of the original KDE version was discontinued in 2009[34]).
    • wbmclamav is a webmin module to manage Clam AntiVirus[35]
  • macOS
    • ClamXav is a port which includes a graphical user interfaces and has a "sentry" service which can watch for changes or new files in many cases. There is also an update and scanning scheduler through a cron job facilitated by the graphical interface. ClamXav can detect malware specific to macOS, Unix, or Windows. The ClamXav application and the ClamAV engine are updated regularly.[36] ClamXav is written and sold by Canimaan Software Ltd.[26]
    • Tiger Cache Cleaner is shareware software which installs and presents a graphic interface for using ClamAV to scan for viruses, and provides other unrelated functions.
  • Microsoft Windows
  • OS/2

ClamWin[edit]

ClamWin running on Windows XP

ClamWin is a graphical user interface front-end ClamWin Pty Ltd. developed for ClamAV on Microsoft Windows. Features include on-demand (user-started) scanning, automatic updates, scheduled scanning, and integration with File Explorer and Microsoft Outlook. ClamWin does not provide on-access scanning. A Firefox add-on enables ClamWin to scan downloaded files.[38][39] Several other extensions allow users to process downloaded files with any software and scan the files with ClamWin.[40][41][42][43]

See also[edit]

References[edit]

  1. ^ Micah Snyder (17 April 2024). "ClamAV 1.3.1, 1.2.3, 1.0.6 patch versions published". Retrieved 17 April 2024.
  2. ^ a b c d e ClamAV (2007). "About ClamAV". Retrieved 2008-12-25.
  3. ^ ClamAV (2007). "ClamAV Packages and Ports". Archived from the original on 2008-07-20. Retrieved 2008-12-31.
  4. ^ Celebrating 20 years of ClamAV
  5. ^ Sourcefire acquires ClamAV
  6. ^ Cisco Acquires Cybersecurity Company Sourcefire For $2.7B
  7. ^ "Trend Micro patent claim provokes FOSS community, leads to boycott". Linux.com. 2008-02-11. Retrieved 2008-02-12.
  8. ^ "Boycott Trend Micro". Free Software Foundation. 2008-02-11. Retrieved 2008-02-12.
  9. ^ Paul, Ryan (2008-07-02). "Barracuda bites back at Trend Micro in ClamAV patent lawsuit". Arstechnica.com. Retrieved 2012-02-14.
  10. ^ "Ex Parte Reexamination" (PDF). U.S. Patent and Trademark Office. 2011-05-19. Retrieved 2015-10-04.
  11. ^ "Anatomy of a Dying Patent – The Reexamination of Trend Micro's '600 Patent". Groklaw.net. 2011-06-13. Retrieved 2015-10-04.
  12. ^ "Introduction - ClamAV Documentation". docs.clamav.net. Retrieved 2024-03-09.
  13. ^ "About ClamAV". Archived from the original on 2008-11-20. Retrieved 2008-12-25.
  14. ^ "Latest Stable Release". Archived from the original on 2010-09-18. Retrieved 2010-08-21.
  15. ^ Sola, Mickey. "Configuring On-Access Scanning in ClamAV".
  16. ^ Cyber Pillar. "Clam Sentinel – Making ClamWin Be Used In Real-Time". Archived from the original on 2014-08-19. Retrieved 2014-09-01.
  17. ^ "Clam Sentinel". Retrieved 2014-06-19.
  18. ^ "Anti-virus comparison test of current anti-malware products, Q1/2008". AV-Test GmbH. 22 January 2008. Archived from the original on 15 July 2011. Retrieved 12 February 2008.
  19. ^ "ShadowServer 180 Day Stats". shadowserver.org. 2011-08-16. Archived from the original on 2011-11-27. Retrieved 2011-12-16.
  20. ^ "How Good is ClamAV at Detecting Commodity Malware?". Splunk-Blogs.
  21. ^ "How Good is ClamAV at Detecting Commodity Malware?". Splunk-Blogs.
  22. ^ Brad Wardman; Tommy Stallings; Gary Warner; Anthony Skjellum (5 August 2011). "High-Performance Content-Based Phishing Attack Detection" (PDF). uab.edu. Retrieved 19 March 2018.
  23. ^ a b Sanesecurity Phishing, Scam and Malware signatures for ClamAV Archived 2015-09-10 at the Wayback Machine
  24. ^ SecuriteInfo.com Add 4.000.000 signatures to ClamAV Antivirus
  25. ^ "ClamAV Unofficial Signatures Updater". sourceforge.net. 24 May 2009. Retrieved 2 September 2014.
  26. ^ a b "About us". ClamXAV. Retrieved 2017-07-15.
  27. ^ ClamXav.com (n.d.). "ClamXAV.com". Retrieved 2009-01-24.
  28. ^ Chupahin, Alexey (December 2008). "Clam AntiVirus OpenVMS Project News". Archived from the original on 2011-10-06. Retrieved 2008-12-25.
  29. ^ "Alternate Versions of ClamAV". clamav.net. Cisco Systems. Archived from the original on 22 November 2021. Retrieved 26 November 2021. Immunet, powered by ClamAV, is a [...] Windows desktop anti-virus (AV) solution
  30. ^ a b "My graphical user interface for "ClamAV"". Retrieved 2020-09-03.
  31. ^ "Clamav, ClamAV-GUI (Rexx & QT4) & eCSClamav". Retrieved 2020-09-03.
  32. ^ Mauroni, Dave (December 2008). "ClamTk Virus Scanner". Retrieved 2008-12-25.
  33. ^ Mauroni, Dave (October 2008). "ClamTk README". Archived from the original on 2011-09-14. Retrieved 2008-12-26.
  34. ^ KlamAV F. (May 2006). "KlamAV – Main Page". Retrieved 2013-03-04.
  35. ^ Saracco, Emmanuel. "wbmclamav – The Webmin ClamAV Antivirus manager". wbmclamav.esaracco.fr.
  36. ^ ClamXav.com (November 2008). "ClamXav.com". Retrieved 2008-12-25.
  37. ^ a b "CS Anti-Virus description". Softpedia.com. 2009-03-23. Retrieved 2010-11-09.
  38. ^ "FireClam: Use ClamAV to scan Firefox downloads for viruses". Firefox Addons. Retrieved 2009-11-02.
  39. ^ "ClamWin Antivirus Glue for Firefox". Firefox Addons. Archived from the original on 2012-12-20. Retrieved 2008-04-15.
  40. ^ "Download Scan". Downloadstatusbar.mozdev.org. 2005-08-19. Retrieved 2010-11-09.
  41. ^ "Download Statusbar".
  42. ^ "Safe Download". Extensions.geckozone.org. Retrieved 2010-11-09.
  43. ^ ClamWin Pty Ltd (2009). "About ClamWin Free Antivirus". Archived from the original on 2010-01-25. Retrieved 2009-03-13.

Further reading[edit]

External links[edit]