Projects tagged ‘clamav’ and ‘security’


Jump to tag:

Projects tagged ‘clamav’ and ‘security’

Filtered by Project Tags clamav security

Refine results Project Tags antivirus (8) virus (7) scanner (6) sysadmin (6) linux (5) antispam (4) clam (3) av (3) email (3) windows (3) spam (2) mailwatch (2)

[10 total ]

336 Users
   

Clam AntiVirus (ClamAV) is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable ... [More] multi-threaded daemon, a commandline scanner, and a tool for automatic updating via Internet. The programs are based on a shared library distributed with the Clam AntiVirus package, which you can use in your own software. [Less]
Created over 3 years ago.

34 Users
   

ClamWin is a Free Antivirus for Microsoft Windows 98/Me/2000/XP and 2003 which includes an easy installer and open source code. You may download and use it absolutely free of charge. It features: ... [More] * High detection rates for viruses and spyware; * Scanning Scheduler; * Automatic downloads of regularly updated Virus Database. * Standalone virus scanner and right-click menu integration to Microsoft Windows Explorer; * Addin to Microsoft Outlook to remove virus-infected attachments automatically. Please note that ClamWin Free Antivirus does not include an on-access real-time scanner. You need to manually scan a file in order to detect a virus or spyware. ClamWin Free Antivirus uses ClamAV scanning engine. [Less]
Created over 2 years ago.

9 Users
 

A Free Anti-Virus and Anti-Spam Filter
Created over 3 years ago.

6 Users
   

Vyatta software is a Linux-based, open networking (advanced routing & security) solution that leverages x86 hardware and components to deliver a flexible, affordable alternative to Cisco 1800 through ... [More] 7200 series routers. Vyatta is a enterprise class, commercial open source offering that can deliver BGP, OSPF, RIP routing, firewall, IPSec and SSL VPN, Intrusion Prevention and more that can scale from the branch office to the service provider edge for a fraction of the cost of proprietary alternatives. Being software-based also allows Vyatta to deliver a full suite of Layer-3 routing and security services to VMware and Xen virtualization platforms. [Less]
Created over 2 years ago.

3 Users
 

Gateway Anti-Virus allows applications across the enterprise to check files for viruses by providing a SOAP-based virus scanning web service. Client applications attach files to SOAP messages and ... [More] submit them to the Gateway Anti-Virus web service. The web service uses clamav to scan the attachments for viruses and it returns the results to the client. [Less]
Created over 2 years ago.

3 Users
 

ClamAV/SOSDG is a port of the popular UNIX/Linux anti-virus software to Windows using Cygwin. It features free updates and an ever evolving detection engine.
Created over 2 years ago.

2 Users
   

inoclam uses inotify to watch user specified directories. When a file is created, changed or copied to one of the monitored directories, the file is virus checked with ClamAV. If a virus is detected ... [More] , the file is optionally removed from the file system and the administrator is optionally notified. [Less]
Created over 2 years ago.

0 Users

clamav-cronSummary:This is a simple Bash script for those who want to schedule the following tasks via cron: update the ClamAV virus database (freshclam); perform personal system scan (clamscan); ... [More] send a brief report via e-mail; without any knowledge about ClamAV configuration files (such as clamd.conf or freshclam.conf) and without running the ClamAV daemon. You just have to configure the e-mail address(es) that will receive the report. Dependencies:To succesfilly run clamav-cron the following dependencies needs to be satisfied: the ClamAV engine (look at ClamAV download center); a mail server like Sendmail; How to use:Download clamav-cron somewhere like /usr/local/bin/ and give it execute permission: wget http://clamav-cron.googlecode.com/files/clamav-cron-0.6 -O /usr/local/bin/clamav-cron chmod 755 /usr/local/bin/clamav-cronSimply open the clamav-cron script with your editor and edit the "User configuration" section following the instructions; schedule the clamav-cron script via Cron in the preferred way. For example, you can install the clamav-cron in the crontab typing crontab -e from the user shell and entering a line like this: 45 23 * * 6 /usr/local/bin/clamav-cron /homeCron will run clamav-cron every Saturday at 23:45 (11:45 pm) to recursevly scan the whole /home tree. At the end of task it will send a notification e-mail to the users specified at point 2. For more crontab option type man 5 crontab. [Less]
Created 8 months ago.

0 Users

This project intent to provide an application that uses python-clamav library to integrate with ClamAV antivirus, and provide a template filter that check a a file for virus and saves this ... [More] information, returning if that file can or not be downloaded. Depends on pyClamAV and jQuery libraries to work. How to use: 1. First you need to add the application to your INSTALLED_APPS setting; 2. Add the following node to your project urlpatterns: (r'^antivirus/', include('apps.antivirus.urls')),3. Considering you have an object called "document" that has a field "file" of FileField type, you shall follows this example: {% load antivirus %} {{ document|check_for_virus:"file" }}This will show a message like "Wait for file checking..." and make an Ajax request, returning the download link or message that found a virus depending on result. The file scanning is made just once time, that is stored in database and used for next times. [Less]
Created about 1 year ago.

0 Users

Goals:     - Plug and play.     - Setup once, run forever.     - Catch 99% of spam after the first 7 days with ZERO false positive. ... [More]    Features:     - RPath Linux based distro     - MTA: Postfix     - Bayesian filter: DSpam     - Antivirus: ClamAV     - Greylisting: Policyd     - And a Ruby on Rails WebGui to glue these stuff together. For more information about the project, please contact me via thai.duong@innology.com.vn. [Less]
Created about 1 year ago.