This page is a wiki. Please login or create an account to begin editing.
ClamAV ® is the open source standard for mail gateway scanning software. ClamXAV keeps threats at bay and puts you firmly in charge of your Mac's security. Scan a specific file or your entire hard drive. Set it to scan automatically or run instant checks on suspicious files. It's entirely up to you. Silent and deadly. ClamXAV is light on processing but heavy on malware. ClamAV 0.98.1 provides improved support of Mac OS X platform, support for new file types, and quality improvements. These include: - Extraction, decompression, and scanning of files within Apple Disk Image (DMG) format. Extraction, decompression, and scanning of files within Extensible Archive (XAR) format. Jan 28, 2021 ClamAV's embedded file type recognition detects some files found in non-archive formats but for archive formats and compressed data streams like bzip2 and gzip, it will often detect file type magic bytes of compressed files and then attempt to parse the compressed data as if they were whole files, resulting in wasted CPU cycles and confusing warnings.
Rating: | |
Category: | |
Year released: | |
Author: | Mark Allan |
Publisher: |
ClamXav_2.7.5.dmg (21.12 MB)
MD5: 1db33a577e9b0e3e1289cfb3da939e60
For Mac OS X
ClamXav_2.5.1.dmg (19.21 MB)
MD5: d6baf435d753e12101f26765ecbf29d3
For Mac OS X
ClamXav_2.2.1.dmg (12.93 MB)
MD5: 96026bdad2c8c9214b7a76f38deaf0d3
For Mac OS X
ClamXav_1.1.1_Panther.zip (1.74 MB)
MD5: 5485d7e31ef25ded033c7fce6d8d53b0
For Mac OS X
clamXav_0.8.7c.zip (2.82 MB)
MD5: fce66807a8e011e52a77001d7a2b9a00
For Mac OS X
Guides on emulating older applications
ClamAV is an extremely advanced command-line driven antivirus for UNIX based systems. ClamXav is a port for Mac OS X, complete with GUI interface. One of the best antivirus for OS X.
CompatibilityArchitecture: PPC x86 (Intel:Mac)
First download is for Snow Leopard (10.6), second is for Leopard (10.5), whilst the third is for Tiger (10.4). Last two are for Panther and Jaguar (10.3 and 10.2).
Although newer versions of the front end won't work on anything beyond their minimal requirements (obviously), you can actually compile and use a newer version of the Clam scanning engine with the older front ends (helpful for PowerPC users). Further more, their certificates are still updated regularly. Information on properly updating OS X Server's builtin Clam engine can be found here.
Note that the latest version of ClamXav is now proprietary. If you have anything beyond Snow Leopard (10.6), please purchase the latest version here. Thank you.
ClamAv is a command line virus scanner. It runs on all the major platforms, Windown,Linux, and OSX. You can download the source and install it from there, or you can follow these simple steps to install it using MacPorts.To install ClamAv check the ports including clam by listing these:
port search clam
Then to install the files issue:
sudo port install clamav clam-server clamsmtp p5-mail-clamav
Once the ports are installed you'll need to configure ClamAv. The following is an extract from the port installation echo:
To configure clamd and freshclam look for the following files:
/opt/local/etc/clamd.conf
/opt/local/etc/freshclam.conf
If these files do not exist you can copy the sample conf files into place:
sudo cp /opt/local/etc/clamd.conf.sample /opt/local/etc/clamd.conf
sudo cp /opt/local/etc/freshclam.conf.sample /opt/local/etc/freshclam.conf
Edit /opt/local/etc/clamd.conf to your liking, example:
# Comment out 'Example' near the top if it exists
#Example
LogFile /opt/local/var/log/clamav/clamd.log
PidFile /opt/local/var/run/clamav/clamd.pid
LocalSocket /opt/local/var/run/clamav/clamd.socket
TCPSocket 3310
TCPAddr 127.0.0.1
Foreground yes
Edit /opt/local/etc/freshclam.conf to your liking, example:
# Comment out 'Example' near the top if it exists
#Example
UpdateLogFile /opt/local/var/log/clamav/freshclam.log
PidFile /opt/local/var/run/clamav/freshclam.pid
NotifyClamd /opt/local/etc/clamd.conf
The important thing when editing these configuration files, is that the directories for clams and freshclam points to the same directories. I let mine point to:
/opt/local/var/log/clamav/
/opt/local/var/run/clamav/
And, make sure that the TCPSocket and TCPAddr are set, enabling you to use ClamAv from within other programs. After installation you'll need to create an entry in the ports share directory. The reason for this is that ClamAv runs in this directory and the directory is not created on installation. Create it like this:
sudo mkdir -p /opt/local/share/clamav
Clamav Mac Dmg Download
sudo chown clamav:clamav /opt/local/share/clamav
Now you're ready to create a fresh clam, issue:
sudo freshclam -v
Current working dir is /opt/local/share/clamav
Max retries 3
ClamAV update process started at Thu Mar 24 00:01:09 2016
Using IPv6 aware code
Querying current.cvd.clamav.net
TTL: 632
Software version from DNS: 0.99.1
main.cvd version from DNS: 57
main.cvd is up to date (version: 57, sigs: 4218790, f-level: 60, builder: amishhammer)
daily.cvd version from DNS: 21470
daily.cld is up to date (version: 21470, sigs: 83891, f-level: 63, builder: neo)
bytecode.cvd version from DNS: 275
bytecode.cvd is up to date (version: 275, sigs: 45, f-level: 63, builder: amishhammer)
ClamAv will generate a new virus signature file. When it is done, you're ready to scan your box. This is done by:
clamscan -ro ~/
----------- SCAN SUMMARY -----------
Known viruses: 4297361
Engine version: 0.99.1
Scanned directories: 132235
Scanned files: 595659
Infected files: 0
Total errors: 4
Data scanned: 72096.62 MB
Data read: 136687.80 MB (ratio 0.53:1)
Time: 22133.709 sec (368 m 53 s)
Clamav Mac Dmg Pro
It'll take loads of time to finish. As, almost, all other codlin tools --help or man clamscan displays all the options you can pass to the program. Next, you'll need to get ClamAv running automatically. Following the installation instructions, another extract:
Two launchd startup items have been installed.
To load clamd and freshclam do the following:
sudo launchctl load -w /Library/LaunchDaemons/org.macports.clamd.plist
sudo launchctl load -w /Library/LaunchDaemons/org.macports.freshclam.plist
To unload clamd and freshclam do the following:
Clamxav
sudo launchctl unload -w /Library/LaunchDaemons/org.macports.clamd.plistsudo launchctl unload -w /Library/LaunchDaemons/org.macports.freshclam.plist
Issue both of the commands that loads the deamons, then check that the clamd is running.
ps -aef | grep clamd
The result should look somewhat like this:
0 25965 1 0 4:52PM ?? 0:07.78 /opt/local/sbin/clamd
If your are using Thunderbird and Firefox you can use ClamAv to scan your downloads and your mails. Install the firefox add-on Fireclam, and the Thunderbird add-on clamdrip LIN.
#Example
LogFile /opt/local/var/log/clamav/clamd.log
PidFile /opt/local/var/run/clamav/clamd.pid
LocalSocket /opt/local/var/run/clamav/clamd.socket
TCPSocket 3310
TCPAddr 127.0.0.1
Foreground yes
Edit /opt/local/etc/freshclam.conf to your liking, example:
# Comment out 'Example' near the top if it exists
#Example
UpdateLogFile /opt/local/var/log/clamav/freshclam.log
PidFile /opt/local/var/run/clamav/freshclam.pid
NotifyClamd /opt/local/etc/clamd.conf
The important thing when editing these configuration files, is that the directories for clams and freshclam points to the same directories. I let mine point to:
/opt/local/var/log/clamav/
/opt/local/var/run/clamav/
And, make sure that the TCPSocket and TCPAddr are set, enabling you to use ClamAv from within other programs. After installation you'll need to create an entry in the ports share directory. The reason for this is that ClamAv runs in this directory and the directory is not created on installation. Create it like this:
sudo mkdir -p /opt/local/share/clamav
Clamav Mac Dmg Download
sudo chown clamav:clamav /opt/local/share/clamav
Now you're ready to create a fresh clam, issue:
sudo freshclam -v
Current working dir is /opt/local/share/clamav
Max retries 3
ClamAV update process started at Thu Mar 24 00:01:09 2016
Using IPv6 aware code
Querying current.cvd.clamav.net
TTL: 632
Software version from DNS: 0.99.1
main.cvd version from DNS: 57
main.cvd is up to date (version: 57, sigs: 4218790, f-level: 60, builder: amishhammer)
daily.cvd version from DNS: 21470
daily.cld is up to date (version: 21470, sigs: 83891, f-level: 63, builder: neo)
bytecode.cvd version from DNS: 275
bytecode.cvd is up to date (version: 275, sigs: 45, f-level: 63, builder: amishhammer)
ClamAv will generate a new virus signature file. When it is done, you're ready to scan your box. This is done by:
clamscan -ro ~/
----------- SCAN SUMMARY -----------
Known viruses: 4297361
Engine version: 0.99.1
Scanned directories: 132235
Scanned files: 595659
Infected files: 0
Total errors: 4
Data scanned: 72096.62 MB
Data read: 136687.80 MB (ratio 0.53:1)
Time: 22133.709 sec (368 m 53 s)
Clamav Mac Dmg Pro
It'll take loads of time to finish. As, almost, all other codlin tools --help or man clamscan displays all the options you can pass to the program. Next, you'll need to get ClamAv running automatically. Following the installation instructions, another extract:
Two launchd startup items have been installed.
To load clamd and freshclam do the following:
sudo launchctl load -w /Library/LaunchDaemons/org.macports.clamd.plist
sudo launchctl load -w /Library/LaunchDaemons/org.macports.freshclam.plist
To unload clamd and freshclam do the following:
Clamxav
sudo launchctl unload -w /Library/LaunchDaemons/org.macports.clamd.plistsudo launchctl unload -w /Library/LaunchDaemons/org.macports.freshclam.plist
Issue both of the commands that loads the deamons, then check that the clamd is running.
ps -aef | grep clamd
The result should look somewhat like this:
0 25965 1 0 4:52PM ?? 0:07.78 /opt/local/sbin/clamd
If your are using Thunderbird and Firefox you can use ClamAv to scan your downloads and your mails. Install the firefox add-on Fireclam, and the Thunderbird add-on clamdrip LIN.
Clamav Mac Download
The clam drip LIN extension if meant for Linux only, but it's all runnable using the port version of ClamAv. simply press the: Download for Linux anyway link anyhu!
Clamav Mac Os
And import the add on in Thunderbird. Ignore the *beware* message, if you do not trust me, check the contents of the plugin file, using unzip to extract it and inspect the code. It, doesn't look malicious to me.
Next, go to the Thunderbird add on, and select the clam drib preferences. Configure it to listen to the clamd available on localhost:3310.