SaaSHub helps you find the best software and product alternatives Learn more →
Clamav Alternatives
Similar projects and alternatives to clamav
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
-
-
Wazuh
Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
-
-
-
-
-
-
lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
-
Zabbix
Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud.
-
-
-
Suricata
Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.
-
Wireshark
Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. You're welcome to submit pull requests there.
-
OSSEC
OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.
-
-
file
Read-only mirror of file CVS repository, updated every half hour. NOTE: do not make pull requests here, nor comment any commits, submit them usual way to bug tracker or to the mailing list. Maintainer(s) are not tracking this git mirror.
-
libredefender
Imagine the information security compliance guideline says you need an antivirus but you run Arch Linux
-
clamav discussion
clamav reviews and mentions
-
How I Processed 666K Pages of Flattened PDFs into a Full Text Search Engine
Project License Type URL pdfcpu Apache License 2.0 https://github.com/pdfcpu/pdfcpu gs (Ghostscript) AGPL-3.0 (dual-licensed; commercial available) https://www.ghostscript.com/ pdftotext & pdftoppm (Poppler) GPL v2 or v3 https://poppler.freedesktop.org/ convert (ImageMagick) ImageMagick License (Apache-2.0-derived) https://imagemagick.org/license/ tesseract Apache License 2.0 https://github.com/tesseract-ocr/tesseract clamscan (ClamAV) GPL-2.0 https://github.com/Cisco-Talos/clamav
-
Antivirus on AWS
Our solution involves packing the open-source antivirus engine ClamAV into a Lambda Layer and running the scan command from a Lambda Function.
-
One-Click Setup for SSH Login, Password Policy, IP Ban Configuration, and Custom Admin User Creation
Antivirus for Linux: Shellpub, ClamAV
-
Building a Cost-Effective, Serverless Virus Scanner on AWS: A Step-by-Step Guide
# SHELL:=/bin/bash WORKLOAD_NAME ?= my-project clean: rm -rf artifacts mkdir -p artifacts clean_clambda_dependencies: rm -rf ${PWD}/usr rm -rf artifacts/clambda.zip rm -rf handlers/clambda/dependencies package_clambda: clean_clambda_dependencies mkdir -p handlers/clambda/dependencies/{bin,lib} pip install --target handlers/clambda/dependencies -r handlers/clambda/requirements.txt --upgrade curl -L https://github.com/Cisco-Talos/clamav/releases/download/clamav-${CLAMAV_VERSION}/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm \ --output artifacts/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm @if [[ ${UNAME} == 'Darwin' ]]; then \ echo "Run macOS commands for package_clambda"; \ tar xvf artifacts/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm \ -C handlers/clambda/dependencies/bin/ \ --strip-components=4 \ usr/local/bin/clamscan; \ tar xvf artifacts/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm \ -C handlers/clambda/dependencies/lib/ \ --strip-components=4 \ usr/local/lib64/*.so.*; \ else \ echo "Run Linux commands for package_clambda"; \ rpm2cpio artifacts/clamav-1.0.0.linux.x86_64.rpm | cpio -idmv; \ mv ${PWD}/usr/local/bin/clamscan handlers/clambda/dependencies/bin/; \ mv ${PWD}/usr/local/lib64/*.so.* handlers/clambda/dependencies/lib/; \ fi cd handlers/clambda && zip -r9 ../../artifacts/clambda.zip * deploy_clambda: clean_clambda_dependencies package_clambda aws s3 cp artifacts/clambda.zip s3://${WORKLOAD_NAME}-deploy/functions/clambda.zip aws lambda update-function-code --function-name ${WORKLOAD_NAME}-clambda --s3-bucket=${WORKLOAD_NAME}-deploy --s3-key=functions/clambda.zip
-
6 Powerful Free Security Tools That Will Surprise You
Tool Link: https://github.com/Cisco-Talos/clamav
-
Mastering File Upload Security: DoS and Antivirus
My recommendation would be to use ClamAV an open source antivirus engine. It is a versatile tool designed to detect multiple types of threats from numerous file formats and other use cases (cross-platform, integration such as mail server). Finally, it is updated on a daily basis, ensuring protection against the latest known threats. This rapid update cycle is crucial for an antivirus tool to be effective.
- Magika: AI powered fast and efficient file type identification
-
Who does check linux distros of malware - open source
Linux has (free) tools to improve security and detect/remove malware: Lynis,Chkrootkit,Rkhunter,ClamAV,Vuls,LMD,radare2,Yara,ntopng,maltrail,Snort,Suricata...
-
Avast Scandal: Why We Stopped Recommending Avast and AVG
There's clamAV which is open source: https://www.clamav.net/
-
Does linux have any anti-viruses?
For personal use, the most commonly used is ClamAV.
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Aug 2026
Stats
Cisco-Talos/clamav is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of clamav is C.